Statsmodels API
1
Table of Contents
1. statsmodels.api
2. Basic Documentation
3. Main modules of interest
4. Other modules of interest
5. statsmodel.sandbox
6. statsmodel.sandbox2
7. From official doc
Statsmodels API
Docs
»
Module code
»
statsmodels
»
statsmodels.tests.check_for_rpy
Source code for statsmodels.tests.check_for_rpy
[docs]
def
skip_rpy
():
try
:
import
rpy
return
False
except
:
return
True