You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Output
NotImplementedError: Conversion 'py2rpy' not defined for objects of type '<class 'NoneType'>'
Expected Output
The text was updated successfully, but these errors were encountered: