| testing.functions | R Documentation | 
Testing functions.
hosmerlem(y, yhat, g = 10)
quick.t.test(x, y, var.equal = FALSE)
signtest(x)
tukey.mtest(mu, ms, n)
vector.t.test(mean.x, mean.y, var.x, var.y, n)
myfisher.test(x,y,...)
mycor.test(x, method = c("pearson", "kendall", "spearman"), idx =
 NULL) 
| ... | tbd | 
| y | tbdy | 
| yhat | tbdyhat | 
| g | tbdg | 
| x | tbdx | 
| var.equal | tbdvar.equal | 
| method | tbdmethod | 
| mu | tbdmu | 
| ms | tbdms | 
| n | tbdn | 
| mean.x | tbdmean.x | 
| mean.y | tbdmean.y | 
| var.x | tbdvar.x | 
| var.y | tbdvar.y | 
| idx | tbdvar.y | 
signtest(runif(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.