Skip to content

RePsychLing/SMLP2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMLP2020

This code base is using the Julia Language and DrWatson to make a reproducible scientific project named

SMLP2020

It is authored by Phillip Alday, Douglas Bates, Reinhold Kliegl.

To (locally) reproduce this project, do the following:

  1. Clone this repository

  2. Open a Julia console and do:

    julia> using Pkg
    julia> Pkg.activate("path/to/this/project")
    julia> Pkg.instantiate()
    

This will install all necessary packages for you to be able to run the scripts and everything should work out of the box. See the .jmd scripts in the scripts directory for methods to access data, fit models, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 95.9%
  • Julia 4.1%