Closed aaronwolen closed 7 years ago
This PR adds a summary statistics table for submodel. Here's what the current implementation looks like:
Also adds several internal helper functions for working submodels:
submodels()
MxModel
smData()
smSummaries()
smN()
smNames()
This isn't ready to merge yet—first I wanted to see if this would address #3?
Closes #5.
This PR adds a summary statistics table for submodel. Here's what the current implementation looks like:
Also adds several internal helper functions for working submodels:
submodels()
extracts the submodels slot from anMxModel
smData()
extracts list of observed data for each submodelsmSummaries()
calculates summary statistics for each submodelsmN()
returns the number of submodelssmNames()
returns a vectors with submodel names