View source: R/mi_coxph_meta_analysis.R
| mi_coxph_meta_analysis | R Documentation | 
This code generates the input for a forestplot comparing two treatment options.
mi_coxph_meta_analysis(
  data,
  time,
  status,
  vars,
  var,
  meta.group,
  weights = FALSE,
  m = 25
)
| data | data | 
| time | the time interval from start of observation until date of event (e.g. disease progression or death) or censoring. | 
| status | variable specifying if event occured or data has been censored. | 
| vars | variables tested for Influence on outcome. | 
| var | grouping variable | 
| meta.group | variable for which meta analysis should be conducted. Usually the outcome of interest (e.g. treatment). | 
| weights | Logical value indicating wether inverse propensity score weighting should be applied | 
| m | number of iterations for multiple imputation | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.