library(agricolae)
#example 1 without covariable.
data(stable)
stability.par(data=stable, rep=4, MSerror=1.8, alpha=0.1, main="Nativa")
#example 2 covariable. precipitation
data(stable)
data(precipitation)
stability.par(data=stable, rep=4, MSerror=1.8, alpha=0.1, main="Nativa",
cova=TRUE, name.cov="Precipitaci�n", file.cov=precipitation)
Run the code above in your browser using DataLab