brms
BMI データを題材として
司馬 博文
12/16/2024
A Blog Entry on Bayesian Computation by an Applied Mathematician
$$
formula_nonlin <- bf( obesity ~ t2(z_sqrt_LAB, z_log_LDL), family = cumulative(link = "logit") ) fit_nonlin <- brm( formula_nonlin, data = df_double, chains = 4, cores = 4 )