search for: denizsigir

Displaying 3 results from an estimated 3 matches for "denizsigir".

Did you mean: denizsigirli
2011 Feb 07
0
FW: multivariate regression
...I used the code below:fit <- manova(Y ~ X)summary(fit, test="Wilks")but I get p values for intercept and regression coefficient as in anova() function, not for the hull model. Date: Mon, 7 Feb 2011 00:57:43 -0800 Subject: Re: [R] FW: multivariate regression From: djmuser@gmail.com To: denizsigirli@hotmail.com CC: r-help@r-project.org Hi: You don't state the test for which you want the p-value, and to reiterate what Dr. Ligges asked in response to your earlier post, how do you propose to define a single R^2 measure? One may be able to answer your question re an overall significance te...
2011 Feb 04
4
multivariate regression
How can I run multivariate linear regression in R (I have got 3 dependent variables and only 1 independent variable)? I tried lm function, but it gave different R2 and p values for every dependent variable. I need one R2 and p value for the model. [[alternative HTML version deleted]]
2011 Jan 22
0
grofit package
Dear All, I want to use grofit package for biological growth curves. My dataset only includes "age" variable and "size" variable. I want to use logistic, gompertz and richards growth curves to predict age from size. How can I implement this data set to the function in grofit package? Best regards, Deniz [[alternative HTML version deleted]]