Info_func {deFit} | R Documentation |
Calculate R-squared RMSE SE and so on.
Description
Calculate R-squared RMSE SE and so on.
Usage
Info_func(solve_data, userdata, predict, var_model, table)
Arguments
solve_data |
a list data, that is a solve of differential equations. |
userdata |
a data frame containing all model variables. The "time" column must be included. |
predict |
predict data. |
var_model |
a dataframe containing equations. |
table |
outtable. |
Value
a list
[Package deFit version 0.3.0 Index]