-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
50 lines (37 loc) · 1.3 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
output:
md_document:
variant: markdown_github
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
mazeGen
===
mazeGen is a maze generator. The functions inside the package can create the Elithorn Perceptual Maze as a HTML template or R object. The package also includes function to calculate the maze parameter and the ability of the participant following Davies & Davies (1965) methods.
- mazeGen
- `mazeAbility`
- `mazeDiff`
- `mazeEst`
- `maxScore`
- `mazeHTML`
- `mazeObject`
---
R/mazeGen is an R package with functions that are
useful to me for analysing the maze parameter and participant\'s ability.
---
### License
This package is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 3, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose. See the GNU
General Public License for more details.
A copy of the GNU General Public License, version 3, is available at
<https://www.r-project.org/Licenses/GPL-3>