Metadata-Version: 2.1
Name: fitlins
Version: 0.9.2
Summary: Fit Linear Models to BIDS Datasets
Home-page: https://github.com/poldracklab/fitlins
Author: Christopher J. Markiewicz
Author-email: crn.poldracklab@gmail.com
License: 3-clause BSD
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: duecredit
Provides-Extra: test
Provides-Extra: docs
Provides-Extra: style
Provides-Extra: all
License-File: LICENSE

FitLins - Fitting Linear Models to BIDS Datasets
================================================

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1306215.svg
   :target: https://doi.org/10.5281/zenodo.1306215

.. image:: https://codecov.io/gh/poldracklab/fitlins/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/poldracklab/fitlins

.. image:: https://circleci.com/gh/poldracklab/fitlins.svg?style=svg
   :target: https://circleci.com/gh/poldracklab/fitlins

FitLins is a tool for estimating linear models, defined by the
`BIDS Stats Models`_ specification proposal, to `BIDS`_-formatted datasets.

FitLins is developed against `fMRIPrep`_-preprocessed datasets, but is intended to
work with any dataset following the `BIDS Derivatives`_ draft specification.

Example models can be found in `examples/models`_ in the main repository and
`FitLins Example Models`_ in the documentation.

This pipeline is developed by the `Poldrack lab at Stanford University
<https://poldracklab.stanford.edu/>`_ for use at the `Center for Reproducible
Neuroscience (CRN) <http://reproducibility.stanford.edu/>`_, as well as for
open-source software distribution.

.. _BIDS: https://bids.neuroimaging.io/
.. _`BIDS Stats Models`: https://docs.google.com/document/d/1bq5eNDHTb6Nkx3WUiOBgKvLNnaa5OMcGtD0AZ9yms2M/
.. _`BIDS Derivatives`: https://bids-specification.readthedocs.io/en/derivatives/05-derivatives/01-introduction.html
.. _BIDS-Apps: http://bids-apps.neuroimaging.io
.. _fMRIPrep: https://fmriprep.readthedocs.io
.. _`OpenFMRI dataset ds000030`: http://datasets.datalad.org/?dir=/openfmri/ds000030/
.. _Zenodo: https://doi.org/10.5281/zenodo.1306215
.. _examples/models: https://github.com/poldracklab/fitlins/tree/master/examples/models/
.. _`FitLins Example Models`: https://fitlins.readthedocs.io/en/latest/examples/models.html


