rvnsims
returns the number of simulations
stored in each component of its argument.rvnsims(x)
rvnsims
returns 1.#
rvnsims(1.23) # one
x <- rvnorm(1) # an rv
rvnsims(x) # equal to setnsims()
rvnsims(x)==nrow(sims(x)) # TRUE
rvnsims(x)==setnsims() # TRUE
Run the code above in your browser using DataLab