Displaying 2 results from an estimated 2 matches for "arnejol".
2005 Nov 17
1
access standard errors from multinom model
Dear R users,
I'm using a multinomial LOGIT model to analyse choice behaviour of consumers
(as part of my masters thesis research).
Using the R documentation and search on the R website I have a working
script now.
Parameters are estimated and I can access them via
coefficients(multinom.out).
In order to see if the parameters are significant I like to access the
standard errors in the
2006 Feb 16
1
prediction function for clogit model
Dear R-Help,
I wonder if there is a prediction function for a clogit model which can be
used in the same way as the predict function for the multinom model.
In prediction('multinommodel',testset ...) it is possible to predict the
class or the class probabilities for a testset. There is a predict function
for the coxph model but I cannot find an way to use this to predict the
classes