Learn R Programming

⚠️There's a newer version (1.3.6) of this package.Take me there.

Multivariate Event Times (mets)

Implementation of various statistical models for multivariate event history data <10.1007/s10985-013-9244-x>. Including multivariate cumulative incidence models <10.1002/sim.6016>, and bivariate random effects probit models (Liability models) <10.1016/j.csda.2015.01.014>. Also contains two-stage binomial modelling that can do pairwise odds-ratio dependence modelling based marginal logistic regression models. This is an alternative to the alternating logistic regression approach (ALR).

Installation

install.packages("mets")

The development version may be installed directly from github (requires Rtools on windows and development tools (+Xcode) for Mac OS X):

remotes::install_github("kkholst/mets", dependencies="Suggests")

or to get development version

remotes::install_github("kkholst/mets",ref="develop")

Citation

To cite the mets package please use one of the following references

Thomas H. Scheike and Klaus K. Holst and Jacob B. Hjelmborg (2013). Estimating heritability for cause specific mortality based on twin studies. Lifetime Data Analysis. http://dx.doi.org/10.1007/s10985-013-9244-x

Klaus K. Holst and Thomas H. Scheike Jacob B. Hjelmborg (2015). The Liability Threshold Model for Censored Twin Data. Computational Statistics and Data Analysis. http://dx.doi.org/10.1016/j.csda.2015.01.014

BibTeX:

