powered by
Convenience function to compute sample means when samples are stored as a list. List elements should be compatible with addition and scalar division (e.g. must share the same dimensions).
lmean(list)
a list of parameter samples
same type as a single element of the input list
amean
# NOT RUN { l = replicate(100, rnorm(10), simplify = FALSE) lmean(l) # }
Run the code above in your browser using DataLab