search for: gerit

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

Did you mean: merit
2008 Nov 20
5
summary statistics into table/data base, many factors to analyse
...3.5 6.0 5.0 7.0 8.0 3.6055513 . . . I tried to unlist the matrices, but it did not help much. it <- NULL # "it" - Iterationen for (i in 1:nlevels(z)){ it[[i]] <- unlist(s1[[i]])} Help to any of the three points is greatly appreciated. Cheers, Gerit --
2009 Jan 29
1
Multiple tables
...I would like to have one by one crosstables for each variable. I started with table(variable1, variable2) table(variable1, variable3) table(variable1, variable4) ... table(variable2, variable3) table(variable2, variable4) ... It seems rather tedious. Any better ideas around? Thanks for any help! Gerit -- NUR NOCH BIS 31.01.! GMX FreeDSL - Telefonanschluss + DSL f?r nur 16,37 EURO/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems