I find the genlinmixed command documentation extremely confusing and I need a bit of help. What I’m doing is a mixed model (multilevel) logistic regression. At this point, I’m simply doing bivariate analyses, cycling through a list of IVs
to assess magnitude of the IV coefficient and significance of the intercept variance. Here’s where I’m confused. The reference subcommand of the target_options command is said to specify the reference category with the default being the last category the
DV is sorted in ascending order. So, I say reference=0, given a 0/1 coding on my DV and customary practice for logistic regression. Further down is the build_options command. The target_category_order subcommand is said to control the designation of the reference
category. Ok. But what is the difference in function and controlling priority between the reference subcommand in target_options and the target_category_order subcommand?
Thanks, Gene Maguin |
From the CSR: TARGET_CATEGORY_ORDER. This determines the order of the target's categories for purposes of determining the "last" category, which is used as the reference category if the REFERENCE keyword is not used On Wed, Sep 12, 2018 at 8:22 AM Maguin, Eugene <[hidden email]> wrote:
|
Jon, thank you. I now see and understand the connection. I certainly didn’t before. I understood Target_options and Build_options as separate, non-overlapping
commands. From: Jon Peck <[hidden email]>
From the CSR: TARGET_CATEGORY_ORDER. This determines the order of the target's categories for purposes of determining the "last" category, which is used as the reference category if the REFERENCE keyword is not used On Wed, Sep 12, 2018 at 8:22 AM Maguin, Eugene <[hidden email]> wrote:
-- Jon K Peck |
Designing syntax that is understandable, powerful, unambiguous, has good defaults, and is implementable can be a challenge. It's nice when subcommands are orthogonal, but sometimes that clashes with other criteria. On Wed, Sep 12, 2018 at 11:34 AM Maguin, Eugene <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |