search for: variancevar

Displaying 1 result from an estimated 1 matches for "variancevar".

Did you mean: variancefor
2006 Apr 08
1
add lines to a plot with a loop without erase the last one
Hello, I want to plot several lines to a main plot but at the end of each loop, it erases the last one. Here my program: alpha<-5 beta<-10 var<-0.5 s<-runif(1000,0,50) m<-length(s) variancealpha<-0.002 variancebeta<-0.051 variancevar<-0.001 alphachap<-vector() betachap<-vector() varchap<-vector() epsilon<-vector() b<-vector() u<-vector() varbeta<-vector() varalpha<-vector() biaisbeta<-vector() biaisalpha<-vector() biaisvar<-vector() data<-matrix(99,length(s),n) # III) Je g?...