Häring, Tim (LWF <Tim.Haering <at> lwf.bayern.de> writes:

> 
> OK, the information I send to the list were rather sparse. Sorry for that!
> I just tried the command with the recent Version of R and ipred. The error
message is the same.
> I want to create a classification model. My data consist of 5414 observations
and 98 variables whereof 33
> are numeric, the remainder are binary nominal (factor) variables. My output
SOIL_UNIT is a factor
> variable with 82 levels.

No. You should either create a set of dummy data of a similar size that 
reproduces the problem, or post the data set on a web site:

ge = read.table("http://www.menne-biomed.de/gastempt/gastempt.csv";,
  sep=",",header=TRUE)

And the code should be complete so that someone can run it with copy/paste.

Dieter

______________________________________________
R-help@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.

Reply via email to