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

devtools::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")
#> Loading required package: timereg
#> Loading required package: survival
#> Loading required package: lava
#> mets version 1.2.8

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

12,030

Version

1.2.8.1

License

GPL (>= 2)

Maintainer

Klaus Holst

Last Published

September 28th, 2020

Functions in mets (1.2.8.1)

Dbvn

Derivatives of the bivariate normal cumulative distribution function
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)
cif

Cumulative incidence with robust standard errors
base1cumhaz

rate of CRBSI for HPN patients of Copenhagen
Bootphreg

Wild bootstrap for Cox PH regression
cifreg

CIF regression
blocksample

Block sampling
bptwin

Liability model for twin data
base44cumhaz

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

Concordance Computes concordance and casewise concordance
dprint

list, head, print, tail
cluster.index

Finds subjects related to same cluster
doubleFGR

Double CIF Fine-Gray model with two causes
aalenfrailty

Aalen frailty model
dsort

Sort data frame
drelevel

relev levels for data frames
fast.reshape

Fast reshape
ghaplos

ghaplos haplo-types for subjects of haploX data
base4cumhaz

rate of Mechanical (hole/defect) complication for catheter of HPN patients of Copenhagen
gofZ.phreg

GOF for Cox covariates in PH regression
gofM.phreg

GOF for Cox covariates in PH regression
cor.cif

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

Life-course plot
dspline

Simple linear spline
dcut

Cutting, sorting, rm (removing), rename for data frames
count.history

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

Dermal ridges data (families)
dtable

tables for data frames
lifetable.matrix

Life table
predict.phreg

Predictions from proportional hazards model
back2timereg

Convert to timereg object
bicomprisk

Estimation of concordance in bivariate competing risks data
Grandom.cif

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

Fast Cox PH regression
ipw2

Inverse Probability of Censoring Weights
phregR

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

Kaplan-Meier with robust standard errors
summary.cor

Summary for dependence models for competing risks
dby

Calculate summary statistics grouped by
tetrachoric

Estimate parameters from odds-ratio
survival.iterative

Survival model for multivariate survival data
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.
fast.approx

Fast approximation
ttpd

ttpd discrete survival data on interval form
fast.pattern

Fast pattern
prob.exceed.recurrent

Estimation of probability of more that k events for recurrent events process
dcor

summary, tables, and correlations for data frames
covarianceRecurrent

Estimation of covariance for bivariate recurrent events with terminal event
LinSpline

Simple linear spline
np

np data set
multcif

Multivariate Cumulative Incidence Function example data set
basehazplot.phreg

Plotting the baslines of stratified Cox
casewise

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

prints Concordance test
simClaytonOakes

Simulate from the Clayton-Oakes frailty model
prt

Prostate data set
gofG.phreg

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

Extract survival estimates from lifetable analysis
gof.phreg

GOF for Cox PH regression
divide.conquer.timereg

Split a data set and run function from timereg and aggregate
casewise.test

Estimates the casewise concordance based on Concordance and marginal estimate using timereg and performs test for independence
easy.survival.twostage

Wrapper for easy fitting of Clayton-Oakes or bivariate Plackett models for bivariate survival data
dlag

Lag operator
survival.twostage

Twostage survival model for multivariate survival data
drcumhaz

Rate for leaving HPN program for patients of Copenhagen
simClaytonOakesWei

Simulate from the Clayton-Oakes frailty model
twinlm

Classic twin model for quantitative traits
test.conc

Concordance test Compares two concordance estimates
divide.conquer

Split a data set and run function
twinsim

Simulate twin data
daggregate

aggregating for for data frames
dtransform

Transform that allows condition
haplo.surv.discrete

Discrete time to event haplo type analysis
hapfreqs

hapfreqs data set
dermalridgesMZ

Dermal ridges data (monozygotic twins)
dreg

Regression for data frames with dutility call
familycluster.index

Finds all pairs within a cluster (family)
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.
familyclusterWithProbands.index

Finds all pairs within a cluster (famly) with the proband (case/control)
logitSurv

Proportional odds survival model
interval.logitsurv.discrete

Discrete time to event interval censored data
npc

For internal use
haploX

haploX covariates and response for haplo survival discrete survival
rpch

Piecewise constant hazard distribution
twin.clustertrunc

Estimation of twostage model with cluster truncation in bivariate situation
mena

Menarche data set
mets-package

Analysis of Multivariate Events
simAalenFrailty

Simulate from the Aalen Frailty model
twinbmi

BMI data set
ipw

Inverse Probability of Censoring Weights
plack.cif

plack Computes concordance for or.cif based model, that is Plackett random effects model
mets.options

Set global options for mets
pmvn

Multivariate normal distribution function
mlogit

Multinomial regression based on phreg regression
migr

Migraine data
recurrentMarginal

Fast recurrent marginal mean when death is possible
simRecurrentII

Simulation of recurrent events data based on cumulative hazards II
random.cif

Random effects model for competing risks data
simRecurrentTS

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

Twostage survival model fitted by pseudo MLE
twinstut

Stutter data set
simMultistate

Simulation of illness-death model
simRecurrent

Simulation of recurrent events data based on cumulative hazards
ClaytonOakes

Clayton-Oakes model with piece-wise constant hazards
biprobit

Bivariate Probit model
binreg

Binomial Regression for censored competing risks data