Re: [R] Accessing coefficient values in linear regression

2012-07-12 Thread Peter Alspach
nt: Friday, 13 July 2012 3:56 p.m. To: r-help@r-project.org Subject: [R] Accessing coefficient values in linear regression Hi everyone, I am fitting a simple linear regression model in R. My command is j=lm( Y ~ Sex + begsal + time + int) Call: lm(formula = Y ~ Sex + b

[R] Accessing coefficient values in linear regression

2012-07-12 Thread PRAGYA SUR
Hi everyone, I am fitting a simple linear regression model in R. My command is j=lm( Y ~ Sex + begsal + time + int) Call: lm(formula = Y ~ Sex + begsal + time + int) Coefficients: (Intercept) Sex begsal time int 191.916 -241.8053.96