summary.fmat | R Documentation |
Summarize the results of Log Probability Ratio (LPR), which indicates the relative (vs. absolute) association between concepts.
The LPR of just one contrast (e.g., only between a pair of attributes) may not be sufficient for a proper interpretation of the results, and may further require a second contrast (e.g., between a pair of targets).
Users are suggested to use linear mixed models
(with the R packages nlme
or lme4
/lmerTest
)
to perform the formal analyses and hypothesis tests based on the LPR.
## S3 method for class 'fmat'
summary(
object,
mask.pair = TRUE,
target.pair = TRUE,
attrib.pair = TRUE,
warning = TRUE,
...
)
object |
A data.table (of new class |
mask.pair , target.pair , attrib.pair |
Pairwise contrast of
|
warning |
Alert warning of out-of-vocabulary word(s)? Defaults to |
... |
Other arguments (currently not used). |
A data.table of the summarized results with Log Probability Ratio (LPR).
FMAT_run
# see examples in `FMAT_run`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.