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

binary outcomes #158

Open
macartan opened this issue Aug 15, 2018 · 4 comments
Open

binary outcomes #158

macartan opened this issue Aug 15, 2018 · 4 comments
Labels
CRAN v0.2.0 Changes to be made for next major version of library

Comments

@macartan
Copy link
Contributor

Suggest the canonical designers should have binary outcome option using probit type dgp
Documentation change to reflect outcome_means etc are defined on the latent space if binary invoked
Alernative is to make separate designers.

@jaspercooper
Copy link
Contributor

OK I think for many designers this may not be too hard.

Since we're mostly working in a standard normal space, one approach is simply to do a probit-style transformation of the POs.

That's my preferred approach but we would need to warn (either in function or documentation) that in such cases parameters such as ICC and rho pertain to the latent variable and not the realized Y.

Another more laborious approach would be to have an entirely separate DGP. That would entail either an ifelse logic or an rlang implementation in every one of the designers, which for me has the drawback of making source code hard to read for people that want to write their own designers.

@jaspercooper
Copy link
Contributor

I'm hesitant to create parallel designers because I worry about slippage

@macartan
Copy link
Contributor Author

macartan commented Aug 15, 2018 via email

@jaspercooper jaspercooper added CRAN v0.2.0 Changes to be made for next major version of library and removed CRAN v0.1.3 Changes to be made for next minor release labels Aug 15, 2018
@nfultz
Copy link
Contributor

nfultz commented Aug 15, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CRAN v0.2.0 Changes to be made for next major version of library
Projects
None yet
Development

No branches or pull requests

3 participants