| summary.STA | R Documentation | 
STAsummary method for class STA.
## S3 method for class 'STA'
summary(
  object,
  trials = NULL,
  trait = NULL,
  nBest = 20,
  sortBy = NULL,
  naLast = TRUE,
  decreasing = TRUE,
  ...
)
object | 
 An object of class   | 
trials | 
 A character vector indicating the trial to summarize. If
  | 
trait | 
 A character string indicating the trait to summarize. If
  | 
nBest | 
 An integer indicating the number of the best genotypes (sorted
by either BLUEs or BLUPs) to print. If   | 
sortBy | 
 A character string specifying how the genotypes will be sorted.
Either   | 
naLast | 
 Should missing values in the data be put last when sorting?  | 
decreasing | 
 Should the sort order be decreasing?  | 
... | 
 Further arguments - not used.  | 
Other functions for STA objects: 
STAtoCross(),
STAtoTD(),
plot.STA(),
report.STA()
## Run a single trait analysis using SpATS.
modSp <- fitTD(TD = TDHeat05,
               design = "res.rowcol",
               traits = "yield")
## Print a summary of the fitted model.
summary(modSp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.