powered by
Extract Holt Winters model parameters from the stats library
# S3 method for HoltWinters extract_params(object, ...)
an object of class "HoltWinters"
further arguments passed to or from other methods
PFA as a list-of-lists that can be inserted into a cell or pool
model <- HoltWinters(co2) extracted_model <- extract_params(model)
Run the code above in your browser using DataLab