| summary.spe | R Documentation |
spe function.The option result allows user to tabulate either sorted estimates or
average estimates. For sorted estimates, the table shows user-specified
quantile indices, sorted estimates, standard errors, point-wise confidence
intervals, and uniform confidence intervals. For average estimates, the
table shows average estiamtes, standard errors, and confidence intervals.
## S3 method for class 'spe'
summary(object, result = c("sorted", "average"), ...)
object |
The output of |
result |
Whether the user wants to see the sorted or the average
estimates. Default is |
... |
additional arguments affecting the summary produced. |
data("mortgage")
fm <- deny ~ black + p_irat + hse_inc + ccred + mcred + pubrec + ltv_med +
ltv_high + denpmi + selfemp + single + hischl
test <- spe(fm = fm, data = mortgage, var = "black", method = "logit",
us = c(2:98)/100, b = 50)
summary(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.