report_limited_sampling_analysis.Rd
Render a docx document that report limited sampling analyses results
report_limited_sampling_analysis(
model_path,
data_path,
sampling_path = "Sampling-Strategies.xlsx",
run_folder = "LSA_Runs",
pop_size = 1000,
pop_cv = 0.025,
covariates = c("BW", "AGE", "FFM"),
categoricals = NULL,
lloq = 0.01,
baseline = 0.005,
y_lim = 50,
report_path = "limited-sampling-analysis.docx"
)
Path to the .cpp
model file
Path to the data file
Path to the sampling strategies .xslx
file.
Template file available at system.file("Sampling-Strategies.xlsx", package = "nonmem.utils")
Path to the folder where the runs will be stored
Population size for the analysis
Coefficient of variation for the population
Covariate names to be used in the analysis
Categorical covariate names to be used in the analysis
Lower limit of quantification for the analysis
Baseline value for the analysis
Y-axis limits for the plots
Path to the output report file
Other report:
report_dataset_analysis()
,
report_gof_analysis()
,
report_vpc_analysis()
,
report_workflow_summary()