Profiling results for /tmp/RtmpYOmS6A/file2dc44554f534

LineCodeExecution time
1
f2 <-
2
function() {
3
    nSamples = 1000
4
    nReplicates = 100
5
    data = replicate(n = nReplicates,
6
                     rpois(nSamples, lambda = 20))
7
    apply(data, 1, mean)
8
}