Pearson's correlation matrix with p-values in R

Wakjira Tesfahun
Wakjira Tesfahun
19 هزار بار بازدید - 2 سال پیش - #Computes Pearson's
#Computes Pearson's correlation matrix with p-values in R
library(metan)
All numeric variables
View(data_ge2)
ALL=corr_coef(data_ge2)
ALL
plot(ALL)
Select variables
Some=corr_coef(data_ge2, EP, EL, CD, CL,KW,ED,EL)
Some
plot(Some)
############
2 سال پیش در تاریخ 1401/08/29 منتشر شده است.
19,068 بـار بازدید شده
... بیشتر