Skip to content
Prev 274160 / 398506 Next

Problem executing function

objects
do
is. 

I bet you do not understand basic operations in R. See chapter 2.1 in 
R-Intro manual coming with you R installation.

Object any.object does not exist untill you create it or assign a value to 
it.

x <- 1:10
y <- x*5+10+rnorm(10)
any.object <- lm(y~x)

Regards
Petr
http://www.R-project.org/posting-guide.html