sfcheung / semfindr

A find(e)r of influential cases and outliers in SEM
https://sfcheung.github.io/semfindr/
GNU General Public License v3.0
1 stars 0 forks source link

Functions should return a data frame if possible, not a matrix #40

Closed sfcheung closed 1 year ago

sfcheung commented 2 years ago

Status

On-Hold: This change may break some functions. It is not of high priority because basic matrix subsetting is not difficult to learn.

Note

When users see a table, they expect that it is a data frame. Some users may not know how to work with a matrix.

To-Do

sfcheung commented 1 year ago

No longer necessary as user-friendly print-methods have been added the output of all major functions. Closing this issue.