Skip to contents

These functions are the shared infrastructure (model-frame parsing, CDF estimation, bootstrap plumbing, and the normality/diagnostic test battery behind validity()) that the cross-sectional estimators in this package are built on. They are not part of the user-facing API and are exported only so that the companion packages endogCopulaPanel and endogCopulaBayes can call them (as endogCopula::.copreg_model() and so on) instead of duplicating this code.

Usage

.copreg_cdf_choices

.copreg_ties_choices

.cdf_estimate(x, cdf, ties)

.copreg_model(formula, data, subset = NULL, contrasts = NULL)

.copreg_export_names(envir)

.ad_test(x)

.ks_normal(v)

.copreg_diagnostics(y, X, C, Cstar, info, xi, groups = NULL)

.wald(cf, V, idx, R = NULL, tol = 1e-08)

.skewness(x)

.ex_kurtosis(x)

.validity_nonnormality(M, nm, n, power)

Format

An object of class character of length 7.

An object of class character of length 2.

Value

Values used internally by the companion packages.