You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list is a long list of what appear to be parameter estimates.
More interestingly, if I compute a correlation matrix and manually enter the terms in the mlmWithCov function is works just fine. After looking through the function code and package documentation I could not find mention of a function called "da.mlm.fit" which appears to be throwing the error above.
Greetings,
I am attempting to conduct a dominance analysis on a multivariate regression model and am receiving the below error -
Error in da.mlm.fit(null.model = NULL, base.cov = NULL, original.model = list( : unused arguments (null.model = NULL, base.cov = NULL, original.model = list(c....
The list is a long list of what appear to be parameter estimates.
More interestingly, if I compute a correlation matrix and manually enter the terms in the mlmWithCov function is works just fine. After looking through the function code and package documentation I could not find mention of a function called "da.mlm.fit" which appears to be throwing the error above.
My original code is below.
`modALL <- lm(cbind(ZInterpersonal, ZAffective, ZAntisocial, ZBehavioral)~.,DomDat)
dominanceAnalysis(modALL)`
Thanks!
The text was updated successfully, but these errors were encountered: