Version : 0.1.5.9000; Copyright (C) 2015-2021: ICAR-NBPGR; License: GPL-2|GPL-3
- Division of Germplasm Conservation, ICAR-National Bureau of Plant Genetic Resources, New Delhi.
- Division of Genetics, ICAR-Indian Agricultural Research Institute, New Delhi.
- Division of Genomic Resources, ICAR-National Bureau of Plant Genetic Resources, New Delhi.
- Division of Germplasm Evaluation, ICAR-National Bureau of Plant Genetic Resources, New Delhi.
Functions for analysis of data generated from experiments in augmented randomised complete block design according to Federer, W.T. (1961) doi:10.2307/2527837. Computes analysis of variance, adjusted means, descriptive statistics, genetic variability statistics etc. Further includes data visualization and report generation functions.
The package can be installed from CRAN as follows:
# Install from CRAN
install.packages('augmentedRCBD', dependencies=TRUE)
The development version can be installed from github as follows:
# Install development version from Github
if (!require('devtools')) install.packages('devtools')
devtools::install_github("aravind-j/augmentedRCBD")
For a detailed tutorial (vignette) on how to used this package type:
browseVignettes(package = 'augmentedRCBD')
The vignette for the latest version is also available online.
To know whats new in this version type:
news(package='augmentedRCBD')
Flavour |
CRAN check |
---|---|
r-devel-linux-x86_64-debian-clang |
|
r-devel-linux-x86_64-debian-gcc |
|
r-devel-linux-x86_64-fedora-clang |
|
r-devel-linux-x86_64-fedora-gcc |
|
r-patched-linux-x86_64 |
|
r-release-linux-x86_64 |
|
r-patched-solaris-x86 |
|
r-devel-windows-ix86+x86_64 |
|
r-release-windows-ix86+x86_64 |
|
r-oldrel-windows-ix86+x86_64 |
|
r-release-macos-x86_64 |
|
r-oldrel-macos-x86_64 |
To cite the methods in the package use:
citation("augmentedRCBD")
To cite the R package 'augmentedRCBD' in publications use:
Aravind, J., Mukesh Sankar, S., Wankhede, D. P., and Kaur, V. (2021).
augmentedRCBD: Analysis of Augmented Randomised Complete Block
Designs. R package version 0.1.5.9000,
https://aravind-j.github.io/augmentedRCBD/https://cran.r-project.org/package=augmentedRCBD.
A BibTeX entry for LaTeX users is
@Manual{,
title = {augmentedRCBD: Analysis of Augmented Randomised Complete Block Designs},
author = {J. Aravind and S. {Mukesh Sankar} and Dhammaprakash Pandhari Wankhede and Vikender Kaur},
year = {2021},
note = {R package version 0.1.5.9000},
note = {https://aravind-j.github.io/augmentedRCBD/},
note = {https://cran.r-project.org/package=augmentedRCBD},
}
This free and open-source software implements academic research by the
authors and co-workers. If you use it, please support the project by
citing the package.