CS Example: General Linear Test (cs2.sas)
CS Example: General Linear Test (cs2.sas). proc reg data = cs ; model gpa = satm satv hsm hss hse ; * test H0: beta1 = beta2 = 0; sat: test satm , satv ; * test H0: beta3=beta4=beta5=0; hs : test hsm , hss , hse ; run ;. CS Example: General Linear Test.
1.09k views • 77 slides