Nothing
Code
res
Output
$fraction
$fraction$not_abnormal
num denom
1 3
attr(,"label")
[1] "Not low"
$fraction$abnormal
num denom
0 1
attr(,"label")
[1] "Low"
$fraction$total
num denom
1 4
attr(,"label")
[1] "Total"
Code
res
Output
$fraction
$fraction$not_abnormal
num denom
1 3
attr(,"label")
[1] "Not high"
$fraction$abnormal
num denom
1 1
attr(,"label")
[1] "High"
$fraction$total
num denom
2 4
attr(,"label")
[1] "Total"
Code
res
Output
$fraction
$fraction$not_abnormal
num denom
2 5
attr(,"label")
[1] "Not low"
$fraction$abnormal
num denom
0 1
attr(,"label")
[1] "Low"
$fraction$total
num denom
2 6
attr(,"label")
[1] "Total"
Code
res
Output
$fraction
$fraction$not_abnormal
num denom
1 5
attr(,"label")
[1] "Not high"
$fraction$abnormal
num denom
0 1
attr(,"label")
[1] "High"
$fraction$total
num denom
1 6
attr(,"label")
[1] "Total"
Code
res
Output
$fraction
$fraction$not_abnormal
num denom
2 4
attr(,"label")
[1] "Not low"
$fraction$abnormal
num denom
0 1
attr(,"label")
[1] "Low"
$fraction$total
num denom
2 5
attr(,"label")
[1] "Total"
Code
res
Output
all obs
————————————————————————
Low
Not low 1/3 (33.3%)
Low 0/1
Total 1/4 (25%)
High
Not high 1/2 (50%)
High 1/2 (50%)
Total 2/4 (50%)
Code
res
Output
all obs
————————————————————
Low
Not low 1 / 3
Low 0 / 1
Total 1 / 4
High
Not high 1 / 2
High 1 / 2
Total 2 / 4
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.