Learn R Programming

blm (version 2011.2.0)

EO: Compute the ratio of expected event to observed events for blm and lexpit objects.

Description

Returns a list of expected to observed counts and the specified confidence interval. The argument group can be used to estimate this ratio by the categories of the categorical variable group.

Arguments

Examples

Run this code
data(birthwt)

fit.linear <- blm(low~smoke+factor(race)+I(scale(age)),birthwt)

EO(fit.linear)

Run the code above in your browser using DataLab