smcure1: Semiparametric mixture cure model

Description Usage

View source: R/smcure1.R

Description

The function is same as smcure:::smcure that fit a mxture cure models. This one output information for bootstrap samples. See options in smcure for the detail.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
smcure1(
  formula,
  cureform,
  offset = NULL,
  data,
  na.action = na.omit,
  model = c("aft", "ph"),
  link = "logit",
  Var = TRUE,
  emmax = 50,
  eps = 1e-07,
  nboot = 100,
  n_post = 100,
  init = NULL,
  em = "smcure1",
  cutpoint = c(0.1, 0.25, 0.5, 0.75, 0.9),
  eva_model = NULL,
  est_type = "EM",
  posterior = TRUE
)

elong0527/evacure documentation built on Dec. 16, 2020, 1:29 p.m.