-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarkdown.html
44 lines (29 loc) · 1.23 KB
/
markdown.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<!-- saved from url=(0014)about:internet -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="x-ua-compatible" content="IE=9" >
<title>POWERTOST Extension Command</title>
<link rel="stylesheet" type="text/css" href="extsyntax.css" />
</head>
<body>
<h1>POWERTOST Extension Command</h1>
<p>IBM SPSS brige to R Project PowerTOST library.</p>
<p>Implemented: sampleN.TOST, power.TOST, CVfrovCI. </p>
<div class="syntax">
<p>POWERTOST CMD=[POWERTOST|SAMPLENTOST|CVFROMCI] ALPHA=<em>Number</em> DESIGN="[PARALLEL|2X2|2X2X4]" <em>QuotedString</em></p>
<p>/GMR THETA0=<em>Number</em> <sup>*</sup> </p>
<p>/BEL THETA1=<em>Number</em> THETA2=<em>Number</em> <sup>*</sup><sup>*</sup> </p>
<p>/CV VAL=<em>Number</em><sup>1</sup></p>
<p>/POWER VAL=<em>Number</em><sup>2</sup></p>
<p>/N VAL=<em>Number</em><sup>2</sup></p>
<p><sup>*</sup> Required for sampleN.TOST<br/>
<sup>*</sup><sup>*</sup>Required<br/>
<sup>1</sup><sup>*</sup> Required for samplen.TOST<br/>
<sup>2</sup><sup>*</sup> Required for samplen.TOST <br/>
<sup>3</sup><sup>*</sup> Required for power.TOST, CVfomCI</p><br/>
</div>
<p>© Copyright PharmCat, 2018</p>
</body>
</html>