Transcription of SAS Functions by Example
{{id}} {{{paragraph}}}
Examples fromExamples fromSAS Functions by SAS Functions by ExampleExampleRon CodyRon CodyHerman Lo Herman Lo Technical Analyst, RBC Capital MarketsTechnical Analyst, RBC Capital MarketsAgendaAgenda Book StructureBook Structure Examples from the BookExamples from the Book Character Functions (CATS, CATX)Character Functions (CATS, CATX) Date and Time Functions (INTCK, INTNX)Date and Time Functions (INTCK, INTNX) Descriptive Stats (IQR, SMALLEST/LARGEST)Descriptive Stats (IQR, SMALLEST/LARGEST) Special Functions (INPUT, PUT)Special Functions (INPUT, PUT) Macro Functions (CALL SYMPUT, CALL SYMPUTX)Macro Functions (CALL SYMPUT, CALL SYMPUTX) The VerdictThe VerdictBook StructureBook Structure TOC TOC List of ChaptersList of Chapters List of ProgramsList of Programs At the beginning of each chapterAt
Computes the Computes the interquartileinterquartile range (25range (25th percentile and percentile and 7575th percentile) in a list of valuespercentile) in a list of values Use Use ofto define a list of values to define a list of values ExamplesExamples X1=1,X2=2,X3=3,X4=. IQR(of X1-X4)=2 IQR(X1,X2,X3,X4)=2
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}