Sample from the Joint Distribution
Source:R/frengression_seq.R, R/frengression_surv.R, R/sample.R
sample_joint.RdGenerates samples from the learned joint distribution P(X, Y, Z).
Usage
# S3 method for class 'frengression_seq'
sample_joint(model, s, ...)
# S3 method for class 'frengression_surv'
sample_joint(model, s, ...)
sample_joint(model, ...)
# S3 method for class 'frengression'
sample_joint(model, sample_size = 100, ...)