extracting predictors from ctree object

后端 未结 3 1844
再見小時候
再見小時候 2020-12-19 17:53

I\'ve checked binary tree class methods, and How to extract tree structure from ctree function? (which was helpful understanding S4 object structure and slots),

3条回答
  •  北海茫月
    2020-12-19 18:37

    The mlmeta R package's ctree2sas() function converts fitted ctree models to SAS code. It can be easily adapted to other languages and is generally instructive on the internals of the object.

提交回复
热议问题