Skip to content

Multiple (not repetitive) dosing #242

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

You must be logged in to vote

@PascaleRietveld, Thanks for using PKNCA. I've moved this to a discussion since it's a question about use rather than a problem with PKNCA.

Here is your original data/code as a reprex showing the specific error and with some minor modifications to highlight the issue. From your code, I added the cycle column to Dosdata, and I added a line to show the Dosdata at the bottom:

library(tidyverse)
#> Warning: package 'ggplot2' was built under R version 4.3.1
#> Warning: package 'purrr' was built under R version 4.3.1
library(PKNCA)
#> 
#> Attaching package: 'PKNCA'
#> The following object is masked from 'package:stats':
#> 
#>     filter

Data <- data.frame(
  cycle = c(1, 1, 1, 1, 2, 2, 1, 1, 1, 

Replies: 1 comment 4 replies

Comment options

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

@billdenney
Comment options

@PascaleRietveld
Comment options

@billdenney
Comment options

Answer selected by billdenney
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #241 on September 25, 2023 18:32.