runMFx: Function to compute the optimal multiplication factor for SD...

Description Usage Arguments

View source: R/MultiplicationFactor.R

Description

Function to compute the optimal multiplication factor for SD model with binary search using distribution of parameters

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
runMFx(
  time,
  conc,
  model = NULL,
  parms,
  X = 50,
  time_MFx,
  MFx_range = c(0, 1000),
  accuracy = 0.01,
  threshold_iter = 100,
  quiet = FALSE
)

Arguments

time

vector of time

conc

vector of concentration

model

model type SD or IT

parms

list of parameters

X

percentage of reduction of survival

time_MFx

time at which Mulitplication Factor has to be evaluated

MFx_range

range of Multiplication factor to investigate

accuracy

accuracy for the binary search algorithm

threshold_iter

maximum number of iteration

quiet

If TRUE, remove log information


tktdjl2r documentation built on Jan. 13, 2021, 5:08 a.m.