*PURPOSE : a SAS program to test whether SAS UE can run properly. * 1. Create a library, point to where you want to store datasets and results; LIBNAME lab1 "/folders/myfolders/Lab1"; * 2.Import Data ...
#model1 = gls(totword ~ centerage * sex + blks + strs + push + bag + dime, data = newdata) #model1 = gls(totword ~ centerage * sex + blks + strs + push + bag + dime ...