View source: R/qa_ofv_summary_table.R
ofv_summary_table | R 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).
ofv_summary_table(directory, model.filename, quiet = F)
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.