Displaying 2 results from an estimated 2 matches for "cloudstat".
2012 Nov 23
0
r cloud computing
...find some place on internet for R cloud computing.I have some questions about it.
I followed this webpage:
http://www.r-bloggers.com/crdata-org-to-shut-down/
trying to gain some knowledge about where I can find free cloud computing service for R. It looks like there are 2 option: crdata.org and cloudstat.org. Since the first one has been temporarily shut down. I basically got only one choice, that is, the cloudstat.org.
It looks like there are two different name for the same webpage:
http://www.cloudstat.org/
http://www.kloudstat.com/
There is a "console" button on the main page, whic...
2012 Apr 02
1
Error: (subscript) logical subscript too long
Hello,
I am trying to perform a logistic regression using counts. For example:
cedegren <-
read.table("http://www.cloudstat.org/index.php?do=/attachment/download/id_95
/", header=T)
attach(cedegren)
ced.del <- cbind(sDel, sNoDel)
ced.logr <- glm(ced.del ~ cat + follows + factor(class),
family=binomial("logit"))
This works. However, if I change the family to Gaussian:
ced.logr <- glm(ced.del ~ c...