envpredutils.data_frame_to_list: A function to get the best model with the covariates at hand

View source: R/DyMEP_apply_unknown_environment_prediction_utils.R

envpredutils.data_frame_to_listR Documentation

A function to get the best model with the covariates at hand

Description

A function to get the best model with the covariates at hand

Usage

envpredutils.data_frame_to_list(env_data_frame)

Arguments

env_data_frame

data.frame with the necessary environmental data, one column must be "DATE" (as.Date format), the others with the names of the environmental covariates (e.g. tas, tasmin etc.)

Value

list for later glm prediction

Examples

envpredutils.data_frame_to_list(data.frame("tas"=c(1:100),
 "VPD"=c(1:100), "DATE"=c(1:100)))

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