Description Usage Arguments Details Author(s)
This is the second serverside function called by ds.tTestF. This is a modified version of the ds.glm function coded specifically to undertake an unpaired t-test analysis specified using a glm formula.
1 |
formula |
a clientside provided character string specifying a glm() formula consistent with R syntax which specifies a t-test |
family |
a glm() family consistent with R syntax and a t-test: must be "gaussian" |
beta.vect |
a numeric vector created by the clientside function specifying the vector of regression coefficients at the current iteration |
offset |
an optional variable providing a regression offset |
weights |
an optional variable providing regression weights |
data |
an optional character string specifying a data.frame object holding the data to be analysed under the specified model same |
For more details please see the extensive headers for ds.tTestF and ds.glm.o
Burton PR;Gaye,A;Laflamme,P
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.