Giter VIP home page Giter VIP logo

bets's Introduction

BETS

Build Status Build Status CRAN_Status_Badge downloads Github Stars GitHub repo size in bytes CRAN

Screenshot

โ— Please read this carefully before using the latest BETS version (0.4.4)

The package went through considerable changes.

BETS - Brazilian Economic Times Series

Installation

# cran version
install.packages("BETS") 
# dev version
devtools::install_github("nmecsys/BETS")

Usage

library(BETS)

โ— Important (update 0.4.2)

  1. BETS package underwent major changes in response to R Journal's reccomendations:
    • New function names (see table below)
    • Database onnection credentials are now encrypted
    • Sample data was included in /data, to allow the user to run examples even when offline, or when our server is down.
Old name New name
BETS.search BETSsearch
BETS.get BETSget
BETS.chart chart
BETS.save.sas saveSas
BETS.save.stata saveStata
BETS.save.spss saveSpss
BETS.corrgram corrgram
BETS.dashboard dashboard
BETS.deflate deflate
BETS.dummy dummy
BETS.grnn.test grnn.test
BETS.grnn.train grnn.train
BETS.normalize normalize
BETS.predict predict
BETS.report report
BETS.sidra.get sidraGet
BETS.sidra.search sidraSearch
BETS.std_resid std_resid
BETS.t_test t_test
BETS.ur_test ur_test
  1. Package forecast's newest version (8.3) contains a bug in ndiffs. An error arises when trying to run Augmented Dickey-Fuller (ADF) tests. Therefore, BETS' report function does not work properly if the user opt for SARIMA analysis with ADF tests. A solution is to install forecast 8.2:
remove.packages("forecast")
install.packages("devtools")
devtools::install_version("forecast", version = "8.2", type = "source")

bets's People

Contributors

greedblink avatar talithafs avatar fernote7 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.