doseRecords: Random Effect Analysis

Description Usage Arguments Author(s) References See Also Examples

View source: R/doseRecords.R

Description

This function make a random effects analysis that can be used after in the random effects model based algorithm.

Usage

1

Arguments

data

a data frame containing information for each patient at each simulation and trial.

Author(s)

Artemis Toumazi <artemis.toumazi@gmail.com>, Sarah Zohar <sarah.zohar@inserm.fr>, Anand N. Vidyashankar <avidyash@gmu.edu>, Jie Xu <jxu13@gmu.edu> and Moreno Ursino <moreno.ursino@inserm.fr>

References

Zohar, S. , Katsahian, S. and O'Quigley, J. (2011), An approach to meta analysis of dose finding studies. Statist. Med., <doi:10.1002/sim.4121>.

See Also

MA_estimates, glimem

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
  ################################################################
  ### Give a toxicity data for each simulation and each trial. ###
  ################################################################
  
  ### Using a toxicity data for each simulation and each trial including in the dfmeta package.
  data("Toxdata") 
  dim(Toxdata)
  colnames(Toxdata)
  
  ## NOTE: The toxicity dataset must have the same structure as below. ##
  ## Check it before running the VarWT function! ##
  str(Toxdata)
  
  analyf0 <- Toxdata[order(Toxdata$simulation), ]


  ####################################################
  ## Taking the records from random effect analysis ##
  ####################################################
  rec <- doseRecords(analyf0)

dfmeta documentation built on May 1, 2019, 7:59 p.m.