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

allow extraction of multiple variables in an anonymous wide format #7

Closed
mjskay opened this issue Jul 2, 2015 · 1 comment
Closed
Assignees

Comments

@mjskay
Copy link
Owner

mjskay commented Jul 2, 2015

e.g.

extract_samples(fit, cbind(alpha, beta)[..])

@mjskay mjskay changed the title allow extraction of multiple variables in ananonymous wide format allow extraction of multiple variables in an anonymous wide format Jul 2, 2015
@mjskay mjskay self-assigned this Aug 3, 2015
@mjskay
Copy link
Owner Author

mjskay commented Nov 1, 2016

Closing. This now works using the multispec syntax:

gather_samples(fit, alpha[..], beta[..])

and probably does not need to be supported using the other syntax.

@mjskay mjskay closed this as completed Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant