Does anyone have any experience using R in a Sage cell?  The following code 
works fine on SMC but not on the Sage cell server.

            %r
            age <- c(25, 30, 56)
            gender <- c("male", "female", "male")
            weight <- c(160, 110, 220) 
            mydata <- data.frame(age,gender,weight)
            summary(mydata)
            cor(mydata$age,mydata$weight)
            mean(mydata$age)
            sd(mydata$age)
            plot(mydata$age,mydata$weight)]]>

Tom Judson

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to