predLogit {sevenC} | R Documentation |
Predict interaction probability using logistic regression model.
predLogit(data, formula, betas)
data |
A data.frame like object with predictor variables. |
formula |
A |
betas |
A vector with parameter estimates for predictor variables. They
should be in the same order as variables in |
A numeric vector with interaction probabilities for each observation
in df
. NAs are produced for NAs in df
.