ofv_summary_table: Creates a data frame with OFV values from nonlinear model,...

View source: R/qa_ofv_summary_table.R

ofv_summary_tableR Documentation

Creates a data frame with OFV values from nonlinear model, linearized model before the estimation, linearized model after the estimation and the sum of the individual OFV values (linearized).

Description

Creates a data frame with OFV values from nonlinear model, linearized model before the estimation, linearized model after the estimation and the sum of the individual OFV values (linearized).

Usage

ofv_summary_table(directory, model.filename, quiet = F)

Arguments

directory

A string of the directory name where derivatives.ext, "model.filename"_linbase.ext and "model.filename"_linbase.phi files can be found.

model.filename

The original model file name.

quiet

A logical indicating whether function should not write the warning message if some file not found. By default quiet=FALSE.

Value

A data frame with OFV values from nonlinear model, linearized model before the estimation, linearized model after the estimation and the sum of the individual OFV values (linearized). In case of missing ext or phi file instead of OFV value the string "ERROR" will appera in the data frame.


UUPharmacometrics/PsNR documentation built on June 30, 2023, 8:34 a.m.