[R] Rugarch package: arfimaspec and arfimafit

2014-07-04 Thread Anne-Marie B.
Hello, My question is related to the rugarch package and its arfimafit function. I am trying to fit an arfima(7,d,1) with an exogenous variable. Here is a part of my code: spec1<- arfimaspec(mean.model = list(armaOrder = c(7, 1), include.mean = FALSE,arfima = TRUE, ext

Re: [R] Function, that assigns two vectors to each other

2013-07-25 Thread Anne-Marie B. Gallrein
15 >> >> 13%1110715 >> >> 14%1110816 >> >> 15%1110816 >> >> 16%1110816 >> >> 17%1110816 >> >> 18%1110816 >> >> 19%1210816 >> >> 20%1210816 >> >> So now I know, what percentile a person h

[R] Function, that assigns two vectors to each other

2013-07-24 Thread Anne-Marie B. Gallrein
w variable "Percentile.AG1". Every person that scored 6 in "Punkte.AG1" gets a "6" in the new variable "Percentile.AG1". The same thing should be done for the other tasks. I new to R, so I don't have any clue, how to solve that. It would b