Skip to content

a template repository for a dynamic statistical comparison

Notifications You must be signed in to change notification settings

zrxing/dscr-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dscr-template

a template repository for a dynamic statistical comparison

How to use this to set up a new DSC

  1. Clone this repo.
  2. Put at least one datamaker function in a .R file in the datamakers directory (all .R files in this directory will be sourced before scenarios.R). See the file datamakers/eg_datamaker.R for example.
  3. Put at least one method function in a .R file in the methods directory (all .R files in this directory will be sourced before methods.R). See the file methods/eg_method.R
  4. edit the file scenarios.R to define your scenarios
  5. edit the file methods.R to define your methods
  6. edit the file score.R to define your scoring function
  7. replace the text in this README.md file with a description of the DSC. Include background, and definitions of the structure of the objects 'meta', 'input', and 'output' that is used by your DSC.
  8. Run your DSC by running 'source("run_dsc.R")' in R. [Make sure you have installed the 'dscr' package first!]

About

a template repository for a dynamic statistical comparison

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%