I am using read.table and keep on getting this message.
The function is confusing my first column with a row.names column. I have
checked the table carefully using excel and it seems quite symetric and
with a name at the top of each column.
This is what I am using:
form1 = read.table("c:/horses
Hi
I am trying to use various techniques (eg svm, logistic regression,
neural networks) to classify and predict the outcome of horse races.
Most of my predictive features are categorical - horse, jockey, trainer
- and I keep on running out of memory owing to the size of the vector.
Does any
I am having a couple of problems someone may be able to cast some light on.
Question 1:
I am making a logistic model but when i do this:
glm.model = glm(as.factor(form$finished) ~ ., family=binomial,
data=form[1:15,])
I get this:
Error in model.frame(formula, rownames, variables, varname
I am trying to train on part of my data and test on another part:
> glm.model = glm(as.factor(h_finished) ~ . , family=binomial,
data=form[1:15,])
> pred = predict(glm.model, data=form[150001:20,-1], type="response")
> t = table(pred, form[150001:20,1])
Error in table(pred, form[15000
Hi
can anyone recommend a perl module that I can use to run R?
Stephen
__
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,
This looks a bit like it only works for unix and maybe linux. is that
right? I'm using windows so if it is right I'll need another solution.
Stephen
> http://www.omegahat.org/RSPerl/
>
> --
> Andrew J Perrin - andrew_perrin (at
6 matches
Mail list logo