Print tidyLPA
S3 method 'print' for class 'tidyLPA'.
## S3 method for class 'tidyLPA' print( x, stats = c("AIC", "BIC", "Entropy", "prob_min", "prob_max", "n_min", "n_max", "BLRT_p"), digits = 2, na.print = "", ... )
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
## Not run: if(interactive()){ iris %>% select(Sepal.Length, Sepal.Width, Petal.Length, Petal.Width) %>% estimate_profiles(3) } ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.