Description Usage Arguments Value Methods (by class) Author(s) Examples
View source: R/estimate-profiles.R
Get estimates from objects generated by tidyLPA.
1 2 3 4 5 6 7 | get_estimates(x, ...)
## S3 method for class 'tidyLPA'
get_estimates(x, ...)
## S3 method for class 'tidyProfile'
get_estimates(x, ...)
|
x |
An object generated by tidyLPA. |
... |
further arguments to be passed to or from other methods. They are ignored in this function. |
A tibble.
tidyLPA
: Get estimates for a latent profile analysis with
multiple numbers of classes and models, of class 'tidyLPA'.
tidyProfile
: Get estimates for a single latent profile analysis
object, of class 'tidyProfile'.
Caspar J. van Lissa
1 2 3 4 5 6 7 8 9 10 | ## Not run:
if(interactive()){
results <- iris %>%
select(Sepal.Length, Sepal.Width, Petal.Length, Petal.Width) %>%
estimate_profiles(3)
get_estimates(results)
get_estimates(results[[1]])
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.