my lab notes
Project description
mtbp3
My lab notes in Python.
Functions are grouped into:
- StatLab*:
- Correlation:
statlab.corr
- Reliability:
statlab.kappa
- Correlation:
* Documents are not executed while building.
Table of Contents
Installation
Instructions on how to install the project and its dependencies.
$ pip install mtbp3Lab
Usage
Below is an example of showing the version of currently installed package:
import mtbp3Lab
print(mtbp3.__version__)
Please find more examples from the link here.
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
mtbp3Lab
was created by Y. Hsu. It is licensed under the terms of the GNU General Public License v3.0 license.
Credits
Documentation:
- Documents were initially created with
cookiecutter
and thepy-pkgs-cookiecutter
template. - Version badges are provided by: https://img.shields.io/pypi
- Tests badges were generated by: https://smarie.github.io/python-genbadge/
How to Cite
Hsu, Y. (2024). mtbp3Lab: My lab notes in Python [Software]. Retrieved from https://yh202109.github.io/mtbp3Lab/index.html.
@software{mtbp3,
author = {Hsu, Y.},
title = {mtbp3Lab: My lab notes in Python},
year = {2024},
url = {https://yh202109.github.io/mtbp3Lab/index.html},
note = {Software}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.