About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
ron-r
2/17/2014 - 2:22 PM
share
Share
add_circle_outline
Save
# LINEAR REGRESSION WITH REFERENCE TO A FCTOR
LINEAR REGRESSION WITH REFERENCE TO A FCTOR
# LINEAR REGRESSION WITH REFERENCE TO A FCTOR
content_copy
file_download
qq<- lm(adata$TimeSpan ~ relevel(adata$Lang_Prefix, ref="en")) summary(qq) confint(qq)
clear