search for: temp_g

Displaying 1 result from an estimated 1 matches for "temp_g".

Did you mean: temp_c
2005 Nov 30
1
multinom crashes (when I do something stupid) (PR#8358)
...exception 'Unhandled Win32 Exception' has occurred in Rgui.exe." This has happened on both my laptop and desktop (it took me a while to see my mistake!). It can be easily reproduced with made-up data, e.g. library(nnet) set.seed(1) # not really needed, but definitely crashes for this! temp_g <- as.factor(rep("level1",10)) temp_x <- rnorm(10) multinom(temp_g ~ temp_x) Cheers, Rob.