create a virtual environment in CONDA and enter: conda create -n Melt-EHD python=3.8 conda activate Melt-EHD If you don't need to process your data set, you can skip this step:pip install pyyaml ...
#The following is Python code from a project I started on January 8, 2018 using mainly the pandas library: import pandas as pd import statsmodels.api as sm import pylab as pl import numpy as np import ...