This is an R Markdown Notebook. When you execute code within the notebook, the results appear beneath the code.
Try executing this chunk by clicking the Run button within the chunk or by placing your cursor inside it and pressing Ctrl+Shift+Enter.
print(corr1, short=FALSE)
Call:corr.test(x = as.matrix(men))
Correlation matrix
SRP_SELF_TOTAL SRP_PV_TOTAL SRP_SELF_INTERPERSONAL SRP_SELF_AFFECTIVE SRP_SELF_LIFESTYLE SRP_PARTNER_INTERPERSONAL SRP_PARTNER_AFFECTIVE
SRP_SELF_TOTAL 1.00 0.46 0.85 0.85 0.83 0.41 0.40
SRP_PV_TOTAL 0.46 1.00 0.46 0.43 0.27 0.87 0.88
SRP_SELF_INTERPERSONAL 0.85 0.46 1.00 0.61 0.56 0.44 0.38
SRP_SELF_AFFECTIVE 0.85 0.43 0.61 1.00 0.54 0.42 0.42
SRP_SELF_LIFESTYLE 0.83 0.27 0.56 0.54 1.00 0.20 0.22
SRP_PARTNER_INTERPERSONAL 0.41 0.87 0.44 0.42 0.20 1.00 0.74
SRP_PARTNER_AFFECTIVE 0.40 0.88 0.38 0.42 0.22 0.74 1.00
SRP_PARTNER_LIFESTYLE 0.36 0.82 0.37 0.27 0.28 0.54 0.55
BDI_TOTAL 0.43 0.08 0.28 0.36 0.45 0.02 0.09
RAS_TOTAL -0.29 -0.34 -0.33 -0.22 -0.19 -0.34 -0.34
SRP_PARTNER_LIFESTYLE BDI_TOTAL RAS_TOTAL
SRP_SELF_TOTAL 0.36 0.43 -0.29
SRP_PV_TOTAL 0.82 0.08 -0.34
SRP_SELF_INTERPERSONAL 0.37 0.28 -0.33
SRP_SELF_AFFECTIVE 0.27 0.36 -0.22
SRP_SELF_LIFESTYLE 0.28 0.45 -0.19
SRP_PARTNER_INTERPERSONAL 0.54 0.02 -0.34
SRP_PARTNER_AFFECTIVE 0.55 0.09 -0.34
SRP_PARTNER_LIFESTYLE 1.00 0.09 -0.19
BDI_TOTAL 0.09 1.00 -0.22
RAS_TOTAL -0.19 -0.22 1.00
Sample Size
[1] 85
Probability values (Entries above the diagonal are adjusted for multiple tests.)
SRP_SELF_TOTAL SRP_PV_TOTAL SRP_SELF_INTERPERSONAL SRP_SELF_AFFECTIVE SRP_SELF_LIFESTYLE SRP_PARTNER_INTERPERSONAL SRP_PARTNER_AFFECTIVE
SRP_SELF_TOTAL 0.00 0.00 0.00 0.00 0.00 0.00 0.00
SRP_PV_TOTAL 0.00 0.00 0.00 0.00 0.14 0.00 0.00
SRP_SELF_INTERPERSONAL 0.00 0.00 0.00 0.00 0.00 0.00 0.01
SRP_SELF_AFFECTIVE 0.00 0.00 0.00 0.00 0.00 0.00 0.00
SRP_SELF_LIFESTYLE 0.00 0.01 0.00 0.00 0.00 0.51 0.41
SRP_PARTNER_INTERPERSONAL 0.00 0.00 0.00 0.00 0.07 0.00 0.00
SRP_PARTNER_AFFECTIVE 0.00 0.00 0.00 0.00 0.04 0.00 0.00
SRP_PARTNER_LIFESTYLE 0.00 0.00 0.00 0.01 0.01 0.00 0.00
BDI_TOTAL 0.00 0.45 0.01 0.00 0.00 0.82 0.40
RAS_TOTAL 0.01 0.00 0.00 0.04 0.09 0.00 0.00
SRP_PARTNER_LIFESTYLE BDI_TOTAL RAS_TOTAL
SRP_SELF_TOTAL 0.01 0.00 0.10
SRP_PV_TOTAL 0.00 1.00 0.03
SRP_SELF_INTERPERSONAL 0.01 0.13 0.03
SRP_SELF_AFFECTIVE 0.14 0.02 0.41
SRP_SELF_LIFESTYLE 0.13 0.00 0.52
SRP_PARTNER_INTERPERSONAL 0.00 1.00 0.02
SRP_PARTNER_AFFECTIVE 0.00 1.00 0.02
SRP_PARTNER_LIFESTYLE 0.00 1.00 0.52
BDI_TOTAL 0.40 0.00 0.41
RAS_TOTAL 0.09 0.05 0.00
Confidence intervals based upon normal theory. To get bootstrapped values, try cor.ci
print(corr2, short=FALSE)
Call:corr.test(x = as.matrix(Women))
Correlation matrix
SRP_SELF_TOTAL SRP_PV_TOTAL SRP_SELF_INTERPERSONAL SRP_SELF_AFFECTIVE SRP_SELF_LIFESTYLE SRP_PARTNER_INTERPERSONAL SRP_PARTNER_AFFECTIVE
SRP_SELF_TOTAL 1.00 0.66 0.85 0.87 0.87 0.55 0.59
SRP_PV_TOTAL 0.66 1.00 0.61 0.56 0.53 0.88 0.87
SRP_SELF_INTERPERSONAL 0.85 0.61 1.00 0.62 0.58 0.56 0.54
SRP_SELF_AFFECTIVE 0.87 0.56 0.62 1.00 0.66 0.46 0.54
SRP_SELF_LIFESTYLE 0.87 0.53 0.58 0.66 1.00 0.39 0.47
SRP_PARTNER_INTERPERSONAL 0.55 0.88 0.56 0.46 0.39 1.00 0.68
SRP_PARTNER_AFFECTIVE 0.59 0.87 0.54 0.54 0.47 0.68 1.00
SRP_PARTNER_LIFESTYLE 0.59 0.86 0.51 0.47 0.54 0.61 0.64
BDI_TOTAL 0.54 0.46 0.38 0.47 0.55 0.38 0.38
RAS_TOTAL -0.33 -0.31 -0.33 -0.30 -0.22 -0.30 -0.25
SRP_PARTNER_LIFESTYLE BDI_TOTAL RAS_TOTAL
SRP_SELF_TOTAL 0.59 0.54 -0.33
SRP_PV_TOTAL 0.86 0.46 -0.31
SRP_SELF_INTERPERSONAL 0.51 0.38 -0.33
SRP_SELF_AFFECTIVE 0.47 0.47 -0.30
SRP_SELF_LIFESTYLE 0.54 0.55 -0.22
SRP_PARTNER_INTERPERSONAL 0.61 0.38 -0.30
SRP_PARTNER_AFFECTIVE 0.64 0.38 -0.25
SRP_PARTNER_LIFESTYLE 1.00 0.43 -0.27
BDI_TOTAL 0.43 1.00 -0.34
RAS_TOTAL -0.27 -0.34 1.00
Sample Size
[1] 85
Probability values (Entries above the diagonal are adjusted for multiple tests.)
SRP_SELF_TOTAL SRP_PV_TOTAL SRP_SELF_INTERPERSONAL SRP_SELF_AFFECTIVE SRP_SELF_LIFESTYLE SRP_PARTNER_INTERPERSONAL SRP_PARTNER_AFFECTIVE
SRP_SELF_TOTAL 0 0 0 0.00 0.00 0.00 0.00
SRP_PV_TOTAL 0 0 0 0.00 0.00 0.00 0.00
SRP_SELF_INTERPERSONAL 0 0 0 0.00 0.00 0.00 0.00
SRP_SELF_AFFECTIVE 0 0 0 0.00 0.00 0.00 0.00
SRP_SELF_LIFESTYLE 0 0 0 0.00 0.00 0.00 0.00
SRP_PARTNER_INTERPERSONAL 0 0 0 0.00 0.00 0.00 0.00
SRP_PARTNER_AFFECTIVE 0 0 0 0.00 0.00 0.00 0.00
SRP_PARTNER_LIFESTYLE 0 0 0 0.00 0.00 0.00 0.00
BDI_TOTAL 0 0 0 0.00 0.00 0.00 0.00
RAS_TOTAL 0 0 0 0.01 0.04 0.01 0.02
SRP_PARTNER_LIFESTYLE BDI_TOTAL RAS_TOTAL
SRP_SELF_TOTAL 0.00 0 0.02
SRP_PV_TOTAL 0.00 0 0.02
SRP_SELF_INTERPERSONAL 0.00 0 0.02
SRP_SELF_AFFECTIVE 0.00 0 0.03
SRP_SELF_LIFESTYLE 0.00 0 0.04
SRP_PARTNER_INTERPERSONAL 0.00 0 0.03
SRP_PARTNER_AFFECTIVE 0.00 0 0.04
SRP_PARTNER_LIFESTYLE 0.00 0 0.04
BDI_TOTAL 0.00 0 0.01
RAS_TOTAL 0.01 0 0.00
Confidence intervals based upon normal theory. To get bootstrapped values, try cor.ci