matrix_bot: Broaden a search using co-occurrence analysis

View source: R/bots-matrix-bot.R

matrix_botR Documentation

Broaden a search using co-occurrence analysis

Description

The matrix_bot takes a disco engine definition and compares it to other codes in CADS, looking for patterns of co-occurrence. That is, it analyzes individuals who match your definition, looking for other codes they have in common.

Usage

matrix_bot(...)

bot_matrix(...)

Arguments

...

One or more disco engine definitions and/or individual entity IDs

Examples

## we start out with a basic definition of interst in Chicano Studies
chicano_interest = majored_in(chicano_studies) %or% gave_to_department(CHICANO)

## now the matrix_bot discovers related characteristics, such as
## majoring in ethnic studies or participating in MEChXA
matrix_bot(chicano_interest)


tarakc02/discoveryengine documentation built on Sept. 26, 2023, 12:17 a.m.