Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using dominanceAnalysis function with multivariate regression model #5

Open
westsj3 opened this issue Jan 17, 2023 · 0 comments

Comments

@westsj3
Copy link

westsj3 commented Jan 17, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant