SED navigation bar go to SED home page go to Dataplot home page go to NIST home page SED Home Page SED Staff SED Projects SED Products and Publications Search SED Pages
Dataplot Vol 2 Vol 1

DIFFERENCE OF COUNT

Name:
    DIFFERENCE OF COUNT (LET)
Type:
    Let Subcommand
Purpose:
    Compute the difference between the count (sample size) for two response variables.
Description:
    The count is the number of obserations in a response variable.

    For the differeence of counts, the count is computed for each of two samples then their difference is taken.

Syntax:
    LET <par> = DIFFERENCE OF COUNT <y1> <y2>
                            <SUBSET/EXCEPT/FOR qualification>
    where <y1> is the first response variable;
                <y2> is the first response variable;
                <par> is a parameter where the computed difference of the counts is stored;
    and where the <SUBSET/EXCEPT/FOR qualification> is optional.
Examples:
    LET A = DIFFERENCE OF COUNT Y1 Y2
    LET A = DIFFERENCE OF COUNT Y1 Y2 SUBSET X > 1
Note:
    Dataplot statistics can be used in a number of commands. For details, enter

Default:
    None
Synonyms:
    DIFFERENCE OF SIZE and DIFFERENCE OF NUMBER are synonyms for DIFFERENCE OF COUNT.
Related Commands: Applications:
    Data Analysis
Implementation Date:
    2003/03
Program:
    SKIP 25 
    READ AUTO83B.DAT Y1 Y2 
    . 
    RETAIN Y2 SUBSET Y2 > -900 
    LET A = DIFFERENCE OF COUNT Y1 Y2 
        

Privacy Policy/Security Notice
Disclaimer | FOIA

NIST is an agency of the U.S. Commerce Department.

Date created: 03/27/2003
Last updated: 11/06/2015

Please email comments on this WWW page to alan.heckert@nist.gov.