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

[R] Confirmatory Factor Analysis

2021-11-19 Thread AbouEl-Makarim Aboueissa
Dear All: I am conducting a Confirmatory Factor Analysis (CFA) for the attached data. Here is what I did. please see below I do need your help with the structure of the model. I believe that what I used is the correlated CFA model. If I am wrong, please fix me. I need your help with the struct

[R] Confirmatory Factor Analysis

2013-04-09 Thread Laura Thomas
Hi, I have used sem package to run confirmatory factor analysis. The analysis has run ok, but I am missing some information (e.g., Tucker Lewis Index, RMSEA) I was wondering if there was a reason for this, I have though it may be due to the low sample size? Any help would be appreciated. Many Th

Re: [R] Confirmatory Factor Analysis

2013-04-09 Thread John Fox
, April 09, 2013 12:28 PM > To: r-help@r-project.org > Subject: [R] Confirmatory Factor Analysis > > Hi, > > I have used R to run a confirmatory factor analysis using the sem > package. > The analysis has run ok, but I am missing some information (e.g., > Tucker >

[R] Confirmatory Factor Analysis

2013-04-09 Thread Laura Thomas
Hi, I have used R to run a confirmatory factor analysis using the sem package. The analysis has run ok, but I am missing some information (e.g., Tucker Lewis Index, RMSEA) I was wondering if there was a reason for this, I have though it may be due to the low sample size? Any help would be appreci

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

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

2013-03-18 Thread Kevin Cheung
Hi R-help, I am using the sem package to run confirmatory factor analysis (cfa) on some questionnaire data collected from 307 participants. I have been running R-2.15.3 in Windows in conjunction with R studio. The model I am using was developed from exploratory factor analysis of a separate dat

Re: [R] Confirmatory Factor Analysis

2013-03-10 Thread John Fox
r-help-bounces@r- > project.org] On Behalf Of Pablo Menese > Sent: Sunday, March 10, 2013 5:25 PM > To: R help > Subject: [R] Confirmatory Factor Analysis > > Hi, > I'm trying to perform a hierachical, second order CFA. > That's the thing that I need to leave AMOS. &

[R] Confirmatory Factor Analysis

2013-03-10 Thread Pablo Menese
Hi, I'm trying to perform a hierachical, second order CFA. That's the thing that I need to leave AMOS. I found some sim.hierarchical and omega stuff, but nothing clear enough. Can anyone help me? I just need a simple and clear manual. Best, Pablo. [[alternative HTML version deleted]] _

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

[R] confirmatory factor analysis program in R

2011-03-17 Thread rvohen
Does someone have confirmatory factor analysis program in R,which includes factor loading and some tests?thank you! -- View this message in context: http://r.789695.n4.nabble.com/confirmatory-factor-analysis-program-in-R-tp3386133p3386133.html Sent from the R help mailing list archive at Nabble.

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

[R] confirmatory factor analysis in R

2011-03-10 Thread rvohen
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-analysis-in-R-tp3347618p3347618.html Sent from the R help mailing list archive at Nabble.com. __

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 packag

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

2009-05-22 Thread S. Messing
Hello all, I'm trying to replicate a confirmatory factor analysis done in Amos. The idea is to compare a one-factor and a two-factor model. I get the following warning message when I run either model: "Could not compute QR decomposition of Hessian. Optimization probably did not converge." I h