Description Usage Arguments Details Value See Also Examples
Currently this only tidies up PLS model objects. The main important output objects from the PLS model are:
1 |
model |
The model object. |
output |
Which output to choose from model. |
... |
Not currently used. For later method additions. |
Scores: These are the individual scores calculated from the model for each observation. Use these to look for patterns between components or between X or Y variables.
Loadings: These are the combined weights in the model (including both X and Y). Strongly correlated X variables that underlie Y will have similar loadings.
Explained variance: This is the amount of variance that an individual component explains within X. This is useful to use to see which components to keep.
Tibble object with tidied model output. There are several output options:
default: Tibble with five columns for the x variables, components, loadings, scores to variable correlations, and explained variance for each component and x variable combination.
loadings, score_corr: Tibble with three columns for x variables, components, and either loadings or score to variable correlations.
explained_var: Tibble with two columns for component and it's explained variance.
scores: Tibble with one column for each component, with values for the scores for each observation.
See this website for more details on how to interpret the results of PLS.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.