From f9d52f1d8205af384ade0c2bf1d367b9911044d1 Mon Sep 17 00:00:00 2001 From: SofiaOtero Date: Mon, 4 Nov 2024 13:18:26 +0100 Subject: [PATCH] Minor fix --- README.Rmd | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index ddb6f64..1427966 100644 --- a/README.Rmd +++ b/README.Rmd @@ -58,7 +58,7 @@ library(aedseo) # Create a aedseo_tsd object from your data tsd_data <- tsd( - observed = c(100, 120, 150, 180, 220, 270), + observation = c(100, 120, 150, 180, 220, 270), time = as.Date(c( "2023-01-01", "2023-01-02", @@ -78,7 +78,7 @@ aedseo_results <- aedseo(tsd = tsd_data, k = 3, level = 0.95, family = "poisson" For a more detailed introduction to the workflow of this package, see the introductory vignette. -``` r +``` r # After installing the package vignette("aedseo_introduction", package = "aedseo") ``` diff --git a/README.md b/README.md index 60b18d5..b2f8ed7 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ library(aedseo) # Create a aedseo_tsd object from your data tsd_data <- tsd( - observed = c(100, 120, 150, 180, 220, 270), + observation = c(100, 120, 150, 180, 220, 270), time = as.Date(c( "2023-01-01", "2023-01-02",