[R-br] Erro em Script SEM
Joao Ricardo Nickenig Vissoci
joaovissoci em gmail.com
Domingo Outubro 16 02:38:47 BRST 2011
Pessoal, boa noite. Sou recente no fórum e também no estudo com o R, mas
estou aprendendo.
Bom, queria tirar uma dúvida, estou trabalhando em um script para analise de
Modelos de Equações Estruturais, e sempre que tento rodar o script que fiz
encontro o seguinte erro:
Iteration limit exceeded.
O Script é esse, desculpem-me pelo Inglês, mas a discussão do grupo é toda
em inglês.
# MODEL II
# Install the package 'sem'
# carry data library
library (sem)
# Change R's directory to that in which the data base .CSV file is
# Load database
teste<- read.csv("BaseSEM.csv",header=T)
teste
# sem package model specification
mod.wh.1 <- specify.model()# Type these values that specify the model's
relations (just use de Ctrl+R over each relation).
Support->SP,NA,1
Support->SM,sm1,NA
Rejection->RP,rp1,NA
Rejection->RM,NA,1
Overprot->OP,op1,NA
Overprot->OM,NA,1
MotI->MIAO,NA,1
MotI->MIEE,moti1,NA
MotI->MIC,moti2,NA
MotE->MERE,NA,1
MotE->MEIn,mote1,NA
MotE->MEId,mote2,NA
Support->MotI,NA,1
Rejection->MotI,rej1,NA
Overprot->MotI,over1,NA
Support->MotE,sup,NA
Rejection->MotE,rej2,NA
Overprot->MotE,NA,1
MotI->SCI,misci,NA
MotE->SCI,mesci,NA
Support<->Support,ss1,NA
Rejection<->Rejection,rr1,NA
Overprot<->Overprot,oo1,NA
OP<->OP,opcov,NA
OM<->OM,omcov,NA
SP<->SP,spcov,NA
SM<->SM,smcov,NA
RP<->RP,rpcov,NA
RM<->RM,rmcov,NA
MotI<->MotI,micov,NA
MotE<->MotE,mecov,NA
MIAO<->MIAO,miaocov,NA
MIEE<->MIEE,mieecov,NA
MIC<->MIC,miccov,NA
MEIn<->MEIn,meincov,NA
MEId<->MEId,meidcov,NA
MERE<->MERE,merecov,NA
SCI<->SCI,scicov,NA
Support<->Rejection,suprej,NA
Support<->Overprot,supoover,NA
Rejection<->Overprot,rejover,NA
MotI<->MotE,mots1,NA
# Insert de covariance matrix
cov.teste <- cov(teste, y = NULL, use = "everything", method = c("pearson",
"kendall", "spearman"))
cov.teste
# Estimate de model (Here is where we have been finding difficulties)
sem.wh.1 <- sem(mod.wh.1, cov.teste, N=126)
summary(sem.wh.1)
Obrigado!!!
João Ricardo
--
*Joao Ricardo N. Vissoci*
Psicólogo CRP 08/12469
Prof. Ms. Faculdade Ingá
Doutorando em Psicologia Social - PUCsp
Grupo Pro-Esporte UEM/CNPq
Tel. 4499298078/4399368588
joaovissoci em gmail.com/jrvissoci em ig.com.br
proesporteuem.blogspot.com.br
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20111016/43089bcc/attachment.html>
Mais detalhes sobre a lista de discussão R-br