gammaLikeSim {hbmem} | R Documentation |
Function gammaLikeSim
Description
Simulates data from gamma model with criteria on likelihood
space.
Usage
gammaLikeSim(NN = 1, NS = 1, I = 30, J = 200, K = 6, muS = log(0.5), s2aS = 0.2, s2bS = 0.2, lagEffect = 0, shape = 2, crit = matrix(rep(c(0.75, 0.8, 1, 1.35, 1.6), each = I), ncol = (K - 1)))
Arguments
NN |
~~Describe NN here~~ |
NS |
~~Describe NS here~~ |
I |
~~Describe I here~~ |
J |
~~Describe J here~~ |
K |
~~Describe K here~~ |
muS |
~~Describe muS here~~ |
s2aS |
~~Describe s2aS here~~ |
s2bS |
~~Describe s2bS here~~ |
lagEffect |
~~Describe lagEffect here~~ |
shape |
~~Describe shape here~~ |
crit |
~~Describe crit here~~ |
[Package
hbmem version 0.2
Index]