predict.CBPS | R Documentation |
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.
## S3 method for class 'CBPS'
predict(object, newdata = NULL, type = c("link", "response"), ...)
object |
A CBPS object |
newdata |
Unused. |
type |
Return inverse logits of fitted values (the default) or fitted values themselves |
... |
Unused. |
Inverse logit of the fitted values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.