Displaying 3 results from an estimated 3 matches for "negativedegrees".
2005 Dec 04
0
Error in structural equation model - "The model has negativedegrees of freedom"
...Original Message-----
>From: r-help-bounces at stat.math.ethz.ch
>[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Sunil W
>Sent: Wednesday, November 30, 2005 10:08 PM
>To: r-help at stat.math.ethz.ch
>Subject: [R] Error in structural equation model - "The model
>has negativedegrees of freedom"
>
>Hi
>
>I am running a structural equation model with R using the sem
>command; am getting the following error:
>
>"Error in sem.default : The model has negative degrees of
>freedom = -4"
>
>
>My model is as follows:
>
>s_model = sp...
2005 Dec 01
1
Error in structural equation model - "The model has negative degrees of freedom"
Hi
I am running a structural equation model with R using the sem command; am
getting the following error:
"Error in sem.default : The model has negative degrees of freedom = -4"
My model is as follows:
s_model = specify.model()
x1->m1, b1,NA
x2->m1, b2,NA
x3->m2, b3,NA
x4->m2, b4,NA
x5->m2, b5,NA
x6->m2, b6,NA
m1->y, a1,NA
m2->y, a2,NA
m1<->m1, v1,NA
2005 Dec 04
0
FW: Error in structural equation model - "The model hasnegativedegrees of freedom"
...L8S 4M4
905-525-9140x23604
http://socserv.mcmaster.ca/jfox
--------------------------------
-----Original Message-----
From: John Fox [mailto:jfox at mcmaster.ca]
Sent: Sunday, December 04, 2005 5:01 PM
To: 'Sunil W'
Subject: RE: [R] Error in structural equation model - "The model
hasnegativedegrees of freedom"
Dear Sunil,
> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Sunil W
> Sent: Sunday, December 04, 2005 11:03 AM
> To: R-help at stat.math.ethz.ch
> Subject: [R] Error in structu...