The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
It is a user-friendly tool to do the statistical analysis of agricultural research data like ANOVA, correlation, etc. (This package is in the developmental stage, we strongly encourage feedback from the users to improve the package) Package developed by Ramesh R PhD Scholar, Division of Plant Physiology ICAR-IARI, New Delhi ramesh.rahu96@gmail.com
You can install the development version of visvaR from GitHub using the following command:
install.packages("devtools")
::install_github("rameshram96/visvaR") devtools
library(visvaR)
:::oneway_crd() # one factor completely randomized design
visvaR:::oneway_rbd() # one factor randomized block design
visvaR:::twoway_crd() # two factor completely randomized design
visvaR:::twoway_rbd() # two factor randomized block design
visvaR:::correlation_multi() # Correlation of multiple variables visvaR
Running any of this code will open a application in your browser, where you can paste or import your data, after analysing the data you can download the results as a word file.
Make sure that system fonts are imported properly and loaded
install.packages("extrafont")
library(extrafont)
::font_import()
extrafont::loadfonts() extrafont
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.