ctqr-internal: Internal Functions

Description Usage

Description

Functions for internal use only.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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 class 'ctqr'
nobs(object, ...)
## S3 method for class 'ctqr'
vcov(object, ...)
## S3 method for class 'ctqr'
coef(object, ...)
## S3 method for class 'ctqr'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'ctqr'
summary(object, ...)
## S3 method for class '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)

ctqr documentation built on Feb. 2, 2021, 1:06 a.m.