File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,28 +24,16 @@ pak::pak("InsightRX/mipdeval")
2424## Usage
2525
2626 run_eval(
27- model,
28- data
27+ model = model,
28+ data = data,
29+ ... # additional arguments, see docs
2930 )
3031
3132<!--
3233## Documentation
3334 See at <pkgdown URL> and also in the installed package: `help(package = "mipdeval")`.
3435-->
3536
36- ## Roadmap
37-
38- The ` mipdeval ` package is currently under development, and there will
39- likely be changes to core functionality in the upcoming months. The
40- following features are on our short-term roadmap:
41-
42- - match functionality in PsN::proseval
43- - allow timebased weighting of historical data
44- - allow flattening of priors
45- - allow adjustment of residual error magnitude
46- - allow grouping of samples (e.g. peak/trough, or day-to-day
47- forecasting)
48-
4937## Contributing
5038
5139We welcome input from the community:
You can’t perform that action at this time.
0 commit comments