dpsdPosSim {hbmem} | R Documentation |
Function dpsdPosSim
Description
Function to simulate data from DPSD model with positive d'
Usage
dpsdPosSim(I = 30, J = 200, K = 6, muN = -0.7, s2aN = 0.2, s2bN = 0.2, muD = 0, s2aD = 0.2, s2bD = 0.2, muR = qnorm(0.25), s2aR = 0.2, s2bR = 0.2, crit = matrix(rep(c(-1.6, -0.5, 0, 0.5, 1.6), each = I), ncol = (K - 1)))
Arguments
I |
~~Describe I here~~ |
J |
~~Describe J here~~ |
K |
~~Describe K here~~ |
muN |
~~Describe muN here~~ |
s2aN |
~~Describe s2aN here~~ |
s2bN |
~~Describe s2bN here~~ |
muD |
~~Describe muD here~~ |
s2aD |
~~Describe s2aD here~~ |
s2bD |
~~Describe s2bD here~~ |
muR |
~~Describe muR here~~ |
s2aR |
~~Describe s2aR here~~ |
s2bR |
~~Describe s2bR here~~ |
crit |
~~Describe crit here~~ |
[Package
hbmem version 0.2
Index]