Learn R Programming

REndo (version 1.3)

copulaREndo-class: generics for copulaREndo-class

Description

This class is used to store and further analyze the results of the copulaCorrection function when method=1 is applied

Arguments

Slots

copCall

- call fo the copulaCorrection function.

coefficients

- estimated coefficients.

coefEndoVar

- estimated coefficients of the variables considered endogenous.

coefExoVar

- estimated coefficients of the variables considered exogenous.

coefPStar

- estimated coefficient of the additional variable, p*.

seCoefficients

- standard errors of the coefficients.

residuals

- the residuals.

fitted.values

- fitted values.

stats

- model fit statistics such as R2, Adj-R2, Fstatistic.

rho

- the estimate of the correlation between the endogenous variable and the error.

sigma

- standard deviation of the error.

logLik

- value of the maximum likelihood.

param

- initial values of the parameter. THese are either chosen by the user or are the OLS estimates, with value 0.5 for rho and 0.9 for sigma.

AIC

- Akaike Information Criterion.

BIC

- Bayesian Information Criterion.

convCode

- the convergence code. If is equal to zero, the model converged.

regressors

- returns the regressors matrix.

confint

- returns the lower and upper limits of the 95% confidence interval for the estimates.

Examples

Run this code
# NOT RUN {
getSlots("copulaREndo")

# }

Run the code above in your browser using DataLab