get_posterior_probabilities {handwriter} | R Documentation |
Get Posterior Probabilities
Description
Get the posterior probabilities for questioned document analyzed with analyze_questioned_documents()
.
Usage
get_posterior_probabilities(analysis, questioned_doc)
Arguments
analysis |
The output of |
questioned_doc |
The filename of the questioned document |
Value
A data frame of posterior probabilities for the questioned document
Examples
get_posterior_probabilities(
analysis = example_analysis,
questioned_doc = "w0030_s03_pWOZ_r01"
)
[Package handwriter version 3.1.1 Index]