Hi Jose,
the datafile gets thrown away on the list. But in any case, first step is to
get rid of EXCEL and save the data as a csv-file, with the first row being
the variable names. Then you use read.table or read.csv to get this in R as
a data frame.
e.g.:
myData <- read.csv(file="myFile.csv",hea
Hi,
I am doing my PhD and I usually use SPSS however now I need to do some
multivariate nonparametric tests but SPSS don’t work with this. Recently I
was aware of R and I saw that is possible using the MNM pack to perform
multivariate nonparametric tests. I am learning step by step how to wor
2 matches
Mail list logo