Description Usage Arguments Details Value Examples
This function opens a Qualitative Data Analysis (QDA) project and extracts edge information for individual cognitive mapping
1 | EdgIndCMap(project, min.weight = 1, weighted.icm = FALSE)
|
project |
A QDA project, a list as generated by the ProjectCMap function. |
min.weight |
A integer that will determine the minimum (>=) weight of relationships that will be taken into account. Relationships with a lower weight (<) will not be shown. Default is set to 1 (i.e. all relationships are shown). |
weighted.icm |
A boolean. If FALSE, the weight of the relationships in the ICM will be fixed to 1. |
The coding used in the QDA have to be done using the 'cogamp-dev' branch of the qcoder package (github : 'FrdVnW/qcoder'). devtools::install_github('FrdVnW/qcoder', ref = "cogmap-dev", upgrade = 'never')
A data.frame
1 2 3 4 5 | project_name <- "a_new_project"
main_path <- paste0(system.file("testdata", package = "cogmapr"), '/')
my.project <- ProjectCMap(main_path, project_name)
EdgIndCMap(my.project)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.