|
BREAK LOCATIONSName:
FRAGMENT LOCATIONS (LET) FRAGMENT LENGTHS (LET)
The input variable will be interpreted in sequences of four values. For break locations, the breaks do not have to be in a sorted order. However, for the fragment locations and fragment lengths, the points are assumed to be in order (they can be in either left to right order or right to left order). Within the sequence of four points for a single break, no particular order is required.
<SUBSET/EXCEPT/FOR qualification> where <x> is the response variable; <y> is a variable where the break locations are saved; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
<SUBSET/EXCEPT/FOR qualification> where <x> is the response variable; <y> is a variable where the fragment locations are saved; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
<SUBSET/EXCEPT/FOR qualification> where <x> is the response variable; <y> is a variable where the fragment legnths are saved; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
LET FRAGLOC = FRAGMENT LOCATIONS X LET FRAGLEN = FRAGMENT LEGNTHS X
. Step 1: Read the data
.
skip 25
read BREAKS.DAT marker x y
.
. Step 2: Set some basic plot control
.
title offset 2
title case asis
case asis
label cases asis
character circle
character hw 1.0 0.75
character fill on
line blank
ylimits 0 30000
major ytic mark number 4
minor ytic mark number 1
xlimits 0 1
major xtic mark number 6
minor xtic mark number 1
.
. Step 3: Generate uniform probablity plot of break locations
.
let break = break locations x
let n = size break
y1label Sorted Data
x1label Uniform Order Statistic Medians
title Uniform Probability Plot of Breaks for File BREAK.DAT
uniform probability plot break
.
justification left
move 17 82
text N: ^n
let ppcc = round(ppcc,3)
move 17 79
text PPCC: ^ppcc
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 08/30/2019 | |||||||||||||