jODE_write_sourcefile: Conveniencefunction to output source file without having to...

View source: R/jODE.R

jODE_write_sourcefileR Documentation

Conveniencefunction to output source file without having to know the data yet

Description

Conveniencefunction to output source file without having to know the data yet

Usage

jODE_write_sourcefile(
  est_grid,
  fixed_grid,
  est_vec,
  trafo,
  odes,
  obs,
  err,
  jODE_sourcefile = tempfile("jODE_source_file", fileext = ".jl")
)

Arguments

est_grid, fixed_grid, fixed_grid

as in IQRtools

trafo, odes, obs, err

symbolic functions as in dMod

jODE_sourcefile

path where julia file shall be written

Value

called for side effect. source file path is returned invisibles


dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.