pch-internal: Internal Functions

internalsR Documentation

Internal Functions

Description

Functions for internal use only and S3 methods.

Usage

CumSum(x)
myapply(x,fun)

makebreaks.ct(y, d, x, w, breaks)
makebreaks.ic(y, d, x, w, breaks)

pois.loglik(beta,d,x,w,off, zeror, deriv = 0)
icpch.loglik(beta, y, x,w,U1,U2, zeror, deriv = 0, final = FALSE)
convert.Surv(y)
break.y(y, breaks)

pois.fit(d,x,w,off)
pch.fit.ct(z, y, d, x, w, breaks)
pch.fit.ic(z, y, d, x, w, breaks)

newton(start, f, tol = 1e-5, maxit = 200, safeit = 0, ...)

cleanlambda(lambda,x,rangex)
predF.pch(obj, x, y)
predQ.pch(obj, x, p)
sim.pch(obj, x, method = c("q", "s"))

build.splinex(x, method, df, degree, v)
predict.splinex(x, a)

## S3 method for class 'pch'
logLik(object, ...)
## S3 method for class 'pch'
nobs(object, ...)
## S3 method for class 'pch'
vcov(object, ...)
## S3 method for class 'pch'
coef(object, ...)
## S3 method for class 'pch'
print(x, ...)
## S3 method for class 'pch'
summary(object, ...)
## S3 method for class 'pch'
print.summary(x, ...)

pch documentation built on May 29, 2024, 3:32 a.m.

Related to pch-internal in pch...