Re: [R] semiparametric manova

2018-11-13 Thread Yectli Huerta via R-help
> > xtabs(~V1+V2+V3, df) # There are 9 cells with 0 entries. That is the > > problem. > > , , V3 = 9 > > V2 > V1 8 16 24 > 200 5 0 5 > 350 5 5 0 > 500 0 5 5 thanks for the insight yah signature.asc Description: OpenPGP digital signature __

Re: [R] semiparametric manova

2018-11-12 Thread David L Carlson
A University -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Yectli Huerta via R-help Sent: Monday, November 12, 2018 6:25 PM To: r-help@r-project.org Subject: Re: [R] semiparametric manova thanks for the replies. i don't believe the data is the problem

Re: [R] semiparametric manova

2018-11-12 Thread Yectli Huerta via R-help
thanks for the replies. i don't believe the data is the problem. here you see how i used 3 variables and it fails, but when i use any combination of 2 variables, it does work > head(df)    V1 V2 V3 V4 V5   V6   V7 1 200 16 16  3 64 5.584092e+13 1.616745e+12 2 200 16 16  3 64

Re: [R] semiparametric manova

2018-11-12 Thread David Winsemius
On 11/12/18 12:37 PM, Yectli Huerta via R-help wrote: > Hello, > > I was wondering if there are other packages like MANOVA.RM that could be used > to analysis non normal distributions. I have to analyze data with more than 2 > predictor variables and a similar number of response variables.

Re: [R] semiparametric manova

2018-11-12 Thread David L Carlson
-help On Behalf Of Yectli Huerta via R-help Sent: Monday, November 12, 2018 2:38 PM To: r-help@r-project.org Subject: [R] semiparametric manova Hello, I was wondering if there are other packages like MANOVA.RM that could be used to analysis non normal distributions. I have to analyze data

[R] semiparametric manova

2018-11-12 Thread Yectli Huerta via R-help
Hello, I was wondering if there are other packages like MANOVA.RM that could be used to analysis non normal distributions. I have to analyze data with more than 2 predictor variables and a similar number of response variables. When I try the function MANOVA.wide with more than 2 predictor