Deaths of snails vs exposure by species
Deaths of snails vs exposure by temperature
Deaths of snails vs exposure by relative humidity
SAS code for deaths of snails vs species, exposure temperature and relative humidity proc genmod data=linear.lab13_1; class species exposure temp rel_humidity; model deaths/total=species exposure temp rel_humidity/dist=binomial; run; When each observation in the input data set contains the number of events (for example, successes) and the number of trials from a set of binomial trials, use the events/trials syntax. This form is applicable only to summarized binomial response data.
SAS code for deaths of snails vs species, exposure temperature and relative humidity Analysis Of Parameter Estimates Standard Wald 95% Confidence Chi- Parameter DF Estimate Error Limits Square Pr > ChiSq Intercept Exposure Exposure <.0001 Exposure <.0001 Exposure Species A <.0001 Species B Temp <.0001 Temp Temp Rel_humidity <.0001 Rel_humidity <.0001 Rel_humidity Rel_humidity Scale
Interpretation of SAS output for the study of deaths among snails in relation to species, exposure, temperature and relative humidity. The model parameters represent estimates of The presence of interaction effects can be tested by computing
Survival probability vs age, sex and passenger class PClass_Sex_Rel. frequencyN1 1stfemale stmale ndfemale ndmale rdfemale rdmale Missing values?
Relative frequency of myocardial infarction vs coffee and cigarrette consumption
Main effects? Interaction effects?
SAS code for the study of myocardial infarction vs coffee and cigarrette consumption proc genmod data=linear.lab14_1; class coffee cigarrettes; model cases/total = coffee cigarrettes/dist=binomial; run; When each observation in the input data set contains the number of events (for example, successes) and the number of trials from a set of binomial trials, use the events/trials syntax. This form is applicable only to summarized binomial response data.
SAS code for the study of myocardial infarction vs coffee and cigarrette consumption Quantitative inputs (scores) Qualitative inputs.
Rail accidents Observed data may be regarded as rates (number of accidents per mile)