SLICE | R Documentation |
Do F test with a given slice term.
SLICE(Formula, Data, Term, By)
Formula |
a conventional formula for a linear model |
Data |
a |
Term |
a factor name (not interaction) to calculate the sum of square and do F test with least square means |
By |
a factor name to be used for slice |
It performs F test with a given slice term. It is similar to the SLICE option SAS PROC GLM.
Returns sum of square and its F value and p-value. Row names are the levels of the slice term.
Df |
degree of freedom |
Sum Sq |
sum of square for the set of contrasts |
Mean Sq |
mean square |
F value |
F value for the F distribution |
Pr(>F) |
proability of larger than F value |
Kyun-Seop Bae k@acr.kr
SLICE(uptake ~ Type*Treatment, CO2, "Type", "Treatment")
SLICE(uptake ~ Type*Treatment, CO2, "Treatment", "Type")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.