Description Usage Arguments Details Value Examples
Summary table on relationship comparisons
1 | RelationshipTestSummary(project, units, limit.p.value = 0.05)
|
project |
A QDA project, a list as generated by the ProjectCMap function. |
units |
The units to compare |
limit.p.value |
A numeric. |
This function produce a summary table based on relationship comparisons and is reactive to a limit of p.value beyond which differences are considered as significant and are reported in the table
A data frame
1 2 3 4 5 6 | project_name <- "a_new_project"
main_path <- paste0(system.file("testdata", package = "cogmapr"), '/')
my.project <- ProjectCMap(main_path, project_name)
## Here 0.6 is used only for producing an output. No signif. diff. is reported.
RelationshipTestSummary(my.project, units = c("Belgium", "Québec"), 0.6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.