forest.timeC: A function forest plot the Time spent vs. survival. This...

View source: R/forest.timeC.R

forest.timeCR Documentation

A function forest plot the Time spent vs. survival. This function allows you to plot...

Description

A function forest plot the Time spent vs. survival. This function allows you to plot...

Usage

forest.timeC(
  project.file = NULL,
  c.name = NULL,
  prop.name = NULL,
  survtab = NULL,
  simtimes = 7,
  hr.range = c(-3, 3),
  c.range = c(5, 10, 20, 30, 40, 50, 75, 100, 150, 200)
)

Arguments

project.file

Monolix (2018) project file. ex: "./monolix/run1.mlxtran"

c.name

Name of the concentration in the mlxtran project. ex : "C1"

prop.name

Name of the sigma parameter. ex : "b".

survtab

Table of survival: 3 columns ID, TIME, PROG.

simtimes

Time of evaluation

hr.range

HR range to plot (powers of 2). default: c(-3,3) gives [.125 - 8].

c.range

Concentrations

Examples

# getwd()

NicolasAzzopardi/mlxPlot documentation built on March 19, 2023, 7:40 a.m.