Package: SynthCast
Type: Package
Title: Synthetic Control Method to Forecast Series
Version: 0.2.1
Authors@R: 
    c(person(given = "Vinicius",
             family = "Sousa",
             role = c("aut", "cph", "cre"),
             email = "vinisousa04@gmail.com"))
Maintainer: Vinicius Sousa <vinisousa04@gmail.com>
Description: Not a new method implementation.
    Usage of the Synthetic Control Method, see Abadie et al. (2011) <doi:10.18637/jss.v042.i13>,
    as an ad-hoc approach to forecast series with panel in a specific context. The context being: There are units in different stages of a certain journey, there the assumption that the units’ behavior throw out the journey are similar is valid and there are not enough data to use traditional forecasting methods. 
    For a usage example see the package home page documentation.
License: GPL (>= 3)
URL: https://viniciusmsousa.github.io/SynthCast/
Encoding: UTF-8
LazyData: true
Imports: dplyr, tidyr, Synth, utils, forcats
RoxygenNote: 7.1.1
Depends: R (>= 2.10)
Suggests: knitr, covr, testthat (>= 3.0.0), rmarkdown, badger
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-03-08 14:09:43 UTC; vini
Author: Vinicius Sousa [aut, cph, cre]
Repository: CRAN
Date/Publication: 2022-03-08 14:50:02 UTC
