cognitivemapr
Once the coding stage of your cognitive mapping (CM) project is done, there are many analyses and calculations you can do. Find some useful functions here to help you analyse your CM data
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (19.4%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Once the coding stage of your cognitive mapping (CM) project is done, there are many analyses and calculations you can do. Find some useful functions here to help you analyse your CM data
Basic Info
- Host: GitHub
- Owner: Fesch-star
- License: gpl-3.0
- Language: HTML
- Default Branch: main
- Homepage: https://fesch-star.github.io/cognitivemapr/
- Size: 6.37 MB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 4
- Releases: 2
Created over 3 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Contributing
License
Citation
README.Rmd
---
output: github_document
editor_options:
markdown:
wrap: 72
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# cognitivemapr


[](https://www.gnu.org/licenses/gpl-3.0)
[](https://doi.org/10.5281/zenodo.11068150)
{align="right" width="128"}
Cognitive Mapping (CM) is a method specifically designed to study belief
systems as espoused by individuals or organisations and has several
advantages over other methods. The goal of `cognitivemapr` is to reduce
the initial investment currently needed to start using the method. The
functions in the package allow you to conduct a CM analysis similar to
that conducted in the following publication: Van Esch, Femke A.W.J.,
Snellens, Jeroen F.A. (2024). 'How to 'measure' Ideas. Introducing the
method of cognitive mapping to the domain of ideational policy studies'.
*Journal of European Public Policy*, 31(2), 428-451.
## Installation
You can install the development version of cognitivemapr from
[GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("Fesch-star/cognitivemapr")
```
## Dependencies
Installing the package (above) will install the package dependencies:
- `knitr`
- `readr`
- `rmarkdown`
- `testthat`
- `dplyr`
- `igraph`
- `tibble`
## Tutorials
Running the functions in the cognitivemapr package requires your data to
be compiled into an edge and nodelists.
- For an instruction on the formatting requirements, see the
'Tutorial_create_edge_nodelist'. This tutorial also provides an
explanation on how to use the three functions in the package that
may help you reformat your data.
- For more information regarding the analytical functions in the
package, please refer to the
Tutorial_cognitivemapr_analysis_functions.
## Contributing
We are very happy with any suggestions or contributions to improve the package. Read the [contributing guidelines](/CONTRIBUTING.md) for instructions.
## Authors & Acknowledgements
The `cognitivemapr` package was created by Femke van Esch and Jelle Treep
with contributions of Neha Moopen and Jeroen Snellens.
## License
This project is licensed under the terms of the [GPL-3.0
License](/LICENSE.md)
## Citation
Please cite this project as follows:
```
@software{van_Esch_cognitivemapr_Functions_for,
author = {van Esch, Femke and Treep, Jelle and Moopen, Neha and Snellens, Jeroen},
license = {GPL-3.0},
title = {{cognitivemapr: Functions for Cognitive Mapping Analysis}},
url = {https://github.com/Fesch-star/cognitivemapr}
}
```
Owner
- Name: Femke van Esch
- Login: Fesch-star
- Kind: user
- Company: Utrecht University School of Governance
- Website: https://www.uu.nl/medewerkers/fawjvanesch
- Repositories: 1
- Profile: https://github.com/Fesch-star
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: 'cognitivemapr: Functions for Cognitive Mapping Analysis'
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Femke
family-names: van Esch
email: f.a.w.j.vanesch@uu.nl
orcid: 'https://orcid.org/0000-0002-2559-3127'
affiliation: Utrecht University
- given-names: Jelle
family-names: Treep
email: h.j.treep@uu.nl
affiliation: Utrecht University
orcid: 'https://orcid.org/0000-0003-3196-7954'
- given-names: Neha
family-names: Moopen
email: n.moopen@uu.nl
affiliation: Utrecht University
orcid: 'https://orcid.org/0000-0003-1412-4402'
- given-names: Jeroen
family-names: Snellens
email: snellens@gmail.com
orcid: https://orcid.org/0009-0007-0755-6297
identifiers:
- type: doi
value: 10.5281/zenodo.11068149
repository-code: 'https://github.com/Fesch-star/cognitivemapr'
abstract: >-
Cognitive mapping is a method specifically designed to
study belief systems
and has several advantages over other methods. The goal of
the package is to reduce
the initial (time) investment needed to start using the
method. The package provides
several functions to conduct the type of cognitive mapping
analysis as described
in the article - 'How to ‘measure’ Ideas. Introducing the
method of cognitive mapping
to the domain of ideational policy studies’ as published
in 2024 in the Journal
of European Public Policy by Femke Van Esch and Jeroen
Snellens.
license: GPL-3.0
contact:
- email: f.a.w.j.vanesch@uu.nl
given-names: Femke
family-names: van Esch
references:
- type: software
title: "CognitiveMapr"
doi: 10.5281/zenodo.10827420
repository-code: "https://github.com/jfasnellens/cognitivemapr"
- type: article
authors:
- given-names: Femke
family-names: van Esch
email: f.a.w.j.vanesch@uu.nl
orcid: 'https://orcid.org/0000-0002-2559-3127'
affiliation: Utrecht University
- given-names: Jeroen
family-names: Snellens
email: snellens@gmail.com
title: "How to ‘Measure’ Ideas. Introducing the Method of Cognitive Mapping to the Domain of Ideational Policy Studies"
year: 2024
journal: Journal of European Public Policy
volume: 31
issue: 2
doi: 10.1080/13501763.2022.2155215