search for: usdata

Displaying 2 results from an estimated 2 matches for "usdata".

Did you mean: udata
2004 May 15
0
" cannot allocate vector of length 1072693248"
...blem. What on earth does one do about that? It's not emergent, but whomever works on the R source would probably like to know. On 5/12/04 20:29, "Liaw, Andy" <andy_liaw at merck.com> wrote: > That's because I _attach()_ the .rda file you sent me, so that copy of > `USdata' is in search position 2. The subset statement makes a copy > containing the subset in the workspace (aka global environment). At the end > of the loop, that copy is rm()'ed, but the copy in search position 2 is > still accessible. > > One thing I could have done is: >...
2011 Nov 11
1
Fwd: Use of R for VECM
...and I am applying it for solving Bi-Variate (Consumption and Output) VECM with Co-Integration (I(1)) with three lags on Consumption and Output expressed aa lags of differences. R Code and one segment fo the output (other parts of the output are repeatitive) are as follows. > us=read.table("usdata.1995-2009.txt",header=T) > sjd<-us[,c("Y","C")] > sjd.vecm1 <- ca.jo(sjd, ecdet='const', type="eigen", K=3, spec="longrun", + season=4) > sjd.vecm2 <- ca.jo(sjd, ecdet='const', type="eigen", K=3, spec="tra...