Page 1 of 1

latent profile analysis

Posted: Fri Jun 23, 2023 9:34 am
by drm
Dear Jamovi developers,

It would be great if the profile plot in the latent profile analysis had the option to only visualize the lines of the plot instead of the color dots and boxes superimposed. This graph generated by default is not "reader-friendly" for adequate for journals.

Thanks,
Daniel

Re: latent profile analysis

Posted: Fri Jun 23, 2023 10:42 pm
by seol
Hi Daniel

it's a default option in tidyLPA R package as shown.

plot1 <- tidyLPA::plot_profiles(res,add_line = TRUE)

Here is the example sites: https://rdrr.io/cran/tidyLPA/man/plot_profiles.html

Best
Seol