if (FALSE) {
# first generate statcheck output, for instance by using the statcheck() function
txt <- "blablabla the effect was very significant (t(100)=1, p < 0.001)"
stat <- statcheck(txt)
# next, use this output to generate a nice HTML report of the results
statcheckReport(stat, outputFileName="statcheckHTMLReport", outputDir="C:/mydocuments/results")
}
# you can now find your HTML report in the folder
# "C:/mydocuments/results" under the name "statcheckHTMLReport.html".
Run the code above in your browser using DataLab