View source: R/Ajuste_prophet.R
data_to_prophet | R Documentation |
Agrega el formato para hacer modelado prophet nombres de variable ds and y
data_to_prophet(datos, ..., verbose = T)
datos |
Datos para el análisis de serie de tiempo solo Data.frame |
Dataframe con formato para prophet
datos <- read.csv("https://raw.githubusercontent.com/crissthiandi/datos/master/Series_tiempo/sunspot_month_dataframe.csv")
data_to_prophet(datos)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.