envpredutils.GLM_prediction_df_creator: create DF suitable to predict with GLM

View source: R/DyMEP_apply_unknown_environment_prediction_utils.R

envpredutils.GLM_prediction_df_creatorR Documentation

create DF suitable to predict with GLM

Description

create DF suitable to predict with GLM

Usage

envpredutils.GLM_prediction_df_creator(resposne_predictions, timestamp_vect)

Arguments

resposne_predictions

prediction output

timestamp_vect

vector with timestamps

Value

data.frame for glm prediction

Examples

envpredutils.GLM_prediction_df_creator(list("tas"=list("growth_cumulative"=
                                    c(1))),timestamp_vect = Sys.Date())

DyMEP documentation built on May 29, 2024, 4:29 a.m.