Displaying 1 result from an estimated 1 matches for "multgran".
2007 Apr 19
2
inconsistent output using 'round'
I am hoping for some advice regarding limiting decimal points to 3.
'Round' produces the desired results except for the 97.5% confidence interval.
Any advice as to how I modify the code to obtain output to 3 decimal
points for all ouput is appreciated,
regards
Bob Green
mod.multgran <-multinom(offence ~ grandiose * violent.convictions,
data = kc, na.action = na.omit)
summary(mod.multgran, cor=F, Wald=T)
Anova (mod.multgran)
> round(exp(coef(mod.multgran)),digits = 3)
(Intercept) grandiosey violent.convictionsy
GBH.UW 0.583 0.147 0...