Skip to content

[Bug]: n_blq in summary tables #1435

@Shaakon35

Description

@Shaakon35

What happened?

We recently produced a pk parameter summary table and the nubmer of blqs didn't appear correctly (there were always = 0), mostly because of inconsistency in the code in s_summary:
y$n_blq <- c("n_blq" = 0L)
should have been
y$n_blq <- list("n_blq" = c("n_blq" = sum(grepl("BLQ|LTR|<[1-9]|<PCLLOQ", x))))

Also, could we add "<LLOQ" in the grepl in all the programs? analyze_variables.R and maybe others

sessionInfo()

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingsme

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions