search for: tnex

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

Did you mean: tex
2011 May 05
0
Conditional distribution plot using Model-based Recursive Partitioning
...ve). However, I need to include a number of relevant covariates. My code is below: fm3 <- mob(Student ~ age + alive + sex2 + cwa + cha + cym | Religion+Servant + Literacy, control = ctrl, data = samp2, model = glinearModel, family =binomial()) plot(fm3, tp_args = list(which = "alive"),tnex = 2, type = "simple" ) Which works fine. However, the plots generated do not show the conditional relationship between the dependent and independent variable at each node. Basically, there are spinogram leafs at nodes where the unconditional relationship is the opposite to the conditiona...
2008 Aug 13
2
mob(party) formula question
I try tu use mob() with my data.frame ('data.frame': 288 obs. of 81 variables; factors, numerics and ordered factors) My response is a binary variable and I should use for modelling a logistic regression (family=binomial). I read in the "MOB" Vignette that I could use a formula like this if I would like to have only partitioning variables apart from the response.