Kyle Baron

Results 67 comments of Kyle Baron

This is the error when there is a character column in the data frame ... this isn't what is causing the original report ```r > boot mod

Thanks, Bill. I will add it to the documentation. I did spend some time fiddling around with (better) ways to specify the block options, including what you did in the...

Thanks, BIll. That's more or less the code that I had developed to tuck block options into the chunk. The sticky part is what happens after that. There is some...

This is something equivalent, but with bioavailability; we've had this set up so that the dose appears as 50 mg on the dosing record. ``` r library(mrgsolve) #> #> Attaching...

@FelicienLL Thanks for doing this and you are always welcome to comment! I ran into this discrepancy with a clinical data set simulated with mrgsolve and NONMEM and trying to...

Hi @thinguyen94 - I haven't really followed up on this or looked deeper since posting. The example that @FelicienLL posted seemed to suggest that the tools were functioning similarly. I...

Thanks; I don't see any dosing elements modeled here (like F or infusion duration or infusion rate ... written into the model; these look to be fixed in the data...

@thinguyen94 I can try to explain briefly: when you write the dose and infusion rate into the data set, that's sort of fixed into the data; mrgsolve or the model...

@wonmy076 - Can you check these lines? ```r double CL = POPCL * pow((V1/POPV1),0.75) * MAT_CL * DEC_CL * SCR_CL * (1+CANCER*CANCER_CL) * exp(PPVCL); double V1 = POPV1 * WT_NORM...