Learn R Programming

volker (version 3.1.0)

.effect_npmi: Calculate nmpi

Description

Calculate nmpi

Usage

.effect_npmi(data, col, cross, labels = TRUE, clean = TRUE, smoothing = 0, ...)

Value

A volker tibble.

Arguments

data

A tibble.

col

The column holding factor values.

cross

The column to correlate.

labels

If TRUE (default) extracts labels from the attributes, see codebook.

clean

Prepare data by data_clean.

smoothing

Add pseudocount. Calculate the pseudocount based on the number of trials to apply Laplace's rule of succession.

...

Placeholder to allow calling the method with unused parameters from tab_counts.