Skip to content
Prev 46357 / 63424 Next

Multiple return values / bug in rpart?

On 13-08-13 8:59 AM, Prof Brian Ripley wrote:
An approximation to "never called" is to run Rprof on your test code, 
and see which functions are not mentioned.  I have a package under 
construction with some students that can use this approach to identify 
which lines are never seen while profiling the test code.

Duncan Murdoch