I want to prove different regression coefficient for SBP on BMI according to BMI categories.
So I want to use piecewise regression.
BMI is categorized by WHO guideline which means medicaly proven breakpoint. (<18.5 , 18.5-23, 23-25, 25-30, >30)
Can I use these breakpoint ?
Or do I have to find breakpoint statistically? Like by using segment package in R.