Skip to content

Simulated data must be file #2

@CSJCampbell

Description

@CSJCampbell

Documentation states that simFile may be internal data.frame. This case is not supported.

# fake simulated data
colnames(Theoph) <- c("ID", "WT", "DOSE", "TIME", "DV")
TheophSim <- rbind(
  cbind(Theoph, REP = 1), 
  cbind(Theoph, REP = 2))
TheophSim$DV <- TheophSim$DV + rnorm(n = nrow(TheophSim))
# run analysis
ncappc::ncappc(
  obsFile = Theoph, 
  simFile = TheophSim,
  noPlot = TRUE, 
  printOut = FALSE, 
  psnOut = FALSE)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions