Displaying 2 results from an estimated 2 matches for "hincom".
Did you mean:
hicom
2008 Jun 20
1
omnibus LR in multinomial model
...I wasn't sure how to do it
based on that example. Thanks for any insights.
library(car)
library(nnet)
attach(Womenlf)
participation <- ordered(partic, levels=c('not.work', 'parttime',
'fulltime'))
print(participation)
mod.multinom <- multinom(participation ~ hincome + children)
print(mod.multinom)
print(str(mod.multinom))
2002 Aug 14
1
Why can't Anove (car package) see the data?
At the end of the 'Details:' section of the help on Anova (car
package), it states:
The standard R `anova' function calculates sequential (type-I)
tests. These rarely test meaningful hypotheses.
So I thought I'd try it. However, I was perplexed to get this
message:
Browse[1]> Anova.glm(leaf.glm1, type ="II")
Error in terms.formula(formula, data = data) :