Insight-deviler / Script-for-calculation-of-plant-data

Sample R script for calculating Mean, Standard Deviation, Standard Error, PCV, GCV for observed plant data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script-for-calculation-of-plant-data

Sample R and Python script for calculating Mean, Standard Deviation, Standard Error, PCV, GCV for observed plant data. This is my first script while learning R, So it may contain too much codes to do above said thing which can be done with simple code.

Usage

  1. Open the script file in R or Python and run the source code
  2. Enter the location of the excel file (eg. "C:\Users\Documents\621sum.xlsx") or it should be in the format of the excel file provided here
  3. Upon running the result will be shown in the console
  4. If necessary you can save the result in excel format

Disclaimer

This is my first script file while learning R. So there may be boilerplate codes 😅

About

Sample R script for calculating Mean, Standard Deviation, Standard Error, PCV, GCV for observed plant data.

License:Apache License 2.0


Languages

Language:R 59.4%Language:Python 40.6%