sim_Tscore {powerPLS} | R Documentation |
simulate the T scores matrix
Description
simulate the T scores matrix from multivariate continuous distribution by using kernel density estimation and the accept-reject method.
Usage
sim_Tscore(Tscore, n, seed)
Arguments
Tscore |
score matrix |
n |
number of observations |
seed |
fix seed |
Value
Returns a simulated T score matrix.
Author(s)
Angela Andreella
[Package powerPLS version 0.1.0 Index]