Posts Tagged ‘ predictive modeling ’

KNN Classification and Regression in SAS

November 25, 2012
By

kNN stands for k Nearest Neighbor. In data mining and predictive modeling, it refers to a memory-based (or instance-based) algorithm for classification and regression problems. It is a widely used algorithm with many successfully applications in medi...
Read more »

Tags: , , , , , , ,
Posted in SAS | Comments Off

Obtain Trace of the Projection Matrix in a Linear Regression

October 6, 2011
By

Recently, I am working on coding in SAS for a set of regularized regressions and need to compute trace of the projection matrix: S=X(X'X + \lambda I)^{-1}X'. Trace of the project matrix S is a key concept in modern regression analysis. For example, ...
Read more »

Tags: , , , , ,
Posted in SAS | Comments Off

Obtain Trace of the Projection Matrix in a Linear Regression

October 6, 2011
By

Recently, I am working on coding in SAS for a set of regularized regressions and need to compute trace of the projection matrix: S=X(X'X + \lambda I)^{-1}X'. Wikipedia has a well written introduction to Trace @ here. Trace of the project matrix S i...
Read more »

Tags: , , , , ,
Posted in SAS | Comments Off

Obtain Trace of the Projection Matrix in a Linear Regression

October 6, 2011
By

Recently, I am working on coding in SAS for a set of regularized regressions and need to compute trace of the projection matrix: $$ S=X(X'X + \lambda I)^{-1}X' $$. Wikipedia has a well written introduction to Trace @ here. To obtain the inverse of ...
Read more »

Tags: , , , , ,
Posted in SAS | Comments Off

%HPGLIMMIX macro on large scale HMM

June 7, 2011
By

PROC GLIMMIX is good tool for generalized linear mixed model (GLMM), when the scale is small to medium. When facing a large scale GLMM, such as modeling all ZIPs nested in Counties nested in all 51 States in US, a 64-bit machine with extremely large ...
Read more »

Tags: , , ,
Posted in SAS | Comments Off

%HPGLIMMIX macro on large scale HMM

June 7, 2011
By

PROC GLIMMIX is good tool for generalized linear mixed model (GLMM), when the scale is small to medium. When facing a large scale GLMM, such as modeling all ZIPs nested in Counties nested in all 51 States in US, a 64-bit machine with extremely large ...
Read more »

Tags: , , ,
Posted in SAS | Comments Off

%HPGLIMMIX macro on large scale HMM

June 7, 2011
By

PROC GLIMMIX is good tool for generalized linear mixed model (GLMM), when the scale is small to medium. When facing a large scale GLMM, such as modeling all ZIPs nested in Counties nested in all 51 States in US, a 64-bit machine with extremely large ...
Read more »

Tags: , , ,
Posted in SAS | Comments Off

Low Rank Radial Smoothing using GLIMMIX and its Scoring

September 30, 2010
By

Low Rank Radial Smoothing using GLIMMIX , a semiparametric approach to smooth curves . Specifying TYPE=RSMOOTH option in RANDOM statement, we can implement this spline smooth approach. The bast thing is that for future scoring, data preparation...
Read more »

Tags: , , , ,
Posted in SAS | Comments Off

Welcome!

SAS-X.com offers news and tutorials about the various SAS® software packages, contributed by bloggers. You are welcome to subscribe to e-mail updates, or add your SAS-blog to the site.

SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. ® indicates USA registration.