Displaying 2 results from an estimated 2 matches for "tryvar".
Did you mean:
tryvarb
2007 Jun 05
1
klaR stepclass
...'m trying to use "stepclass" to do a stepwise variable selection with
method=lda. I keep getting this warning message, which shows up once
for each variable added to the model during variable selection:
Warning message:
error(s) in modeling/prediction step in: cv.rate(vars = c(model,
tryvar), data = data, grouping = grouping,
I don't know how to interpret this warning. I do not have a separate
data set for cross validation. Is this important, or will "stepclass"
do leave-one-out cross-validation in the absence of other
cross-validation data?
Also, when I run "step...
2007 Oct 03
1
help with stepclass (klaR)
I use Windows, R version 2.5.1
When I try to run stepclass (klaR) I get an error message/warning saying:
1: error(s) in modeling/prediction step in: cv.rate(vars = c(model, tryvar),
data = data, grouping = grouping, ...
Actually, I look 16 warnings of this type. Can anyone tell me what this
means?
Also, it returns only 2 out of the 79 variables as important, however these
variables don't make any biological sense... Might this be a problem of my
coding?
Here's...