Re: [R] assign estimated values

2013-02-11 Thread Rui Barradas
Hello, Em 11-02-2013 01:26, Pete Brecknock escreveu: malaka wrote Hi, I want to assign the ar1 , ma 1 and the intercept estimated by the following code to three variables a, b and c respectively. Can anyone help me with this please? code: a0 = 0.05; a1 = 0.1; b1 = 0.85 nu = rnorm(2500) epsi

Re: [R] assign estimated values

2013-02-10 Thread Pete Brecknock
malaka wrote > Hi, > I want to assign the ar1 , ma 1 and the intercept estimated by the > following code to three variables a, b and c respectively. > > Can anyone help me with this please? > > code: > > a0 = 0.05; a1 = 0.1; b1 = 0.85 > nu = rnorm(2500) > epsi = rep(0, 2500) > h = rep(0, 2500) >