-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MRTINF_obs not found error message #1
Comments
Can you please let us know the R command that you used to run ncappc? |
Hi Chayan,
Here is the R code that I used.
library(ggplot2)
library(ncappc)
library(gridExtra)
ncappc(obsFile = "nca_original.npctab.dta",
simFile = "nca_simulation.1.npctab.dta.zip",
param = "HL_Lambda_z", timeNmObs = "TAD", timeNmSim = "TAD",
timeUnit = "hr", concUnit = "ug/mL", doseAmtNm = "AMT",
spread="npi", figFormat = "bmp", adminType = "iv-bolus")
thanks,
Krina
…On Wed, Feb 15, 2017 at 2:06 AM, Chayan Acharya ***@***.***> wrote:
Can you please let us know the R command that you used to run ncappc?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUST3YTnasWm4kDzSP2pJz5LPiSBXsKrks5rcs44gaJpZM4MBL4j>
.
|
Hi Chayan,
Just wondering if you had a chance to figure out the issue?
thanks,
Krina
…On Wed, Feb 15, 2017 at 6:14 AM, Krina Mehta ***@***.***> wrote:
Hi Chayan,
Here is the R code that I used.
library(ggplot2)
library(ncappc)
library(gridExtra)
ncappc(obsFile = "nca_original.npctab.dta",
simFile = "nca_simulation.1.npctab.dta.zip",
param = "HL_Lambda_z", timeNmObs = "TAD", timeNmSim = "TAD",
timeUnit = "hr", concUnit = "ug/mL", doseAmtNm = "AMT",
spread="npi", figFormat = "bmp", adminType = "iv-bolus")
thanks,
Krina
On Wed, Feb 15, 2017 at 2:06 AM, Chayan Acharya ***@***.***>
wrote:
> Can you please let us know the R command that you used to run ncappc?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AUST3YTnasWm4kDzSP2pJz5LPiSBXsKrks5rcs44gaJpZM4MBL4j>
> .
>
|
Some updates have been made to the code in github. Could you please install from github and try again? |
thanks for the update.
I tried, still same message.
…On Thu, Mar 9, 2017 at 7:41 AM, rikardn ***@***.***> wrote:
Some updates have been made to the code in github. Could you please
install from github and try again?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUST3T-uKaSeFd3I0FGLwEiHjZ9csjAHks5rkB3GgaJpZM4MBL4j>
.
|
Chayan added some checks for MRTINF. Could you try again? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am using ncappc package for the first time today.
I am able to run nca based diagnostics using ncappc() command for default extravascular model. However, my model is iv-bolus and when I change to adminType to "iv-bolus", I am getting error message that "MRTINF_obs" not found. Is there a way to turn that off? I do not need MRTINF_obs as parameter. I just need half-life evaluations.
Do you have any suggestions what might be the issue?
thanks,
Krina
The text was updated successfully, but these errors were encountered: