Replies: 1 comment
|
Yes, the issue is the fact that data.frame only accepts a column name once (part of base R, unrelated to PKNCA). This should do what you want: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can more than one intervals can be mentioned once. eg :
data_Observed_NCA <- PKNCAdata(o_conc, o_dose,
intervals=data.frame(start=0, # Change 1
end=24,end=3,end=8,
#end=24,
cmax=T,
cmin=T,
cav=T,
tmax=T,
half.life=T,
aucall=TRUE,
auclast=TRUE,
aucinf.pred=TRUE,
aucinf.obs=TRUE))
All reactions