Extract significant effects from a publication table
Source:R/models.R
get_sig_effects_from_pub_table.RdThis function extracts the significant effects from a publication table generated by any
of the make_pub_table_from_...() functions.
Arguments
- table
Publication generated for lavaan models or tidy summaries
- pattern
Regular expression used to find significant effects (default is any * or +)
- fixed
(logical) Whether pattern is to be searched as is (TRUE) or as a regular expression (FALSE)