search for: statistic_analyses

Displaying 2 results from an estimated 2 matches for "statistic_analyses".

2017 Nov 17
3
Dataframe is character
...etimes. Thank you in advance, Roberto PS I used "guess". The problem is not solve by using "text", "numeric" etc My syntax (I think I cannot send the excel file as binary?) > library(readxl) > library(readxl) > library(metafor) > setwd("C:/docs/Work2/Statistic_Analyses/MetaQTcAD") > getwd() [1] "C:/docs/Work2/Statistic_Analyses/MetaQTcAD" > > dat <- read_excel("Hedges-g_QTc MA_R05.xlsx", sheet = 2, col_names=TRUE, col_types = c("guess")) > class("dat") [1] "character" > class("yi"...
2017 Nov 17
0
Dataframe is character
...t; PS I used "guess". The problem is not solve by using "text", "numeric" etc > > My syntax (I think I cannot send the excel file as binary?) > > > library(readxl) > > library(readxl) > > library(metafor) > > setwd("C:/docs/Work2/Statistic_Analyses/MetaQTcAD") > > getwd() > [1] "C:/docs/Work2/Statistic_Analyses/MetaQTcAD" > > > > > dat <- read_excel("Hedges-g_QTc MA_R05.xlsx", sheet = 2, col_names=TRUE, > col_types = c("guess")) > > class("dat") > [1] "c...