predict.CBPS {optmatch} | R Documentation |
(Internal) Predict for CBPS objects
Description
The CBPS package fits ‘covariate balancing propensity score’ for use in propensity score
weighting. In the binary treatment case they can also be used for matching. This method helps to
implement that process in a manner consistent with use of propensity scores elsewhere in optmatch; see
scores
documentation.
Usage
## S3 method for class 'CBPS'
predict(object, newdata = NULL, type = c("link", "response"), ...)
Arguments
object |
A CBPS object |
newdata |
Unused. |
type |
Return inverse logits of fitted values (the default) or fitted values themselves |
... |
Unused. |
Value
Inverse logit of the fitted values.
[Package optmatch version 0.10.7 Index]