Skip to content

Conversation

@allanbowe
Copy link

No description provided.

Allan Bowe added 2 commits June 23, 2015 21:06
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to add the @Usage tag to the documentation

@allanbowe allanbowe assigned allanbowe and unassigned allanbowe Jun 24, 2015
rawfocus and others added 18 commits September 4, 2015 19:04
failing if a dataset already existed called 'append'
also adding output and stop to prevent infinite loop.
Occasionally an SCD2 type load will show that two seemingly identical
    records are in fact different.  This macro will compare two records
    and convert each field to a binary value for exact comparison.
more meaningful parameter name
Analysts may inadvertelntly include collinear variables in a regression. (Collinearity means that one variable is a constant plus a weighted sum of other variables.) To help users figure out which variables are collinear, the %collinear macro reports how much of the variance in each variable can be explained by the others (R2). If R2=1, then the variable in question is collinear with other variables.

The macro is invoked as follows:

 %collinear (dataset=mydataset, vars=x1 x2 etc);

 where mydataset is the dataset you are working with and x1 x2 etc is a list of variables including some that may be collinear.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants