Skip to content
forked from shcaba/SSS

Simple Stock Synthesis code and examples

Notifications You must be signed in to change notification settings

Claudio-Castillo/SSS

 
 

Repository files navigation

Simple Stock Synthesis

Simple Stock Synthesis (SSS) is an assessment method for application to data-limited stocks.
Code available on this website comes with no warranty or guarantee of accuracy.

Installation

install.packages("devtools")
library(devtools)

devtools::install_github("shcaba/SSS", build_vignettes = TRUE)

Note: devtools may give this message: "WARNING: Rtools is required to build R packages, but is not currently installed." However, Rtools is NOT required for installing xsss via devtools, so ignore the warning.

Once you have installed the xsss package, it can be loaded using:

library(sss)

A vignette is not yet available but is being created and will be available using:

vignette(xsss)

About

Simple Stock Synthesis code and examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 79.1%
  • Scheme 15.0%
  • Smarty 5.9%