
Internal helpers shared with the companion packages
Source:R/copreg-core.R, R/shared-internals.R
endogCopula-internals.RdThese 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)