Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as R by aidan ( 5 years ago )
PANEL_DATA_Recent <- read_excel("~/Downloads/PANEL DATA - Recent.xlsx")
PANEL_DATA_Recent$TICKER <- NULL
PANEL_DATA_Recent$ID <- NULL
PANEL_DATA_Recent$YEAR <- NULL
library(psych)
corr.test(PANEL_DATA_Recent, method = "pearson")
Revise this Paste
Parent: 118566