estimate_lmm_model | R Documentation |
Estimate the model
estimate_lmm_model( dat, zero_sum = F, scale = "none", int_prior_sd = 10, b_prior_sd = 10 )
dat |
The data (as a data.table) |
zero_sum |
Use sum-to-zero coding |
scale |
Character string indicating how to centre/scale responses, default is 'none', other options are 'all' or 'baseline'. |
int_prior_sd |
Prior standard deviation on intercept parameter |
b_prior_sd |
Prior standard deviation used for all other population parameters |
A list giving the mean and variance of the variational approximation to the fixed effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.