convert.coef: Helper functions

View source: R/chngptm.R

convert.coef predictx threshold.funcR Documentation

Helper functions

Description

Some helper functions. predictx returns confidence bands for predictions as functions of the change point variable. threshold.func returns thresholded covariates.

Usage


convert.coef(coef.0, threshold.type)

predictx(fit, boot.ci.type = c("perc", "basic", "symm"), alpha
 = 0.05, xx = NULL, verbose = FALSE, return.boot =
 FALSE, include.intercept = FALSE, get.simultaneous =
 TRUE)
         
threshold.func(threshold.type, coef, xx, x.name, include.intercept=FALSE)

Arguments

include.intercept

coef.0

coef.0

coef.0

threshold.type

threshold.type

get.simultaneous

threshold.type

return.boot

threshold.type

fit

fit

boot.ci.type

boot.ci.type

alpha

alpha

verbose

verbose

coef

coef

xx

xx

x.name

x.name


chngpt documentation built on April 12, 2025, 2:27 a.m.