search for: independentvari

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

2010 Apr 03
1
Writing summary.aov results to a file which can be opened in Excel
...decided that the manova command might be appropriate for my purposes. I've carried out a MANOVA in R as follows: depvariablesmatrix <-cbind(variables[,6:1248]) #produce a data frame containing my dependent variables MANOVA <- manova(as.matrix(depvariablesmatrix) ~ as.factor(variables$independentvariable)) I can access the results of this using the following: MANOVA_results <-summary.aov(MANOVA) This produces a list of all my results in the following format: Response depvariable1 : Df Sum Sq Mean Sq F value Pr(>F) as.factor(variables$independen...
2013 Apr 18
2
Multiple Multivariate regression in R with 50 independent variables
Hello all Is there a method/package in R in which I can do regressions for more than 50 independent variables ? Regards The woods are lovely, dark and deep But I have promises to keep And miles before I go to sleep And miles before I go to sleep ----- [[alternative HTML version deleted]]