Info_func: Calculate R-squared RMSE SE and so on.

View source: R/Info_func.R

Info_funcR 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


deFit documentation built on Oct. 18, 2024, 5:14 p.m.

Related to Info_func in deFit...