search for: dunantlaan

Displaying 6 results from an estimated 6 matches for "dunantlaan".

2010 May 19
0
New package: `lavaan' for latent variable analysis (including structural equation modeling)
...~~ y8 ' fit <- sem(model, data=PoliticalDemocracy) summary(fit, fit.measures=TRUE) ## end R code ## Please feel free to contact me directly with questions and comments. Best, Yves Rosseel. -- Yves Rosseel -- http://www.da.ugent.be Department of Data Analysis, Ghent University Henri Dunantlaan 1, B-9000 Gent, Belgium - _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Apr 27
0
lavaan version 0.4-8
...y6 ~~ y8 ' fit <- sem(model, data=PoliticalDemocracy) summary(fit, fit.measures=TRUE) ## end R code ## Please feel free to contact me directly with questions and comments. Best, Yves Rosseel. -- Yves Rosseel -- http://www.da.ugent.be Department of Data Analysis, Ghent University Henri Dunantlaan 1, B-9000 Gent, Belgium _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2010 May 19
0
New package: `lavaan' for latent variable analysis (including structural equation modeling)
...~~ y8 ' fit <- sem(model, data=PoliticalDemocracy) summary(fit, fit.measures=TRUE) ## end R code ## Please feel free to contact me directly with questions and comments. Best, Yves Rosseel. -- Yves Rosseel -- http://www.da.ugent.be Department of Data Analysis, Ghent University Henri Dunantlaan 1, B-9000 Gent, Belgium - _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Apr 27
0
lavaan version 0.4-8
...y6 ~~ y8 ' fit <- sem(model, data=PoliticalDemocracy) summary(fit, fit.measures=TRUE) ## end R code ## Please feel free to contact me directly with questions and comments. Best, Yves Rosseel. -- Yves Rosseel -- http://www.da.ugent.be Department of Data Analysis, Ghent University Henri Dunantlaan 1, B-9000 Gent, Belgium _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2010 May 24
2
[R-pkgs] New package: `lavaan' for latent variable analysis (including structural equation modeling)
Hi Yves lavaan looks like a very nice package. From the tutorial introduction I see you create path diagrams for some of the models you describe. How did you do this? I don't see a function for this in the package. I know there is a path.diagram function in the sem package that uses dot to draw the diagram, but I've always found the layouts from dot somewhat strange for path diagrams
2004 Jun 02
1
Manova and contrasts
Hi R-users I'm trying to do multivariate analysis of variance of a experiment with 3 treatments, 2 variables and 5 replicates. The procedure adopted in SAS is as follow, but I'm having difficulty in to implement the contrasts for comparison of all treatments in R. I have already read manuals and other materials about manova in R, but nothing about specific contrasts were found in them,