Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. my.data <- filter(mydf, CTRY == 'PL')
  2. my.fit <- cfa(cfa.data, data = my.data, meanstructure = TRUE)
  3. summary(my.fit, standardized= TRUE, rsquare = TRUE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement