Re: [R] Confirmatory Factor Analysis

2021-11-26 Thread Pat Malone via R-help
In this particular case, lavaan has a dedicated forum with lots of helpful folks at https://groups.google.com/g/lavaan On Fri, Nov 19, 2021 at 8:28 PM Bert Gunter wrote: > Please read the posting guide linked below, which says: > > "Questions about statistics: The R mailing lists are primarily

Re: [R] Confirmatory Factor Analysis

2021-11-19 Thread Bert Gunter
Please read the posting guide linked below, which says: "Questions about statistics: The R mailing lists are primarily intended for questions and discussion about the R software. However, questions about statistical methodology are sometimes posted. If the question is well-asked and of interest to

Re: [R] Confirmatory Factor Analysis

2013-04-09 Thread John Fox
Dear Laura, In the current version of the Rcmdr package, output of "fit indices" beyond the LR test, AIC, and BIC is optional, and is controlled by the fit.indices argument to the summary() method (see ?summary.objectiveML) or by the fit.indices option. Everyone seems to have different preferences

Re: [R] Confirmatory factor analysis using the sem package. TLI CFI and RMSEA absent from model summary.

2013-03-18 Thread John Fox
ox [mailto:j...@mcmaster.ca] > Sent: 18 March 2013 15:55 > To: Kevin Cheung > Cc: r-help@r-project.org > Subject: Re: [R] Confirmatory factor analysis using the sem package. TLI CFI > and RMSEA absent from model summary. > > Dear Kevin, > > See ?summary.objectiveML, and

Re: [R] Confirmatory factor analysis using the sem package. TLI CFI and RMSEA absent from model summary.

2013-03-18 Thread Hervé Guyon
Hi Kevin, With sem package use : summary(X,fit.indices=c("RMSEA",...)) to get RMSEA or anothers fit indices. See the section "ML.methods" in sem.pdf Hervé Hervé Le 18/03/2013 16:00, Kevin Cheung a écrit : Hi R-help, I am using the sem package to run confirmatory factor analysis (cfa) on som

Re: [R] Confirmatory factor analysis using the sem package. TLI CFI and RMSEA absent from model summary.

2013-03-18 Thread Kevin Cheung
ct: Re: [R] Confirmatory factor analysis using the sem package. TLI CFI and RMSEA absent from model summary. Dear Kevin, See ?summary.objectiveML, and in particular the description of the fit.indices argument. By default, the summary() method doesn't print many fit indices, but many ar

Re: [R] Confirmatory factor analysis using the sem package. TLI CFI and RMSEA absent from model summary.

2013-03-18 Thread John Fox
Dear Kevin, See ?summary.objectiveML, and in particular the description of the fit.indices argument. By default, the summary() method doesn't print many fit indices, but many are available optionally. I hope this helps, John John Fox Sen. Willi

Re: [R] Confirmatory Factor Analysis

2013-03-10 Thread John Fox
Dear Pablo, The sem() function in the sem package can do second-order CFA. See the Thurstone example in ?sem. You could also use the lavaan or OpenMx packages (the latter not on CRAN). I hope this helps, John > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounc

Re: [R] confirmatory factor analysis program in R

2011-03-24 Thread yrosseel
the cfa() function is in the 'lavaan' package -- View this message in context: http://r.789695.n4.nabble.com/confirmatory-factor-analysis-program-in-R-tp3386133p3401847.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.o

Re: [R] confirmatory factor analysis program in R

2011-03-23 Thread rvohen
But i want to know that definite function about cfa!do you have?If you have,could you tell me ? -- View this message in context: http://r.789695.n4.nabble.com/confirmatory-factor-analysis-program-in-R-tp3386133p3398600.html Sent from the R help mailing list archive at Nabble.com. ___

Re: [R] confirmatory factor analysis program in R

2011-03-23 Thread rvohen
thank you ! I will try it -- View this message in context: http://r.789695.n4.nabble.com/confirmatory-factor-analysis-program-in-R-tp3386133p3398594.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list http

Re: [R] confirmatory factor analysis program in R

2011-03-20 Thread Gustavo Carvalho
Search for lavaan, sem, and OpenMx. On Mon, Mar 21, 2011 at 12:34 AM, rvohen wrote: > thank you !  I will try it ! > > -- > View this message in context: > http://r.789695.n4.nabble.com/confirmatory-factor-analysis-program-in-R-tp3386133p3392279.html > Sent from the R help mailing list archive a

Re: [R] confirmatory factor analysis program in R

2011-03-20 Thread rvohen
thank you ! I will try it ! -- View this message in context: http://r.789695.n4.nabble.com/confirmatory-factor-analysis-program-in-R-tp3386133p3392279.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list h

Re: [R] confirmatory factor analysis program in R

2011-03-18 Thread Dennis Murphy
The following search: library(sos) findFn('confirmatory factor analysis') finds several potential matches, the most direct of which appears to be the cfa() function in package lavaan. HTH, Dennis On Thu, Mar 17, 2011 at 7:28 PM, rvohen wrote: > Does someone have confirmatory factor analysis

Re: [R] confirmatory factor analysis in R

2011-03-12 Thread rvohen
thank you! -- View this message in context: http://r.789695.n4.nabble.com/confirmatory-factor-analysis-in-R-tp3347618p3351230.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailma

Re: [R] confirmatory factor analysis in R

2011-03-11 Thread Ingmar Visser
lavaan, sem, openMx all do this (there may be others) hth, Ingmar On Fri, Mar 11, 2011 at 8:26 AM, rvohen wrote: > In R software,does it have packages about confirmatory factor analysis in R > software? 3Q > > -- > View this message in context: > http://r.789695.n4.nabble.com/confirmatory-factor

Re: [R] Confirmatory factor analysis problems using sem package (works in Amos)

2009-07-28 Thread John Fox
x' > Cc: r-help@r-project.org > Subject: RE: [R] Confirmatory factor analysis problems using sem package > (works in Amos) > > Thanks John. Can I ask under what function you call optim/nlm? I cannot > see how this is done by examining sem. Thanks, > > -Solomon >

Re: [R] Confirmatory factor analysis problems using sem package (works in Amos)

2009-07-28 Thread Solomon Messing
Cc: r-help@r-project.org > Subject: RE: [R] Confirmatory factor analysis problems using sem package > (works in Amos) > > Dear Solomon, > > When I originally programmed the sem() function, I used optim() and > experimented with the different methods provided, settling on &q

Re: [R] Confirmatory factor analysis problems using sem package (works in Amos)

2009-07-27 Thread John Fox
would not be hard to replace nlm() with optim() in sem(), if you wish to do it. Regards, John > -Original Message- > From: Solomon Messing [mailto:mess...@stanford.edu] > Sent: July-27-09 8:01 PM > To: 'John Fox' > Cc: r-help@r-project.org > Subject: RE: [R]

Re: [R] Confirmatory factor analysis problems using sem package (works in Amos)

2009-07-27 Thread Solomon Messing
--- > From: John Fox [mailto:j...@mcmaster.ca] > Sent: Friday, May 22, 2009 6:25 AM > To: 'S. Messing' > Cc: r-help@r-project.org > Subject: RE: [R] Confirmatory factor analysis problems using sem package > (works in Amos) > > Dear Solomon, > > > -Origina

Re: [R] Confirmatory factor analysis problems using sem package (works in Amos)

2009-05-22 Thread John Fox
Dear Solomon, > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf Of S. Messing > Sent: May-22-09 1:27 AM > To: r-help@r-project.org > Subject: [R] Confirmatory factor analysis problems using sem package (works > in Amos) > > > Hell