new_vine_copula_ss_fit: Constructor for vine copula model

View source: R/fit_model_SurvSurv.R

new_vine_copula_ss_fitR Documentation

Constructor for vine copula model

Description

Constructor for vine copula model

Usage

new_vine_copula_ss_fit(
  fit_0,
  fit_1,
  copula_family,
  knots0,
  knots1,
  knott0,
  knott1
)

Arguments

fit_0

Estimated parameters in the control group.

fit_1

Estimated parameters in the experimental group

copula_family

Parametric copula family

knots0

placement of knots for Royston-Parmar model

knots1

placement of knots for Royston-Parmar model

knott0

placement of knots for Royston-Parmar model

knott1

placement of knots for Royston-Parmar model

Value

S3 object

Examples

#should not be used be the user

Surrogate documentation built on Sept. 25, 2023, 5:07 p.m.