1 2 library("pryr") show_c_source(.Internal(backsolve()))
1 2
library("pryr") show_c_source(.Internal(backsolve()))
In this post, I cover the main commands that are used in the process of creating an R package. The majority of the commands are from the usethis and devtools R packages. Main references: The R ...
Git Setting up Already have local directory and want to create remote GitHub repository If you have a local directory you need to run git init to create a git repository. Then ...
Heatmaps Given two matrices, this function plots heatmaps for each one with a fixed colour scale to allow for comparison. 1 2 3 4 5 6 7 8 9 10 11 12 13 heatmap_scale = function(matrix1, matrix2, m...
Collinearity and Confounding
Optimisation foundations
A new version of content is available.