Re: [R] library(forecast): Error in SD.test(x, m) : Insufficient data

2012-02-08 Thread Jean Jacques Dureau
Hi rainer, how can I control dependend packages? thanks jj Il 08 febbraio 2012 17:10, Rainer Hurling ha scritto: > On 08.02.2012 15:35 (UTC+1), Jean Jacques Dureau wrote: >> >> I ha

[R] library(forecast): Error in SD.test(x, m) : Insufficient data

2012-02-08 Thread Jean Jacques Dureau
I have these R code: ### time.test.data<-c(2.88645418326693, 2.91546949823027, 2.94130799329234, 2.93313338038109, 2.89478957915832, 2.86029757243540, 2.78648486664669, 2.80183167535133, 2.75435512226307, 2.78992352676563,

[R] library(forecast): Error in SD.test(x, m) : Insufficient data

2012-02-08 Thread Jean Jacques Dureau
I have these R code: ### time.test.data<-c(2.88645418326693, 2.91546949823027, 2.94130799329234, 2.93313338038109, 2.89478957915832, 2.86029757243540, 2.78648486664669, 2.80183167535133, 2.75435512226307, 2.78992352676563,

[R] multinomial regression

2010-05-13 Thread Jean Jacques Dureau
I am developing a multinomial regression model with the function multinom. The dependent variable is qualitative with three possible outcomes, the independent variables are all quantitative. I want to check the significance of predictor variables, which function I use to run the correct test? You a