dpsdFullSim {hbmem} | R Documentation |
Function dpsdFullSim
Description
Simulate data from DPSD model with R a function of d' plus
noise. Model not yet published.
Usage
dpsdFullSim(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), phiA = 1, etaA = 0, phiB = 1, etaB = 0, 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~~ |
phiA |
~~Describe phiA here~~ |
etaA |
~~Describe etaA here~~ |
phiB |
~~Describe phiB here~~ |
etaB |
~~Describe etaB here~~ |
crit |
~~Describe crit here~~ |
[Package
hbmem version 0.2
Index]