envpredutils.GLM_prediction_df_creator {DyMEP}R 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())

[Package DyMEP version 0.1.2 Index]