cond_num | R Documentation |
Extracts condition number from .ext file.
cond_num(r)
r |
An nm object. |
The numeric
value of the condition number.
ofv()
, rr()
# 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
cond_num(m1) ## NA until m1 is finished
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.