summary.eivlm {eivtools} | R Documentation |
summary
method for objects of class eivlm
.
Description
Computes summary quantities for a model of class eivlm
. The
computations include some quantities for the standard regression model
(uncorrected for covariate measurement error), as well as quantities
relevant to the EIV model.
Usage
## S3 method for class 'eivlm'
summary(object, correlation = FALSE, symbolic.cor = FALSE, ...)
Arguments
object |
A model object of class |
correlation , symbolic.cor , ... |
See help for |
Value
An list object of class summary.eivlm
with components:
residuals , fitted.values , N , latent_resvar , vcov , relnames , coefficients |
See |
call , terms , aliased , df , coefficients |
See |
reliability |
If |
Sigma_error |
If |
symbolic.cor |
If |
latent_R2 |
Maximum likelihood estimate of R-squared for regression of Y on (X,Z). NOTE: This is not the R-squared of the fitted regression of Y on (W,Z). |
latent_R2_dfadj |
Estimate of R-squared for regression of Y on (X,Z) adjusted by number of estimated regression parameters. |
OTHER |
The object also includes components
|
Author(s)
J.R. Lockwood jrlockwood@ets.org
See Also
The model fitting function eivreg
, summary
.
Function coef
will extract the matrix of coefficients
with standard errors, t-statistics and p-values.