Predicted values based on constrained linear probability model object.
# S3 method for clpm
predict(object, newdata, se.fit = FALSE, ...)
The function returns the same object returned by predict.lm.
Object of class inheriting from "clpm"
An optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used.
A switch indicating if standard errors are required.
further arguments passed to or from other methods.
Andrea Beci andreabeci08@gmail.com, Paolo Frumento paolo.frumento@unipi.it
See predict.lm.