powered by
Do F test with a given slice term.
SLICE(Formula, Data, Term, By)
Returns sum of square and its F value and p-value. Row names are the levels of the slice term.
degree of freedom
sum of square for the set of contrasts
mean square
F value for the F distribution
proability of larger than F value
a conventional formula for a linear model
a data.frame to be analyzed
data.frame
a factor name (not interaction) to calculate the sum of square and do F test with least square means
a factor name to be used for slice
Kyun-Seop Bae k@acr.kr
It performs F test with a given slice term. It is similar to the SLICE option SAS PROC GLM.
SLICE(uptake ~ Type*Treatment, CO2, "Type", "Treatment") SLICE(uptake ~ Type*Treatment, CO2, "Treatment", "Type")
Run the code above in your browser using DataLab