alishinski / lavaanPlot

R package for plotting lavaan path models with DiagrammeR
http://alexlishinski.com/lavaanPlot/
38 stars 4 forks source link

Significance stars and standardized paths not working #11

Closed jorgesinval closed 5 years ago

jorgesinval commented 5 years ago

Hello!

I think that the sig and stand command aren't working.

Version 0.5.1

alishinski commented 5 years ago

These are working for me, to get significance stars you have to do stars = "regress" or stars = "latent" or stars = "covs" (or some combination thereof), sig lets you change the significance level. But if you have a reproducible example where these aren't working for you I'll check it out.

jorgesinval commented 5 years ago

You are right, although in the vignettes code you have stars = TRUE:

lavaanPlot(model = fit, labels = labels, node_options = list(shape = "box", fontname = "Helvetica"), edge_options = list(color = "grey"), coefs = TRUE, covs = TRUE, stars = TRUE)

Deleetdk commented 5 years ago

I get no stars with either stars = "regress" or stars = T. I'm using the Github package version.