Hi, Given a data frame:
df1: application id (appid), project id (pid), person months (pm), function points (fp) How do I produce linear modelling results at the appid level. That is, I would like to find the coefficent and intercept for the formula "pm ~ fp" for each application. Thanks ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
