fullRankMatrix
Generation of Full Rank Design Matrix
Creates a full rank matrix out of a given matrix. The intended use is for one-hot encoded design matrices that should be used in linear models to ensure that significant associations can be correctly interpreted. However, 'fullRankMatrix' can be applied to any matrix to make it full rank. It removes columns with only 0's, merges duplicated columns and discovers linearly dependent columns and replaces them with linearly independent columns that span the space of the original columns. Columns are renamed to reflect those modifications. This results in a full rank matrix that can be used as a design matrix in linear models. The algorithm and some functions are inspired by Kuhn, M. (2008) <doi:10.18637/jss.v028.i05>.
- Version0.1.0
- R versionunknown
- LicenseMIT
- LicenseLICENSE
- Needs compilation?No
- Languageen-US
- fullRankMatrix citation info
- Last release06/28/2024
Documentation
Team
Paula Weidemueller
Constantin Ahlmann-Eltze
Show author detailsRolesAuthor
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Suggests8 packages