Description Usage Arguments Examples
Prior Names
1 2 | prior_names(fixed_location, random_location, fixed_scale, random_scale,
data)
|
fixed_location |
a |
random_location |
a |
fixed_scale |
a |
random_scale |
a |
data |
a data frame containing the variables named in |
1 2 3 4 5 6 | dat <- nlme::Orthodont
prior_names(fixed_location = distance ~ Sex + age,
fixed_scale = sigma ~ age,
random_location = ~ 1 | Subject,
random_scale = ~ 1 | Subject,
data = dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.