Hi,
I am looking into a way to automatically obtain info from model files for translation and found the NMreadInits function very useful!
However I just encountered a case where the function was not able to obtain omega values from a control stream.
I have included a reproducible example below. The control stream seems relatively straight forward so I am not sure what the issue might be:
library(NMdata)
chk <- readLines("https://raw.githubusercontent.com/dpastoor/ddmore_scraping/refs/heads/master/221/Executable_SLD_SUV_OS_GIST.mod")
NMdata::NMreadInits(lines=chk, section="omega")
Any help on this is greatly appreciated!
Hi,
I am looking into a way to automatically obtain info from model files for translation and found the
NMreadInitsfunction very useful!However I just encountered a case where the function was not able to obtain omega values from a control stream.
I have included a reproducible example below. The control stream seems relatively straight forward so I am not sure what the issue might be:
Any help on this is greatly appreciated!