https://github.com/fesch-star/cmpackage

https://github.com/fesch-star/cmpackage

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary
Last synced: 8 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: Fesch-star
  • License: gpl-3.0
  • Language: HTML
  • Default Branch: main
  • Size: 286 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed about 3 years ago

https://github.com/Fesch-star/cmpackage/blob/main/

# cmpackage




The goal of cmpackage is to help you conduct the main analyses and calculations for cognitive mapping research (as explained in Van Esch and Snellens, online first). In addition it helps you create an interactive visualisation (semantic network graph)
of your cognitive maps. 

## Installation

You can install the development version of cmpackage like so:

``` r
devtools::install_github("Fesch-star/cmpackage")
```
## config instruction
R version 4.0.2

[How does the user access your project? (E.g. download, or clone with git clone)]

[How does the user call the main script(s) that should be executed?]

## operating instructions


## Copy right & License

This project is licensed under the terms of the [GPL-3.0 License](/LICENSE.md)

## Contact info
Femke van Esch: F.a.w.j.vanEsch@uu.nl

## Known bugs


## Troubleshooting

## Credits and acknowledgements

## Citation info
 Femke A.W.J. Van Esch & Jeroen F.A. Snellens (online first). How to Measure Ideas. Introducing the Method of Cognitive Mapping to the Domain of Ideational Policy Studies, Journal of European Public Policy. https://doi.org/10.1080/13501763.2022.2155215.

## Example

This is a basic example which shows you how to solve a common problem:

``` r
library(cmpackage)
## basic example code

node_calc <- calc_degrees_goW(rutte_p2_edgelist, rutte_p2_nodelist)
node_calc[1:10, c(2, 12)]
```

Owner

  • Name: Femke van Esch
  • Login: Fesch-star
  • Kind: user
  • Company: Utrecht University School of Governance

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • dplyr >= 1.0.10 imports
  • igraph >= 1.3.5 imports
  • tidygraph >= 1.2.3 imports
  • knitr >= 1.42 suggests
  • rmarkdown >= 2.21 suggests
  • testthat >= 3.1.7 suggests