View source: R/help_parameter_estimation_functions.R
get_slope_intercept | R Documentation |
help function to keep slope and intercept portion ready in mixed model expression
get_slope_intercept(
expression,
random_intercept_vars,
random_slope_intercept_pairs,
uncorrel_slope_intercept_pairs
)
expression |
expression created so far |
random_intercept_vars |
names of variables for random intercept |
random_slope_intercept_pairs |
random slopes intercept pairs this is a list of paired variables |
uncorrel_slope_intercept_pairs |
variables with correlated intercepts |
expression expression created
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.