Description Usage Arguments Author(s) Examples
View source: R/estimate-profiles.R
S3 method 'print' for class 'tidyLPA'.
1 2 3 4 5 6 7 8 9 |
x |
An object of class 'tidyLPA'. |
stats |
Character vector. Statistics to be printed. Default: c("AIC", "BIC", "Entropy", "prob_min", "prob_max", "n_min", "n_max", "BLRT_p" ). |
digits |
minimal number of significant digits, see
|
na.print |
a character string which is used to indicate NA values in
printed output, or NULL. See |
... |
further arguments to be passed to or from other methods. They are ignored in this function. |
Caspar J. van Lissa
1 2 3 4 5 6 7 8 | ## Not run:
if(interactive()){
iris %>%
select(Sepal.Length, Sepal.Width, Petal.Length, Petal.Width) %>%
estimate_profiles(3)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.