Learn R Programming

ctqr (version 2.1)

internals: Internal Functions

Description

Functions for internal use only.

Usage

findagoodestimator(dat,w,type)
safe.pch(obj, eps = 1e-6)
quickpred(obj,y)
check.in.ctqr(z,y,d,x,off,weights, breaks)
start(CDF, p, x, y, off, weights) 
ee.u(beta, tau, CDF, V)
ee.cens(beta, tau, CDF, V)
ee.cens.trunc(beta, tau, CDF, V)
ee.icens(beta, tau, CDF, V)
qr_gs(beta0, check, p, CDF, a = 0.5, b = 1.5, maxit = 1000, tol = 1e-6, type)

# S3 method for ctqr nobs(object, ...) # S3 method for ctqr vcov(object, ...) # S3 method for ctqr coef(object, ...) # S3 method for ctqr print(x, digits = max(3L, getOption("digits") - 3L), ...) # S3 method for ctqr summary(object, ...) # S3 method for ctqr print.summary(x, digits = max(3L, getOption("digits") - 3L), ...)

firstep.ct(obj, z,y,d,w) firstep.ic(obj, y) asy.qr.ct(z,y,d,x, weights, p, fit, fit.ok) asy.qr.ic(z,y,d,x, weights, p, fit, fit.ok)

safesolve(A) regularize_corr(A, c = 0.9)

Arguments