Displaying 1 result from an estimated 1 matches for "elimparam".
2002 Feb 25
1
problem with step-Function
...ming the outer loop 6 times
Splus can execute these loops but is very much slower than R .
Interestingly, if the scale-argument in the step-function is omitted R
performes these loops a few times more.
What could be the reason for that error?
Any hint is appreciated!
Andreas
RQuadrat<-list()
elimParam<-list()
frei.grade<-list()
RQuadrat<-c(rep(list(rep(NA,286)),26))
elimParam<-c(rep(list(rep(NA,286)),26))
frei.grade<-c(rep(list(rep(NA,286)),26))
cat('\nVerarbeitete Gitterpunkte (von 286):\n')
for(i in 1:286)
{
j<-1
if(any(is.na(annJMSLTv.box[,i])==F))
{
fit...