Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

R: code analysis tools

Are there any tools in R that would allow me to see what is slowing down a function ( lines of code in the function that takes most amount of time , statistics etc.) ?

Cheers !

like image 693
MadSeb Avatar asked Feb 14 '26 02:02

MadSeb


1 Answers

Here's a simple guide on Rprof, http://cran.r-project.org/doc/manuals/R-exts.html#Profiling-R-code-for-speed

And of course the package description: http://stat.ethz.ch/R-manual/R-patched/library/utils/html/Rprof.html

like image 66
Arcymag Avatar answered Feb 16 '26 16:02

Arcymag



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!