Learn R Programming

cogmapr (version 0.9.5)

ConceptTestSummary: Summary table on concept comparisons

Description

Summary table on concept comparisons

Usage

ConceptTestSummary(project, units, limit.p.value = 0.05)

Value

A data frame

Arguments

project

A QDA project, a list as generated by the ProjectCMap function.

units

The units to compare

limit.p.value

A numeric.

Details

This function produce a summary table based on concept comparisons and is reactive to a limit of p.value beyond which differences are considered as significant and are reported in the table

Examples

Run this code
project_name <- "a_new_project"
main_path <- paste0(system.file("testdata", package = "cogmapr"), '/')
my.project <- ProjectCMap(main_path, project_name)

## More documents are needed for running this function
## ConceptTestSummary(my.project, units = c("Belgium", "Québec"), 0.6)

Run the code above in your browser using DataLab