Hello,
I am currently working on a modeling project using Fortran to run
large repetitive loops (many DO loops). As part of this process I
would like to use a model fit in R and currently stored as an R
object. This is a rather complex model, a GAMM, and I am curious
whether there is a way to call this model from Fortran. I am not sure
"call" is correct terminology, but I would basically like to use this
GAMM to make a prediction as part of each DO loop. Is this possible? I
have found instructions, etc. for calling Fortran from R but not vice
versa.
Thank you for any information or advice. General advice to
address this situation is also welcome.
Thanks again!
-Paul Simonin
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.