A project aimed at determining the fasibility of using a monte carlo simulation to determine a minimum sample size. For more details please read my blog post on the project here
This project was motivated by many long hours spent in the field counting plants, with the suspicion at the back of my mind that it was possible to obtain the same results with less work.
plant-restoration-size/
├── Figures/
│ ├── croton-magdalenensis.jpg
│ ├── Fig1.png
│ ├── Fig2.png
│ ├── Fig3.png
│ ├── imgur1.png
│ ├── imgur2.png
│ └── imgur3.png
├── raw data/
│ └── esmeraldat4.xlsx
├── get_stat_params.ipynb
├── process_data.ipynb
├── README.md
└── t4_clean.p
The data has been processed already. To see data preprocessing steps go to process_data.ipynb. To see the model, go to get_stat_params.ipynb. Any feedback is welcome!