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

Inferring paired/unpaired t-test from formula #5

Open
EitanHemed opened this issue Jul 24, 2021 · 0 comments
Open

Inferring paired/unpaired t-test from formula #5

EitanHemed opened this issue Jul 24, 2021 · 0 comments

Comments

@EitanHemed
Copy link
Owner

EitanHemed commented Jul 24, 2021

Issue
When fitting a two-samples t-test using the formula interface, it is required to also provide the paired kwarg, although it should be inferred from the formula.

How to reproduce

import robusta as rst
m = rst.groupwise.groupwise_models.T2SamplesModel(data=rst.load_dataset('sleep'), formula='extra~group|ID')
m.fit()

Output
NotImplementedError: Conversion 'py2rpy' not defined for objects of type '<class 'NoneType'>'

Expected Output

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