Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

means: Allow residualizeContinuousVars=TRUE #116

Open
tbates opened this issue Apr 20, 2020 · 3 comments
Open

means: Allow residualizeContinuousVars=TRUE #116

tbates opened this issue Apr 20, 2020 · 3 comments
Assignees
Projects

Comments

@tbates
Copy link
Owner

tbates commented Apr 20, 2020

Only apply definition approach to ordinals in selCovs

In mixed cases, residualizing continuous variables and reserving definition approach for ordinals can be a win if there are many covariates

make optional with residualizeContinuousVars=TRUE

Originally posted by @mcneale in #21 (comment)

@tbates
Copy link
Owner Author

tbates commented May 2, 2020

Thinking this through prior to implementing: Won't the beta weights for the continuous covariates be biased high because they get first bite at the cherry? And ordinal covariates which would have dominated a type-III sums of squares regression will be biased downward? I guess it just amounts to two-part Type-I sums of squares, with ordinal entered as a last block?

@tbates
Copy link
Owner Author

tbates commented May 2, 2020

Q: What, if anything, would be wrong with running the full regression in glm (including ordinal variables with the correct link function), then plugging the resulting beta weights into the means model but as free=FALSE?

That way all the betas are estimated jointly and speedily, and we'd still have the non-regressed ordinal DV in the data, as required for the thresholded covariance model to work.

@mcneale
Copy link
Collaborator

mcneale commented May 2, 2020

The estimate of beta would be assumed to have no error. To the extent that this beta covaries with other model parameters, their errors would be biased, I think (might be rendered moot by being entirely exogenous). See Pearson-Aitken selection formula & function in OpenMx :). The other thing is that we still need to be sure that covariates are just that - external causes of our trait of interest. If causation guess is wrong, all hell breaks loose :). Oh yeah, it did that a couple of months ago...

Does glm have normal ogive link function that works with ordinal measures? Does it agree with including covariate in threshold model in OpenMx? Easy enough to experiment to ensure equality.

@tbates tbates added this to To do in new models via automation Dec 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
new models
  
To do
Development

No branches or pull requests

2 participants