example_analysis {handwriter} | R Documentation |
Example of writership analysis
Description
Example of writership analysis
Usage
example_analysis
Format
The results of analyze_questioned_documents()
stored in a named list with 5 items:
- graph_measurements
A data frame of that shows the writer, document name, cluster assignment, slope, principle component rotation angle, and wrapped principle component rotation angle for each training graph in each questioned documents.
- cluster_fill_counts
A data frame of the cluster fill counts for each questioned document.
- likelihoods
A list of data frames where each data frame contains the likelihoods for a questioned document for each MCMC iteration.
- votes
A list of vote tallies for each questioned document.
- posterior_probabilites
A list of posterior probabilities of writership for each questioned document and each known writer in the closed set used to train the hierarchical model.
Examples
plot_cluster_fill_counts(formatted_data = example_analysis)
plot_posterior_probabilities(analysis = example_analysis)
[Package handwriter version 3.1.1 Index]