Skip to content

Latest commit

 

History

History
executable file
·
30 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

executable file
·
30 lines (22 loc) · 1.24 KB

asmcjr

test-coverage.yaml

This package supports the book “2nd Edition Analyzing Spatial Models of Choice and Judgment”. In its second edition, much of the R code has been streamlined. This package contains all of the data and functions to replicate the analyses in the book.


 

Installation

You will need lastest installation of R (preferably version 3.6 or above) and RStudio. Visit Installation for further instructions.

install.packages("devtools", dependencies=TRUE)
library(devtools)
devtools::install_github("uniofessex/asmcjr")