Skip to content
Back to formatted view

Raw Message

Message-ID: <1328130589747-4349460.post@n4.nabble.com>
Date: 2012-02-01T21:09:49Z
From: Botrel
Subject: R-squared, how can I do to put this in a vector?

I'm needing to remove the R-squared , and put this in a vector. It's the same
that I do with the Beta or alfa in a linear regression:

beta <- vector()  ##  beta

for (i in 1:ncol(ret)){

	beta[i] <- summary(lm((ret[,i] - ret.selic.ibov[,1])  ~ rmrf[,1] +
max[,1]))*$coef[[2]]*
}

So, I need to know what I'll put after* $*.

Thanks.

--
View this message in context: http://r.789695.n4.nabble.com/R-squared-how-can-I-do-to-put-this-in-a-vector-tp4349460p4349460.html
Sent from the R help mailing list archive at Nabble.com.