search for: pickedlist

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

Did you mean: linkedlist
2000 Sep 22
3
eval functions... (PR#668)
...ation that uses R)... here is the error I got in R (but not in S-PLUS)...so I am wondering if it is a bug. Eg., the foll. extract from a function runs fine in S-PLUS but gives the error: Error in x[[j]] : subscript out of bounds in R code snippet ..... attach(xd) resp <- "iv802" pickedlist <- "BD + CEC + CLAY + ERODFAC + INCEPTSL" lmexp <- paste(resp, " ~ ", pickedlist,sep="") tmpzx <- eval(lm(lmexp,data=xd)) Essentially, I want to do: lm(iv802 ~ BD + CEC + CLAY + ERODFAC + INCEPTSL, data=xd) thru a function that has the parameters pa...
2000 Sep 29
0
Is it R or I?
...) R>f.eda.lm( dataset="fia802.dat", pickall="ALFISOL + AVGT + BD + CEC + CLAY + ERODFAC +INCEPTSL + JANT + JARPPET + JULT + MAXELV + MAYSEPT + MINELV + MOLLISOL + OM + PERM + PET + PH + PPT + PROD + ROCKDEP + ROCKFRAG + SLOPE + SPODOSOL + TAWC + TEXCOARS + TEXFINE + ULTISOL", pickedlist="BD + CEC + CLAY + ERODFAC + INCEPTSL", resp="iv802", idvar="FIPS") Reading in data DONE Reading in data Lm Model Done building model Plotting the model output DONE-Plotting the model output Before tcltk Segmentation fault (core dumped) NOTE: Sometimes the program ru...