CausalQueries
CausalQueries copied to clipboard
summary methods for data.frame objects
e.g.
class(lipids_model$P)
[1] "parameter_matrix" "data.frame"
>
methods(class = "parameter_matrix")
[1] print
see '?methods' for accessing
help and source code
could benefit from a summary method. Can we do this compactly via inheritance?