print.rifreg | R Documentation |
Print method for class "rifreg"
## S3 method for class 'rifreg'
print(x, ...)
x |
an object of class "rifreg", usually, a result of a call to rifreg. |
... |
other parameters to be passed to printing function. |
the function print.rifreg()
returns the the covariates' coefficients
of the RIF regressions derived from the fitted linear model given in object x
.
rifreg <- rifreg(
formula = log(wage) ~ union +
nonwhite +
married +
education +
experience,
data = men8385,
statistic = "quantiles",
probs = seq(0.1, 0.9, 0.1),
weights = weights
)
print(rifreg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.