inst/help/PrincipalComponentAnalysis.md

Principal Component Analysis

Principcal Component Analysis is used to represent the data in smaller components than the dataset originally consists of. The components are chosen such that they explain most of the variance in the original dataset.

Assumptions

Input

Assignment Box

Number of Components

Rotation

Base decomposition on

Output Options

Output

Assumption Checks

Chi-squared Test:

The fit of the model is tested. When the test is significant, the model is rejected. Bear in mind that a chi-squared approximation may be unreliable for small sample sizes, and the chi-squared test may too readily reject the model with very large sample sizes. See, for example, Saris, Satorra, & van der Veld (2009) for more discussions on overall fit metrics. - Model: The model obtained from the principal component analysis. - Value: The chi-squared test statistic. - df: Degrees of freedom. - p: P-value.

Component Loadings:

Component Characteristics:

Path Diagram

Screeplot

The scree plot provides information on how much variance in the data, indicated by the eigenvalue, is explained by each component. The scree plot can be used to decide how many components should be selected in the model. - Components: On the x-axis, the components. - Eigenvalue: On the y-axis, the eigenvalue that indicates the variance explained by each component. - Data: The dotted line represents the data. - Simulated: The triangle line represents the simulated data. This line is indicative for the parallel analysis. When the points from the dotted line (real data) are above this line, these components will be included in the model by parallel analysis. - Kaiser criterion: The horizontal line at the eigenvalue of 1 represents the Kaiser criterion. According to this criterion, only components with values above this line (at an eigenvalue of 1) should be included in the model.

References

R Packages



jasp-stats/jaspFactor documentation built on April 20, 2024, 4:12 p.m.