search for: unitus

Displaying 8 results from an estimated 8 matches for "unitus".

Did you mean: units
2011 Aug 06
2
Problems to extract data from anova table
Hi, this is my script > anova <- aov(data ~ Ts*Te*t + Error(R/Ts*Te*t)) > results <- summary(anova$Within) this is results Df Sum Sq Mean Sq F value Pr(>F) Ts 2 1232.2 616.11 53.606 3.965e-10 *** Ts:Te 4 4889.5 1222.37 106.356 4.075e-16 *** Ts:t 4 6472.1 1618.01 140.780 < 2.2e-16 *** Ts:Te:t 8 4181.0 522.63 45.473 1.088e-13 ***
2002 Nov 05
0
3 or 4 level Split plot
As an agronomist, sometimes i need to perform statistical analisys on "weird" field data, like 3 or 4 level split plot design. I've read both the help of the program, some books and manual about S and "Venables/Ripley, Modern Applied Statistics with S", but i still have problems in (i suppose) formulae sintax. I'm trying to perform AOV, as explained showed in
2002 Nov 11
0
AOV and general formula sintax
As an agronomist, sometimes i need to perform statistical analisys on "weird" field data, like 3 or 4 level split plot design. I've read both the help of the program, some books and manual about S and "Venables/Ripley, Modern Applied Statistics with S", but i still have problems in (i suppose) formulae sintax. I'm trying to perform AOV, as explained in "Random
2011 Oct 08
0
R-GoogleVis: I need to import my chart into powerpoint file
"Simple" question: how can I do that? I think that I need to find a possible way to save my googlevis motion plot into a SWF file, but how? Thanks for the help, Roberto. -- View this message in context: http://r.789695.n4.nabble.com/R-GoogleVis-I-need-to-import-my-chart-into-powerpoint-file-tp3885581p3885581.html Sent from the R help mailing list archive at Nabble.com.
2012 Oct 12
2
Problem to read non-standard csv file
Hi all, I have a problem to read csv file with comma as decimal. The numbers were readed as strings. I used the following string in R, but I do not understand why it does not work. tab <- read.csv2("Specimen_RawData_1.csv", header = TRUE, sep = ";", dec = ",", nrows = -1) In addition, I copy/past into the post the link to the csv file generated by my instrument.
2011 Jul 13
1
Tukey HSD with repeated measure ANOVA
Hi, I need to determinate HSD value from a matrix like that Thesis Days A1 Cx 0 66.07 Cx 0 60.24 Cx 0 42.86 Tw 0 66.07 Tw 0 60.24 Tw 0 42.86 Aa 0 66.07 Aa 0 60.24 Aa 0 42.86 Qe 0 66.07 Qe 0 60.24 Qe 0 42.86 Cx 56 310.86 Cx 56 223.17 Cx 56 186.77 Tw 56 149.42 Tw 56 127.75 Tw 56 138.59 Aa 56 130.24 Aa 56 214.83 Aa 56 137.95 Qe 56 186.64 Qe 56 189.09 Qe 56 187.87 this is my script
2012 Apr 27
1
Hyperspec package: need to change spectra names in a stacked plot
Hi all, I need to insert the name of spectra in a stacked plot obtained with hyperspec. I use this command plot(spectra [c(-1:-4, -6:-8, -10:-12, -14:-16)], stacked = T) but, in this way R draw nameless spectra on the Y axis. How can I solve the problem? Thank you for any suggestion. Best regards, Roberto -- View this message in context:
2012 Aug 01
1
Different results between lda(mass) and spss discriminant analysis
Hi all, I obtained a strage result with LDA (MASS) function in R with NIR data. I tried both CV (leave one out cross validation) and splitting my data in odd (training) and even (prediction) sets. In all the cases the minimum error was near to 0. Due to the strange result, I tried with SPSS IBM software and it give me around 11% of minimum error with and without leave one out cross validation.