forked from uniofessex/asmcjr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
38 lines (27 loc) · 1.51 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
output: github_document
---
## asmcjr <img src="man/figures/logo.png" width="140" align="right" /> <br />
[![test-coverage.yaml](https://github.com/uniofessex/asmcjr/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/uniofessex/asmcjr/actions/workflows/test-coverage.yaml)
This package supports the book ["2nd Edition Analyzing Spatial Models of Choice and Judgment "](https://www.routledge.com/Analyzing-Spatial-Models-of-Choice-and-Judgment/II-Bakker-Carroll-Hare-Poole-Rosenthal/p/book/9781138715332). 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.
<br />
<img src="https://raw.githack.com/uniofessex/asmcjr/master/man/figures/book_image.jpg" width="200" align="center" />
## Installation
You will need lastest installation of [_R_](https://cran.r-project.org/mirrors.html) (preferably version 3.6 or above) and [RStudio](https://rstudio.com/products/rstudio/download/#download). Visit [Installation](articles/installation.html) for further instructions.
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
knitr::opts_chunk$set(echo = TRUE)
options(repos = c(CRAN = "https://cloud.r-project.org/"))
```
```
install.packages("devtools", dependencies=TRUE)
library(devtools)
devtools::install_github("uniofessex/asmcjr")
```