Skip to content

Pairwise correlations with confidence intervals Description: This procedure computes pairwise correlations the same as the built-in CORRELATIONS procedure but adds Fisher or bootstrap con fidence intervals.

License

IBMPredictiveAnalytics/STATS_CORRELATIONS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STATS_CORRELATIONS

Pairwise correlations with confidence intervals

Calculate Pearson correlations and confidence intervals. The correlations are actually calculated by the built-in CORRELATIONS procedure, the output from which is used in calculating the confidence intervals.


Installation intructions

  1. Open IBM SPSS Statistics
  2. Navigate to Utilities -> Extension Bundles -> Download and Install Extension Bundles
  3. Search for the name of the extension and click Ok. Your extension will be available.

Tutorial

Installation Location

Analyze →

  Correlate →

    Bivariate with Confidence Intervals

UI

image

Syntax

Example

STATS CORRELATIONS VARIABLES=salary
/WITH VARIABLES=salbegin
/OPTIONS CONFLEVEL=95 METHOD=FISHER
/MISSING EXCLUDE=YES PAIRWISE=YES.

Output

image


License

  • Apache 2.0

Contributors

  • IBM SPSS JKP, JMB

About

Pairwise correlations with confidence intervals Description: This procedure computes pairwise correlations the same as the built-in CORRELATIONS procedure but adds Fisher or bootstrap con fidence intervals.

Resources

License

Stars

Watchers

Forks

Packages

No packages published