R4SPISE2022 provide data, programs, and documentation for the SPISE-2022 Advanced Workshop on Sensory Evaluation (That took place from July 27, 2022 to July 28, 2022, in Hanoi Vietnam).
You can install the development version of R4SPISE2022 with the following lines of code:
# if remotes is not installed, decomment the following line
# install.packages('remotes')
remotes::install_github('HerveAbdi/R4SPISE2022')
To install the vignettes while installing the package, then run the following commands:
remotes::install_github('HerveAbdi/R4SPISE2022',
build_vignettes = TRUE,
force = TRUE)
Boostrap for eigenvalues.
create the graphs for a PCA analysis from ExPosition
and generate the standard graphs and tables. Note: Still Under Development.
create the graphs for a PCA analysis from 'ExPosition' and generate the standard graphs and tables. Note: Still Under Development.
create the graphs for a PCA analysis from 'ExPosition' and generate the standard graphs and tables. Note: Still Under Development.
plot the scree for the eigenvalues of an SVD based multivariate analysis, and add bootstrap confidence intervals.
core function to generate PLSR plots.
A set of Programs, Vignettes, and Data for the SPISE2022 Advanced Workshop
saves all the graphics in a list into a PowerPoint file.
Core function to generate two-table analysis plots.
Core function to generate two-table analysis plots.
To be updated soon ...