[R] GEE for three-level hierarchical data?

2010-12-07 Thread Bram Van Moorter
ch a three-level structure? Best regards, Bram -- Bram Van Moorter Centre for Conservation Biology (NTNU), Norwegian Institute for Nature Research (NINA) Trondheim (Norway) email:  bram.van.moor...@gmail.com website: http://ase-research.org/moorter phone: +4

[R] append to list

2009-06-18 Thread bram
here: http://tolstoy.newcastle.edu.au/R/help/05/02/12152.html Unfortunately, the link containing the answer is broken. Any tips? Bram __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] dynamically add items to key of lattice xyplot

2008-02-05 Thread Bram Kuijper
no functions to add individual key items. anyone has more info on dynamically adding items to keys in xyplots? thanks, Bram Kuijper this is the code for my lattice xyplot plot: print(xyplot(current_data$FemDiploidUninf ~ current_data$generation, ylim=c(0,2000), scales=list(x=list(tick.number=4)

[R] decrease amount of ticks on y axis in lattice levelplot

2008-01-31 Thread Bram Kuijper
ot(my_matrix),cuts=100,yscale.components=yscale.components.myY) My full code can be found on pastebin: http://pastebin.com/m16b267f9 thanks in advance for any help on this, Bram Kuijper __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-h

[R] storing matrices in a list or vector and preserve dimensions

2008-01-08 Thread Bram Kuijper
, whereas I would like to preserve the dimensions of the matrices. Is there any function in R which allows me to store a _fully preserved_ object inside a list() or vector() structure? thanks in advance, Bram Kuijper PS: this is what I do: # two matrices, which are my objects to be put in the