Biostat Macro LibraryFinding Multivariate Outliers%Outliers resides in the departments SAS Macro Library and is enabled with the following SAS statements: Libname biostat '\\BIO2\example\SASMacrosWindows'; %Outliers uses Proc PLS(Partial Least Squares) to find multivariate outliers in a dataset. It creates scatterplots of tsquare and qres along with barcharts of the outling observations to show which variables are responsible for creating the outlier. Syntax: Example: The default font of centx may be changed on all text by defining a macro variable named “Font”: %Let Font=Simplex;
|
||