The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
This package provides a tool to perform power analysis in Partial Least Squares (PLS) for classification when two classes are analyzed.
You can install the released version of powerPLS
with:
::install_github("angeella/powerPLS") devtools
The main functions are - computeSampleSize()
which
estimated the power considering several values of sample size and number
of score components.
computePower()
which estimated the power considering a
fixed sample size and several number of score components.<- simulatePilotData(nvar = 10, clus.size = c(5,5),m = 6,nvar_rel = 5,A = 2)
datas <- computePower(X = datas$X, Y = datas$Y, A = 3, n = 20, test = "R2")
out <- computeSampleSize(X = datas$X, Y = datas$Y, A = 2, A = 3, n = 20, test = "R2") out
Andreella, A., Finos, L., Scarpa, B. and Stocchero, M. “Towards a power analysis for PLS-based methods” arXiv:2403.10289 stat.ME. link: https://arxiv.org/abs/2403.10289
Please write to angela.andreella[]unive[]it or insert a reproducible example using reprex on my issue github page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.