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",header=T)

Next, you specify "some multivariate nonparametric test". Which one you're
talking about?
Next, check the help files of the related function (if you figured out which
one to use, that is.)

But with this very general question without any other information, nobody
will be able to help you.

Cheers
Joris

2010/5/25 Aurélio Faria <jose.marques.fa...@gmail.com>

> 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 work
> in R meanwhile I need to perform the multivariate nonparametric tests for
> my
> PhD and I have no idea from where to start. I attached an excel file with 4
> dependent variables and 1 group nominal variable that define 3 groups
> (0,1,2) similar to the problem that I need to solve. I hope that someone
> can
> help on this because I don’t know what to do anymore.
>
>
>
> It would be nice if someone could explain me step by step with this data
> (file attached) what to do in R and the outputs that this type of test
> gives.
>
>
>
> Thanks in advance,
>
> Jose
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>


-- 
Joris Meys
Statistical Consultant

Ghent University
Faculty of Bioscience Engineering
Department of Applied mathematics, biometrics and process control

Coupure Links 653
B-9000 Gent

tel : +32 9 264 59 87
joris.m...@ugent.be
-------------------------------
Disclaimer : http://helpdesk.ugent.be/e-maildisclaimer.php

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to