README.md

phisStatR

A set of statistical functions and rmarkdown scripts to analyze experiment in the phenoarch greenhouse - phis OpenSilex system information.

Package In progress...

The functions of the package are constructed according to a data set structure of a lattice experiment (spatial coordinates) and for some with temporal informations and therefore are not entirely generic. Please have a look to the structure of the example datasets provided by the package (plant1, plant2, plant3 and plant4). Mostly, the following columns are required:

Installation

To install the phisStatR package, the easiest is to install it directly from GitHub. Open an R session and run the following commands:

library(remotes) 
install_github("sanchezi/phisStatR", build_vignettes=TRUE)

Usage

Once the package is installed on your computer, it can be loaded into a R session:

library(phisStatR)
help(package="phisStatR")

Citation

You should also cite the phisStatR package:

citation("phisStatR")

See also citation() for citing R itself.

References

  1. Maria Xose Rodriguez-Alvarez, Martin P. Boer, Fred A. van Eeuwijk, Paul H.C. Eilers (2018). Correcting for spatial heterogeneity in plant breeding experiments with P-splines. Spatial Statistics 23 52 - 71 URL https://doi.org/10.1016/j.spasta.2017.10.003
  2. Gu, C. (2013), Smoothing Spline ANOVA Models (2nd Ed). New York: Springer-Verlag.
  3. Gu, C. (2014), Smoothing Spline ANOVA Models: R Package gss. Journal of Statistical Software, 58(5), 1-25. URL http://www.jstatsoft.org/v58/i05/.
  4. Lee D, Rushworth A, Napier G (2018). “Spatio-Temporal Areal Unit Modeling in R with Conditional Autoregressive Priors Using the CARBayesST Package.” Journal of Statistical Software, 84(9), 1–39. doi: 10.18637/jss.v084.i09.
  5. Catherine Loader (2013). locfit: Local Regression, Likelihood and Density Estimation.. R package version 1.5-9.1. https://CRAN.R-project.org/package=locfit


sanchezi/phisStatR documentation built on Nov. 14, 2019, 7:10 p.m.