Learn R Programming

NMproject (version 0.6.9)

ofv: Get Objective Function Value (OFV)

Description

[Stable]

Extracts OFV from .ext file.

Usage

ofv(r)

Value

The numeric value of the OFV.

Arguments

r

An nm object.

Examples

Run this code

# create example object m1 from package demo files
exdir <- system.file("extdata", "examples", "theopp", package = "NMproject")
m1 <- new_nm(run_id = "m1", 
             based_on = file.path(exdir, "Models", "ADVAN2.mod"),
             data_path = file.path(exdir, "SourceData", "THEOPP.csv"))

is_finished(m1) ## FALSE until run is completed
ofv(m1) ## NA until m1 is finished

Run the code above in your browser using DataLab