SAS
Wednesday, November 19, 2014
11/19 part2
data testnewnew;
input a$ c $ yes no total;
datalines;
no no 2 279 281
no yes 3 43 46
yes no 44 456 500
yes yes 911 538 1449
;
run;
proc genmod data=testnewnew;
class a c;
model yes/total = a c / dist=bin link=logit ;
run;
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment