search for: igg2

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

Did you mean: agg2
2010 Dec 05
0
Help with time varying covariate-unfold function
...ction in RcmdrPlugin.survival library, which converts the survival data with time varying covariates to the counting process notation. The problem is somehow, the event indicator created is not correct. Below is the data, I am trying to convert: CASE TRT FAILTIME FAILCENS SEX AGE IGG0 IGG28 IGG42 IGG84 IGG364 26003 A 11.2033 2 1 43.9535 0 80 80 320 NA IGG0 to IGG364 are my time varying covariates and FAILCENS = 2 indicates observed times. So, when I tried to use, igg2.long<-unfold(igg.2[3,],time="FAILTIME",event=&...
2007 Jan 13
3
duplicate definition when inheriting classes
I thought the purpose of classes was that you could redefine types in the subclasses. However I get "Duplicate definition" errors whenever I attempt this. On a whim I tried the code from the documentation: http://reductivelabs.com/projects/puppet/documentation/structures.html --- Subclassing The primary benefit of using subclasses instead of just including the parent class is that