Description Usage Arguments Value
This calculates pointwise semiparametric conditional probability Pr(y=1|x)
based
on the fitted semiparametric binary response model. If new data are not given, it returns
in-sample conditional probabilities using fitted.semiBRM
.
1 2 3 4 5 6 7 8 9 10 |
object |
a fitted 'semiBRM' object. |
newdata |
a data.frame or matrix at which conditional probabilities are computed. |
boot.se |
a logical indicating whether to report standard errors and confidence intervals.
If |
ci.level |
a numeric representing bootstrap confidence intervals. This is useful only when
|
nboot |
an integer indicating the number of bootstrap replications. This is useful only when
|
h |
a numeric of bandwidth size in the Nadaraya-Watson estimator. If not given, it will use
the Silverman's rule of thumb bandwidth, |
... |
further arguments (currently ignored). |
If boot.se = FALSE
, then it will return a list with the following components:
prob | predictions. |
non.endpoint | taking TRUE if estimated probabilities are evaluated at points away from boundaries and FALSE otherwise. |
If boot.se = TRUE
, then it will return a list with the following components:
prob | predictions. |
boot.se | semiparametric bootstrap standard errors. |
boot.ci | semiparametric bootstrap confidence intervals. |
non.endpoint | taking TRUE if estimated probabilities are evaluated at points away from boundaries and FALSE otherwise. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.