search for: paircomp

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

Did you mean: paircomb
2018 Jun 27
0
new behavior in model.response
...es and names<-. Internally, the names can be stored as row names. Further useful methods for "Surv" objects might include - as.double/as.integer (presumably just extracting the "time"), - c - str Possibly also a dedicated summary. An example for such a class is our "paircomp" in "psychotools". But I'm sure there are other/better examples elsewhere. Best, Achim
2011 Jun 15
1
Fitting a choice model (Bradley-Terry generalization)
I have some data I would like to model which involves choice of food by dung beetles. There are a number of experiments where in each case, there are five choices. Overall there are more than 5 different foods being compared (including a placebo) and different experiments use different comparisons. The problem is a generalization of Bradley-Terry but it differs from some generalizations in
2018 Jun 27
2
new behavior in model.response
I now understand the issue, which leads to a different and deeper issue which is "how to assign a proper length to Surv objects". > Surv(c(1,2,3), c(1,0,1)) [1] 1? 2+ 3 The above prints as 3 elements and is conceptually 3 elements. But if I give it length method to return a 3 then I need a names method, and names<-? pays no attention to my defined length. How do we conceive