-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
47 lines (35 loc) · 1.02 KB
/
README.Rmd
File metadata and controls
47 lines (35 loc) · 1.02 KB
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
37
38
39
40
41
42
43
44
45
46
47
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
### About
The MLID package provides tools and functions for studying ethnic and social segregation with a multilevel index of dissimilarity that measures uneveness, spatial clustering and scale differences simultaneously.
### Installation
To get the latest version on CRAN:
```{r, eval=FALSE}
installed.packages("MLID")
```
To get the current development version from GitHub:
```{r, eval=FALSE}
# install.packages("devtools")
require(devtools)
devtools::install_github("profrichharris/MLID")
```
### Using MLID
For a quick introduction, follow the examples provided with
```{r, eval=FALSE}
?id
```
For a tutorial
```{r, eval=FALSE}
vignette("MLID", package = "MLID")
```
### Licence
Scripts are released under the [GPL-3 License](https://www.gnu.org/licenses/gpl.html)