Search found 2 matches

by SCurle
Wed Dec 13, 2017 1:13 pm
Forum: Help
Topic: [RESOLVED] lm(), manova(), mancova() - what's the differenc?
Replies: 2
Views: 6816

Re: lm(), manova(), mancova() - what's the difference?

Hi Ravi,

Aha! I thought so .. thank you so much. This makes things much clearer.

Thank you for the sample code as well. :)

Cheers.
by SCurle
Tue Dec 12, 2017 10:06 am
Forum: Help
Topic: [RESOLVED] lm(), manova(), mancova() - what's the differenc?
Replies: 2
Views: 6816

[RESOLVED] lm(), manova(), mancova() - what's the differenc?

Hello, I'm wondering what the difference is between a few functions in R: manova(outcome ~ predictor+predictor) lm(outcome ~ predictor+predictor) then your package mancova(data, deps, factors = NULL, covs = NULL, multivar = list("pillai", "wilks", "hotel", "roy&quo...