Hi,
My question is how to get linear regression parameters (e.g. slope,
y-intercept, etc.) from the fittings in qplot.

My code looks like this,

Fig1 = qplot(data=subset(totalD, (Name=="increase1"), x=Time, y=Intensity,
main="Total Data")
Fig1 + stat_smooth(method="lm")

I can get the linear regression fittings but I am not sure how to get the
parameters out of them.

Thanks for your help in advance.
JC

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to