Nothing
title: "Test JSON data storage using testthat
"
output: html_document
date: "2024-05-31"
The following computations will be automatically tested for reproducibility with every build of this document.
xyz <- 1:10
abc <- "hello world"
some_obj <- t.test(xyz)
some_obj
##
## One Sample t-test
##
## data: xyz
## t = 5.7446, df = 9, p-value = 0.0002782
## alternative hypothesis: true mean is not equal to 0
## 95 percent confidence interval:
## 3.334149 7.665851
## sample estimates:
## mean of x
## 5.5
xyz <- 1:10
abc <- "hello world"
some_obj <- t.test(xyz)
some_obj
##
## One Sample t-test
##
## data: xyz
## t = 5.7446, df = 9, p-value = 0.0002782
## alternative hypothesis: true mean is not equal to 0
## 95 percent confidence interval:
## 3.334149 7.665851
## sample estimates:
## mean of x
## 5.5
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.