Nothing
library(rqti)
iq <- round(rnorm(10, 100, 15)) mean_iq <- mean(iq)
IQ Tests are standardized to have a mean value of <<100>>.
You conducted an IQ test for 10 persons and found the following values:
r iq
What is the mean value of these IQ values? r gap_numeric(mean(iq))
See ?gap_numeric
for more options (e.g. tolerance).
The original IQ test was developed by r gap_text(c("Alfred Binet", "Binet", "A.
Binet"))
in the early <<20th>> century with the intention of identifying
students who might need extra assistance.
See ?gap_text
for more options (e.g. tolerance).
r iq
is r mean_iq
.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.