Displaying 12 results from an estimated 12 matches for "rosseel".
2006 Mar 13
1
anova.mlm (single-model case) does not handle factors? (PR#8679)
Full_Name: Yves Rosseel
Version: 2.2.1
OS: i686-pc-linux-gnu
Submission from: (NULL) (157.193.116.152)
Dear developers,
For the single-model case, the anova.mlm() function does not seem to handle
multi-parameter predictors (eg factors) correctly. A toy example illustrates the
problem:
Y <- cbind(rnorm(100),rnorm(10...
[R-pkgs] New package: `lavaan' for latent variable analysis (including structural equation modeling)
2010 May 24
2
[R-pkgs] New package: `lavaan' for latent variable analysis (including structural equation modeling)
...ow 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 without a fair bit of tweaking.
-Michael
Yves Rosseel wrote:
> Dear R-users,
>
> A new package called `lavaan' (for latent variable analysis) has been
> uploaded to CRAN. The current version of lavaan (0.3-1) can be used for
> path analysis, confirmatory factor analysis, structural equation
> modeling, and growth curve modeli...
2010 May 19
0
New package: `lavaan' for latent variable analysis (including structural equation modeling)
...0 + dem60
# residual correlations
y1 ~~ y5
y2 ~~ y4 + y6
y3 ~~ y7
y4 ~~ y8
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
2011 Apr 27
0
lavaan version 0.4-8
...dem60
# residual correlations
y1 ~~ y5
y2 ~~ y4 + y6
y3 ~~ y7
y4 ~~ y8
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)
...0 + dem60
# residual correlations
y1 ~~ y5
y2 ~~ y4 + y6
y3 ~~ y7
y4 ~~ y8
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
2011 Apr 27
0
lavaan version 0.4-8
...dem60
# residual correlations
y1 ~~ y5
y2 ~~ y4 + y6
y3 ~~ y7
y4 ~~ y8
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
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,
2012 Oct 31
1
Lavaan model
Dear R-users,
Does somebody know what does the "Estimate" reported by the Lavaan model
tell us?
I assume this tells the relative strength of the dyadic relations.
Thank you for your help!
Regards,
Sylvain
--
View this message in context: http://r.789695.n4.nabble.com/Lavaan-model-tp4648004.html
Sent from the R help mailing list archive at Nabble.com.
2011 Aug 09
1
lavaan: how to analyse residuals of a latent variable
Hi r-help,
I use lavaan:sem() for structural equation modelling with latent
variables. Below is a reproducible example (the code requires a
working installation of lavaan) where the latent variable criminality
is in focus. Besides criminality in general, I am specifically
interested one of the manifest variables that make up the latent
variable criminality, namely fire.setting.
My question is:
2006 Mar 13
0
wishlist: function mlh.mlm to test multivariate linear hypotheses of the form: LBT'=0 (PR#8680)
Full_Name: Yves Rosseel
Version: 2.2.1
OS:
Submission from: (NULL) (157.193.116.152)
The code below sketches a possible implementation of a function 'mlh.mlm' which
I think would be a good complement to the 'anova.mlm' function in the stats
package. It tests a single linear hypothesis of the form H_0: L...
2012 May 20
1
CRAN (and crantastic) updates this week
...null hypotheses and visualization
of data and results.
* semTools (0.1-0)
Maintainer: Sunthud Pornprasertmanit
Author(s): Sunthud Pornprasertmanit <psunthud at ku.edu>, Patrick Miller
<patr1ckm at ku.edu>, Alex Schoemann <schoemann at ku.edu>,
Yves Rosseel <Yves.Rosseel at UGent.be>
License: GPL (>= 2)
http://crantastic.org/packages/semTools
This package provide useful tools for structural equation modeling
analysis.
* simsem (0.2-0)
Maintainer: Sunthud Pornprasertmanit
Author(s): Sunthud Pornprasertmanit <psunthud at ku.edu...
2010 Jul 18
6
CRAN (and crantastic) updates this week
...chosing the correct number of clusters.
* laeken (0.1.1)
Andreas Alfons
http://crantastic.org/packages/laeken
Calculate Laeken indicators for measuring social cohesion and apply
Pareto tail modeling to empirical income distributions (including
graphical tools).
* lavaan (0.3-1)
Yves Rosseel
http://crantastic.org/packages/lavaan
Fit a variety of latent variable models, including confirmatory factor
analysis, structural equation modeling and latent growth curve
models.
* lcmm (1.0)
Unknown
http://crantastic.org/packages/lcmm
This package provides functions for the estim...