print_models | R Documentation |
Display all mean functions and error distributions of given classes.
print_models(mean_class = "all", err_class = "all")
mean_class |
String that indicates the class of mean functions to list. Possible values are:
|
err_class |
String that indicates the class of error distributions to list.
|
List containing vectors of mean functions and error distributions of given classes.
## Display all mean functions and error distributions print_models() ## Display main mean functions and count data error distributions print_models(mean_class="main", err_class="count")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.