@Article{,
  title={Estimating heritability for cause specific mortality based on twin studies},
  author={Scheike, Thomas H. and Holst, Klaus K. and Hjelmborg, Jacob B.},
  year={2013},
  issn={1380-7870},
  journal={Lifetime Data Analysis},
  doi={10.1007/s10985-013-9244-x},
  url={http://dx.doi.org/10.1007/s10985-013-9244-x},
  publisher={Springer US},
  keywords={Cause specific hazards; Competing risks; Delayed entry;
	    Left truncation; Heritability; Survival analysis},
  pages={1-24},
  language={English}
}

@Article{,
  title={The Liability Threshold Model for Censored Twin Data},
  author={Holst, Klaus K. and Scheike, Thomas H. and Hjelmborg, Jacob B.},
  year={2015},
  doi={10.1016/j.csda.2015.01.014},
  url={http://dx.doi.org/10.1016/j.csda.2015.01.014},
  journal={Computational Statistics and Data Analysis}
}

Examples

library("mets")

data(prt) ## Prostate data example (sim)

## Bivariate competing risk, concordance estimates
p33 <- bicomprisk(Event(time,status)~strata(zyg)+id(id),
                  data=prt, cause=c(2,2), return.data=1, prodlim=TRUE)
#> Strata 'DZ'
#> Strata 'MZ'

p33dz <- p33$model$"DZ"$comp.risk
p33mz <- p33$model$"MZ"$comp.risk

## Probability weights based on Aalen's additive model
prtw <- ipw(Surv(time,status==0)~country, data=prt,
            cluster="id",weight.name="w")

## Marginal model (wrongly ignoring censorings)
bpmz <- biprobit(cancer~1 + cluster(id),
                 data=subset(prt,zyg=="MZ"), eqmarg=TRUE)

## Extended liability model
bpmzIPW <- biprobit(cancer~1 + cluster(id),
                    data=subset(prtw,zyg=="MZ"),
                    weight="w")
smz <- summary(bpmzIPW)

## Concordance
plot(p33mz,ylim=c(0,0.1),axes=FALSE,automar=FALSE,atrisk=FALSE,background=TRUE,background.fg="white")
axis(2); axis(1)

abline(h=smz$prob["Concordance",],lwd=c(2,1,1),col="darkblue")
## Wrong estimates:
abline(h=summary(bpmz)$prob["Concordance",],lwd=c(2,1,1),col="lightgray", lty=2)

Copy Link

Version

Install

install.packages('mets')

Monthly Downloads

10,167

Version

1.3.1

License

GPL (>= 2)

Maintainer

Klaus Holst

Last Published

October 2nd, 2022

Functions in mets (1.3.1)

EventSplit

Event split with two time-scales, time and gaptime
EVaddGam

Relative risk for additive gamma model
BinAugmentCifstrata

Augmentation for Binomial regression based on stratified NPMLE Cif (Aalen-Johansen)
FG_AugmentCifstrata

Augmentation for Fine-Gray model based on stratified NPMLE Cif (Aalen-Johansen)
LinSpline

Simple linear spline
Grandom.cif

Additive Random effects model for competing risks data for polygenetic modelling
Effbinreg

Efficient IPCW for binary data
ClaytonOakes

Clayton-Oakes model with piece-wise constant hazards
Dbvn

Derivatives of the bivariate normal cumulative distribution function
Bootphreg

Wild bootstrap for Cox PH regression
back2timereg

Convert to timereg object
base44cumhaz

rate of Occlusion/Thrombosis complication for catheter of HPN patients of Copenhagen
base4cumhaz

rate of Mechanical (hole/defect) complication for catheter of HPN patients of Copenhagen
bicomprisk

Estimation of concordance in bivariate competing risks data
basehazplot.phreg

Plotting the baslines of stratified Cox
base1cumhaz

rate of CRBSI for HPN patients of Copenhagen
aalenMets

Fast additive hazards model with robust standard errors
aalenfrailty

Aalen frailty model
binomial.twostage

Fits Clayton-Oakes or bivariate Plackett (OR) models for binary data using marginals that are on logistic form. If clusters contain more than two times, the algoritm uses a compososite likelihood based on all pairwise bivariate models.
binreg

Binomial Regression for censored competing risks data
biprobit

Bivariate Probit model
blocksample

Block sampling
cif

Cumulative incidence with robust standard errors
casewise.test

Estimates the casewise concordance based on Concordance and marginal estimate using timereg and performs test for independence
cifreg

CIF regression
binregCasewise

Estimates the casewise concordance based on Concordance and marginal estimate using binreg
binregATE

Average Treatment effect for censored competing risks data using Binomial Regression
bptwin

Liability model for twin data
casewise

Estimates the casewise concordance based on Concordance and marginal estimate using prodlim but no testing
concordanceCor

Concordance Computes concordance and casewise concordance
cor.cif

Cross-odds-ratio, OR or RR risk regression for competing risks
dby

Calculate summary statistics grouped by
daggregate

aggregating for for data frames
count.history

Counts the number of previous events of two types for recurrent events processes
dcor

summary, tables, and correlations for data frames
dcut

Cutting, sorting, rm (removing), rename for data frames
cluster.index

Finds subjects related to same cluster
dprint

list, head, print, tail
drcumhaz

Rate for leaving HPN program for patients of Copenhagen
dreg

Regression for data frames with dutility call
drelevel

relev levels for data frames
dermalridges

Dermal ridges data (families)
divide.conquer.timereg

Split a data set and run function from timereg and aggregate
divide.conquer

Split a data set and run function
covarianceRecurrent

Estimation of covariance for bivariate recurrent events with terminal event
dsort

Sort data frame
dermalridgesMZ

Dermal ridges data (monozygotic twins)
doubleFGR

Double CIF Fine-Gray model with two causes
dlag

Lag operator
dspline

Simple linear spline
easy.binomial.twostage

Fits two-stage binomial for describing depdendence in binomial data using marginals that are on logistic form using the binomial.twostage funcion, but call is different and easier and the data manipulation is build into the function. Useful in particular for family design data.
fast.pattern

Fast pattern
fast.reshape

Fast reshape
fast.approx

Fast approximation
familyclusterWithProbands.index

Finds all pairs within a cluster (famly) with the proband (case/control)
familycluster.index

Finds all pairs within a cluster (family)
eventpois

Extract survival estimates from lifetable analysis
gofZ.phreg

GOF for Cox covariates in PH regression
easy.survival.twostage

Wrapper for easy fitting of Clayton-Oakes or bivariate Plackett models for bivariate survival data
gofG.phreg

Stratified baseline graphical GOF test for Cox covariates in PH regression
npc

For internal use
haplo.surv.discrete

Discrete time to event haplo type analysis
hapfreqs

hapfreqs data set
interval.logitsurv.discrete

Discrete time to event interval censored data
haploX

haploX covariates and response for haplo survival discrete survival
ipw

Inverse Probability of Censoring Weights
ipw2

Inverse Probability of Censoring Weights
lifetable.matrix

Life table
logitSurv

Proportional odds survival model
gofM.phreg

GOF for Cox covariates in PH regression
mediatorSurv

Mediation analysis in survival context
migr

Migraine data
mets.options

Set global options for mets
multcif

Multivariate Cumulative Incidence Function example data set
mena

Menarche data set
dtable

tables for data frames
dtransform

Transform that allows condition
ghaplos

ghaplos haplo-types for subjects of haploX data
medweight

Computes mediation weights
mlogit

Multinomial regression based on phreg regression
mets-package

Analysis of Multivariate Events
phregR

Fast Cox PH regression and calculations done in R to make play and adjustments easy
rpch

Piecewise constant hazard distribution
prt

Prostate data set
random.cif

Random effects model for competing risks data
recurrentMarginal

Fast recurrent marginal mean when death is possible
recreg

Recurrent events regression with terminal event
predict.phreg

Predictions from proportional hazards model
simAalenFrailty

Simulate from the Aalen Frailty model
plack.cif

plack Computes concordance for or.cif based model, that is Plackett random effects model
resmean.phreg

Restricted mean for stratified Kaplan-Meier or Cox model with martingale standard errors
resmeanIPCW

Restricted IPCW mean for censored survival data
gof.phreg

GOF for Cox PH regression
pmvn

Multivariate normal distribution function
survival.twostage

Twostage survival model for multivariate survival data
simMultistate

Simulation of illness-death model
simRecurrent

Simulation of recurrent events data based on cumulative hazards
simClaytonOakes

Simulate from the Clayton-Oakes frailty model
survival.iterative

Survival model for multivariate survival data
test.conc

Concordance test Compares two concordance estimates
tetrachoric

Estimate parameters from odds-ratio
summary.cor

Summary for dependence models for competing risks
lifecourse

Life-course plot
km

Kaplan-Meier with robust standard errors
np

np data set
phreg

Fast Cox PH regression
twostageMLE

Twostage survival model fitted by pseudo MLE
simClaytonOakesWei

Simulate from the Clayton-Oakes frailty model
ttpd

ttpd discrete survival data on interval form
survival.twostageCC

Twostage survival model for multivariate survival data
prob.exceed.recurrent

Estimation of probability of more that k events for recurrent events process
print.casewise

prints Concordance test
simRecurrentII

Simulation of recurrent events data based on cumulative hazards II
twinbmi

BMI data set
twin.clustertrunc

Estimation of twostage model with cluster truncation in bivariate situation
twinlm

Classic twin model for quantitative traits
twinstut

Stutter data set
simRecurrentTS

Simulation of recurrent events data based on cumulative hazards: Two-stage model
twinsim

Simulate twin data