
Function reference
-
add_user_data() - Add additional data on users to an mtoolr object
-
aggregate_mentalmodel() - Aggregate mental models from different users
-
calculate_descriptive_statistics() - Create overview stats for a mental model
-
example_models - Example mtoolr class object from anonymized MTool export
-
example_models_df - Example data frame from anonymized MTool export
-
get_model_sims() - Get similiarities between mental models of users
-
get_user_el() - Get the edgelist of a specific user of M-Tool
-
get_user_graph() - Get the igraph graph object for a given user
-
get_user_model_sim() - Get the similarity between two specific users
-
get_users_sim_df() - Get an tibble of similarities between all of a group of users
-
get_users_sim_mat() - Get the similarity matrix between all of a group of users
-
igraph_from_mtools_el() - Create an igraph graph object from a M-Tool edgelist
-
is_mtoolr() - Is the object of class mtoolr?
-
mental_model_ggraph() - A ggraph plotting setup for mental model data
-
mentalmodel() - Create a mtoolr object
-
mentalmodel_from_csv() - Import CSV file exported by M-Tool as mtoolr object
-
new_mtoolr() - mtoolr object constructor
-
parse_mtool_csv() - Parse an M-Tool csv file to a data frame
-
plot(<mtoolr>) - Default mental model plot function using ggraph
-
plot_mentalmodel() - Plot mental models using ggraph
-
plot_user_model() - Plot the mental model of a specific user
-
print(<mtoolr>) - Default mental model print method
-
show.mtoolr() - Default mental model show method