Learn R Programming

DyMEP (version 0.1.2)

envpredutils.GLM_prediction_df_creator: 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)

Value

data.frame for glm prediction

Arguments

resposne_predictions

prediction output

timestamp_vect

vector with timestamps

Examples

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

Run the code above in your browser using DataLab