| summary.ca | R Documentation |
ca function.Return the output of ca function.
## S3 method for class 'ca' summary(object, ...)
object |
Output of |
... |
additional arguments affecting the summary produced. |
data("mortgage")
### Regression Specification
fm <- deny ~ black + p_irat + hse_inc + ccred + mcred + pubrec +
ltv_med + ltv_high + denpmi + selfemp + single + hischl
### Specify characteristics of interest
t <- c("deny", "p_irat", "black", "hse_inc", "ccred", "mcred", "pubrec",
"denpmi", "selfemp", "single", "hischl", "ltv_med", "ltv_high")
### Issue ca command
CA <- ca(fm = fm, data = mortgage, var = "black", method = "logit",
cl = "both", t = t, b = 50, bc = TRUE)
### Report summary table
summary(CA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.