eval_gfparam: Evaluate all combination of parameters

View source: R/utils.R

eval_gfparamR Documentation

Evaluate all combination of parameters

Description

Evaluate parameters that best fit your 'GreenFeed' data

Usage

eval_gfparam(data, start_date, end_date, cutoff)

Arguments

data

a data frame with preliminary or finalized 'GreenFeed' data

start_date

a character string representing the start date of the study (format: "dd/mm/yyyy")

end_date

a character string representing the end date of the study (format: "dd/mm/yyyy")

cutoff

an integer specifying the range for identifying outliers (default: 3 SD)

Value

A data frame with the mean, SD, and CV for gas production using all possible combination of parameters

Examples

file <- readr::read_csv(system.file("extdata", "StudyName_GFdata.csv", package = "greenfeedr"))
eval <- eval_gfparam(data = file,
                     start_date = "2024-05-13",
                     end_date = "2024-05-20"
                    )


greenfeedr documentation built on April 4, 2025, 12:22 a.m.