Nothing
Code
print(decLower)
Output
2 sample decision function
Conditions for acceptance:
P(theta1 - theta2 <= 0) > 0.05
P(theta1 - theta2 <= 0.8) > 0.5
Link: identity
list(lower = c(2.31037842239559, 0.0139840577654454))
Code
print(decUpper)
Output
2 sample decision function
Conditions for acceptance:
P(theta1 - theta2 > 1.2) > 0.05
P(theta1 - theta2 > 2) > 0.5
Link: identity
list(upper = c(2.28522400871107, -0.0237480873584778))
Code
print(decMixed)
Output
2 sample two-sided decision function
Lower side conditions for acceptance:
P(theta1 - theta2 <= 0) > 0.05
P(theta1 - theta2 <= 1.2) > 0.05
Upper side conditions for acceptance:
P(theta1 - theta2 > 0.8) > 0.5
Link: identity
list(lower = c(2.31037842239559, 2.31964990630052), upper = -0.0141823883816593)
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.