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,
  copula_rotations,
  data
)

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

copula_rotations

vector of copula rotation parameters

data

Original data

Value

S3 object

Examples

#should not be used be the user

Surrogate documentation built on June 22, 2024, 9:16 a.m.