0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
SYSTAT
/
SYSTAT_13
/
Gallery
/
[
Home
]
File: Histogram with Kernel Smoother.syc
REM This item was created using US, with RAIN as the X-variable. TOKEN TOKEN &message / TYPE = MESSAGE PROMPT = 'This item creates a histogram, with a kernel smoother.' TOKEN &histkernvar / TYPE = VARIABLE PROMPT = 'Select an X-variable.', IMMEDIATE BEGIN DENSITY &histkernvar DENSITY &histkernvar / AXES = 0 SCALE = 0 KERNEL END TOKEN