Skip to content

NCA analysis using PKNCA - errors and different results than expected #283

Answered by billdenney
caribap asked this question in Q&A
Discussion options

You must be logged in to vote

The first issue is the main one. Without fixing it, I'm not sure how you got results of any type.

The way that you specified the call to PKNCAconc, you didn't indicate a subject column. Given your description of the study, that is the most likely issue. The way to specify the subject column is to add the subject as the last grouping level similar to the.below call:

iv_conc <- PKNCAconc(iv_data, Concentration~Time|Dose+Subject)

To get the group mean, you would run summary() on your NCA results object.

For the difference with Phoenix, I would need to know more about what parameters you are calculating and your data. Prior tests comparing PKNCA to Phoenix have found almost no differences, a…

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
12 replies
@caribap
Comment options

@billdenney
Comment options

@caribap
Comment options

@caribap
Comment options

@caribap
Comment options

Answer selected by billdenney
Comment options

You must be logged in to vote
4 replies
@billdenney
Comment options

@caribap
Comment options

@billdenney
Comment options

@billdenney
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants