[R] How can I let the dimension change via the circulation?

Bert Gunter gunter.berton at gene.com
Sun Aug 24 02:37:54 CEST 2014


Huh?

-- Bert

Bert Gunter
Genentech Nonclinical Biostatistics
(650) 467-7374

"Data is not information. Information is not knowledge. And knowledge
is certainly not wisdom."
Clifford Stoll




On Sat, Aug 23, 2014 at 5:22 AM, 西风古道 <lx900902 at qq.com> wrote:
> Here is the fraction of Matlab code for the Generalized Sup ADF Test for the bubble testing:
>
> The dimension of the matrix rwadft may vary via the circulation. I then imitate this code by the R program as the following:
> for (dim0 in 1:30){
> rwadf<-numeric(dim0)
> ....
>  in the circulation but it does not work. The dimension of the rwadf do not vary and I can not get the right answer.
> I want to know if I can let the dimension of the rwadf change via the circulation. How should I write the R code?‍
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list