Code for the paper A New Interpretation of Relative Importance on an Analysis of Per and Polyfluorinated Alkyl Substances (PFAS) Exposures on Bone Mineral Density
#Running .m files For all matlab files running on 'women.xslx':
- Read the data: women = readmatrix('women.xslx')
- Replace all NaN values with 0: women(isnan(women))=0;
- [Q,R] = function_name(matrix_name);