which.at.boundary | R Documentation |
blm
and lexpit
objects.Returns matrix of covariate types with a predicted probability at the lower or upper boundary defined by the specified criterion
or NA
if no boundary constraints are present.
Returns all rows of design matrix whose predicted risk are less than or equal to criterion
or greater than or equal to 1 - criterion
.
which.at.boundary (object, criterion = 1e-06)
model fit of class blm
or lexpit
numeric distance from 0 (or 1) that is considered to be at the boundary
Stephanie Kovalchik s.a.kovalchik@gmail.com
data(ccdata) fit <- blm(y~female+packyear,data = ccdata, weight = ccdata$w, strata = ccdata$strata) which.at.boundary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.