f2: Function for computing the f2

Description Usage Arguments Value References Examples

View source: R/f2.R

Description

Function for computing the f2, time points have to be identical. Validity criteria of the f2 have to be be checked in advance. See Moellenhoff et al. (2018) <doi:10.1002/sim.7689>

Usage

1
f2(conc1, conc2)

Arguments

conc1, conc2

data frames containing the concentrations obtained for each of the two formulations

Value

a single value for the f2

References

Moellenhoff et al. (2018) <doi:10.1002/sim.7689>

Examples

1
2
3
4
data(example_data)
conc1<-select(filter(example_data,Group=="1"),-Tablet,-Group)
conc2<-select(filter(example_data,Group=="2"),-Tablet,-Group)
f2(conc1=conc1,conc2=conc2)

SimDissolution documentation built on Sept. 27, 2019, 5:03 p.m.