gx.triples.aov(x, xname = deparse(substitute(x)), log = FALSE,
table = FALSE)
x
, in the data file for a table heading, for example,
xname = "Ba (mg/kg - Aqua Regia digestion) in <2 mm="" unmilled="" c-horizon="" soil"<="" code="">. The default is simply the data file name, xna
2>
log = TRUE
. This is also advisable if the range of the observations exceeds 1.5 orders of magnitude.table = TRUE
if the input data file is to be displayed. the default is no display.triples.test1
for additional information.ltdl.fix.df
, remove.na
, triples.test1
, gx.triples.fgx
, triples.test2
## Make test data available
data(triples.test1)
attach(triples.test1)
## Carry out unbalanced ANOVA
gx.triples.aov(Ba_ppm, xname =
"Ba (mg/kg - Aqua Regia digestion) in <2 mm unmilled C-horizon soil")
## Detach test data
detach(triples.test1)
Run the code above in your browser using DataLab