嗨,我正在R中进行潜在轮廓分析,因为我的变量都是连续的。我不断收到此错误消息:找不到函数“估计配置文件”。 这是我的代码:
LCA<-subset(Component_3_database_11022018)
install.packages("tidyLPA")
library(tidyLPA)
mod2<-estimate_profiles(LCA, ratio_report_per_investigator,census_TotalPop,percent_belowpovertylevel_12months, Percentrural,
n_profiles=3,
model=2)