Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Following your second post: I'm not sure I fully understand your problem. However, from what I understand, 2 possibilities:</p> <p>1) without using any transformation function, selection time = RT - discrimination time. If RT and discrimination time are both observed on each individual of your dataset, selection time is deterministically known - and this has nothing to do with deconvolution.</p> <p>2) If RT is observed in one i.i.d. sample and selection time in another <strong>independant</strong> sample, then yes, the only way out is to consider deconvolution density estimation. However, although you have made some parametric assumptions using fitting methods, you truly do not know the densities of RT or DT. Considering DT as noise, your problem is: RT = ST + noise, with an auxiliary sample of i.i.d. noise given by your sample of discrimination time. You wish to estimate the density of ST which is unobserved. The only package that can perform deconvolution in this situation is deamer (as far as I know) with the deamerSE function. If I stated your problem correctly you should look at the examples in the manual. I would also recommend using the raw data without transformations (at least in a first analysis). An example:</p> <pre><code>deamerSE(RT, errors=DT) </code></pre> <p>Here again your error is not centered (it is positive), therefore you will have to adjust from and to, to account for the shift the error has generated...this also is in the examples of the deamer manual.</p> <p>Best, Julien Stirnemann</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload