Re: [R] VAR function in vars package: find the standard deviation of the error

2013-08-05 Thread Pfaff, Bernhard Dr.
un...@r-project.org] Im Auftrag von jpm miao Gesendet: Freitag, 2. August 2013 11:11 An: r-help Betreff: [R] VAR function in vars package: find the standard deviation of the error Hi, Does someone know how to find the standard deviation of the error term in the VAR object? The whole structure

Re: [R] var function

2008-05-14 Thread Erik Iverson
See the 'variance' function in ifultools package. If you'd like the unbiased estimate of the variance, just use 'var' without the extra argument. Best, Erik Iverson Applejus wrote: Hello, I am trying to convert this splus line of code to R : var(outcome[1, ], unbiased = FALSE) It seems

[R] var function

2008-05-14 Thread Applejus
Hello, I am trying to convert this splus line of code to R : var(outcome[1, ], unbiased = FALSE) It seems the var function in R doesn't have the "unbiased" argument. Could someone help me figure the correct equivalent line in R? Thank you -- View this message in context: http://www.nabble