Skip to content

From summary function to formula

2 messages · LordSword, Bert Gunter

#
Hi there!

I need to generate a final general linear model from a set of coefficients
of the variables within the summary function.
When I have the summary-function, HOW do I create a final model (response
variable = bla bla bla)?

LordSword



--
View this message in context: http://r.789695.n4.nabble.com/From-summary-function-to-formula-tp4648008.html
Sent from the R help mailing list archive at Nabble.com.
#
?predict.xxx

where xxx is either lm or glm, as I don't know what you mean by
"general linear model." I also don't know what you mean by "summary
function" but have assumed it's "fitted model."

You need to read ?lm (or ?glm) carefully, and also follow some of the
links therein.

-- Bert
On Wed, Oct 31, 2012 at 7:32 AM, LordSword <kinie09 at student.sdu.dk> wrote: