Skip to content

Why can not VPC be generated? #269

@Johnny0514

Description

@Johnny0514

Dear everyone:
I executed the NPDE validation command, and the plot of NPDE can be generated successfully, but the plot of VPC can not be generated, as displayed nothing.
The commands I used were as follows:
run6 <- PM_load(6)
valid <- run6$validate(limits = c(0, 3))
plot(valid, type = "npde", log = T, outeq = 1)
plot(valid, type = "vpc", log = T, outeq = 1)
The plot of NPDE can be generated:
Image
But there was nothing for VPC.
I also tried the example data and commands:
library(PmetricsData)
valid <- NPex$validate(limits = c(0, 3))
plot(valid, type = "npde", log = T, outeq = 1)
plot(valid, type = "vpc", log = T, outeq = 1)
The results were the same; the plot of NPDE can be generated, except for VPC.
How can I generate the VPC?
Look forward to your comment!
Kind regards!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions