logiDx(x, round = FALSE, roundTo = 3)glmround=TRUE, digits will be ronded
to roundTo decimal placesdata.table. There is one row per covariate
pattern with at least one observation. These are sorted
by dBhat (see below).
The initial columns
give all combinations of the predictor variables with at
least one observation.
Subsequent columns are
labelled as follows:plotLogiDxd1 <- genLogiDt(model=FALSE)
f1 <- stats::glm(y ~ I(x5^2)*x1 -1, family=binomial("logit"), data=d1)
logiDx(f1)Run the code above in your browser using DataLab