get_random_intercept | R Documentation |
get_random_intercept() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get random intercept. Function argument mdls_smry_tb specifies the where to look for the required object. The function returns Standard deviation (a double vector).
get_random_intercept(mdls_smry_tb, mdl_nm_1L_chr, deterministic_1L_lgl = T)
mdls_smry_tb |
Models summary (a tibble) |
mdl_nm_1L_chr |
Model name (a character vector of length one) |
deterministic_1L_lgl |
Deterministic (a logical vector of length one), Default: T |
Standard deviation (a double vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.