Description Usage Arguments See Also Examples
Various methods for processing "2sls"
objects; for diagnostic methods,
see 2SLS_Diagnostics.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ## S3 method for class '2sls'
model.matrix(object, type = c("model", "instruments",
"stage2"), ...)
## S3 method for class '2sls'
avPlot(model, ...)
## S3 method for class '2sls'
vcov(object, ...)
## S3 method for class '2sls'
residuals(object, type = c("response", "stage1", "stage2",
"working", "deviance", "pearson", "partial"), ...)
## S3 method for class '2sls'
fitted(object, type = c("model", "stage1", "stage2"), ...)
## S3 method for class '2sls'
print(x, digits = getOption("digits") - 2, ...)
## S3 method for class '2sls'
summary(object, digits = getOption("digits") - 2,
vcov. = vcov, ...)
## S3 method for class 'summary.2sls'
print(x, ...)
## S3 method for class '2sls'
anova(object, model.2, s2, dfe, ...)
## S3 method for class '2sls'
update(object, formula., instruments., ...,
evaluate = TRUE)
## S3 method for class '2sls'
bread(x, ...)
## S3 method for class '2sls'
estfun(x, ...)
|
object |
An object of class |
type |
Type of object desired, varies by method:
|
... |
to match generics, not generally used. |
model |
An object of class |
x |
An object of class |
digits |
Digits to print. |
vcov. |
Function to compute the coefficient covariance matrix or the matrix itself;
the default is the function |
model.2 |
A second object of class |
s2 |
the estimated error variance (optional); if not specified, taken from the larger model. |
dfe |
the degrees of freedom for error (optional); if not specified, taken from the larger model. |
formula. |
Updated model formula. |
instruments. |
Updated one-sided formula for the instrumental variables. |
evaluate |
If |
lm2sls
, 2SLS_Diagnostics,
sandwich
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.