trSurv.control: Auxiliary for Controlling trSurvfit Fitting

View source: R/trSurvfit.R

trSurv.controlR Documentation

Auxiliary for Controlling trSurvfit Fitting

Description

Auxiliary function as user interface for trSurvfit fitting.

Usage

trSurv.control(
  interval = c(-1, 20),
  lower = min(interval),
  upper = max(interval)
)

Arguments

interval

a vector containing the end-points of the interval to be searched the transformation parameter.

lower

the lower end-point of the interval to be searched.

upper

the upper end-point of the interval to be searched.

Value

A list containing the upper and lower bounds in fitting.

See Also

trSurvfit


tranSurv documentation built on June 8, 2025, 11:47 a.m.