Learn R Programming

rgr (version 1.1.15)

gx.triples.fgx: ANOVA to Estimate if ‘Triples’ are a Valid Subset

Description

Function to execute a simple ANOVA to determine if the Field Duplicates are a valid subset of the regional coverage samples, and if the Field Duplicates pairs have ‘equivalent’ variability. Optionally the data may be logarithmically (base 10) transformed.

Usage

gx.triples.fgx(x, RepStat, xname = deparse(substitute(x)),
	log = FALSE)

Arguments

x

a file of regional coverage and field duplicate data.

RepStat

the Replicate Status code, see below.

xname

by default the character string for the data file name, x, is used for the table title. An alternate title can be displayed with xname = "text string", see Examples.

log

if a logarithmic transformation of the data is required to meet homogeneity of variance considerations (i.e. severe heteroscedasticity) set log = TRUE. This is also advisable if the range of the observations exceeds 1.5 orders of magnitude.

References

Garrett, R.G., 2013. Assessment of local spatial and analytical variability in regional geochemical surveys with a simple sampling scheme. Geochemistry: Exploration, Environment, Analysis, 13(4):349-354, doi 10.1144.geochem2011-085.

See Also

ltdl.fix.df, remove.na, triples.test1, gx.triples.fgx, triples.test2

Examples

Run this code
# NOT RUN {
## Make test data available
data(triples.test2)
attach(triples.test2)

## Carry out ANOVAs for equivalence of variances
gx.triples.fgx(Ba_ppm, RS, xname = 
"Ba (mg/kg - Aqua Regia digestion) in <2 mm unmilled C-horizon soil")

## Detach test data
detach(triples.test2)
# }

Run the code above in your browser using DataLab