Statistics

46 Résultats disponibles

Statistics
Processing Millions of Rows with SAS PROC ASSESS

This documentation explains how to use the ASSESS procedure to evaluate the performance of binary classification mode...

View code
Statistics
The Pro Way to Fix Missing Data Bias: Parameter Estimation via PROC MI EM Action

This SAS script illustrates the use of the PROC MI procedure to calculate EM (Expectation-Maximization) algorithm est...

View code
Statistics
The Ultimate Guide to Model Selection: How to Find the Perfect K-Components in SAS

This script uses the HPFMM procedure to analyze the distribution of galaxy velocities, by fitting normal mixture mode...

View code
Statistics
The Ultimate SAS Model Tuning Guide: How to Automate Regressor Selection with PROC GLMSELECT

Example of model selection with the GLMSELECT procedure, using LASSO and Group LASSO methods on simulated data.

View code
Statistics
Mastering Diallel Analysis in SAS: Using PROC GLIMMIX for Multi-Member Random Effects

This SAS script implements a mixed linear model analysis on data from a diallel cross experiment, using the GLIMMIX p...

View code
Statistics
SAS PROC GLM Guide: Mastering the Transition from ANOVA to ANCOVA

This SAS script performs several statistical analyses, mainly ANOVA and ANCOVA, on various datasets. Data are created...

View code
Statistics
Example of Confirmatory Factor Analysis with PROC CALIS

This script illustrates the use of the CALIS procedure to perform confirmatory factor analyses with different model s...

View code
Statistics
Example 5 for PROC CATMOD: Log-Linear Model

Analysis of squirrel monkeys' behavior using a log-linear model for an incomplete contingency table, employing the CA...

View code
Statistics
Survival Analysis with Curves and Risk Tables

This script performs a survival analysis on SASHELP.BMT data, generates survival curve data via PROC LIFETEST, then u...

View code
Statistics
Comparison of Group Means

This SAS script compares group means using the TTEST procedure, utilizing internal data defined by `datalines`.

View code
Statistics
Non-parametric Analysis with PROC NPAR1WAY

This SAS script uses PROC NPAR1WAY to perform non-parametric analyses on an internal dataset. It presents examples of...

View code
Statistics
Nonlinear Poisson Regression Random-Effects Model (MCMCEX8)

SAS Sample Library example (MCMCEX8) demonstrating fitting a nonlinear mixed-effects Poisson model.

View code
Statistics
Getting Started Example for PROC LIFETEST

Example script demonstrating basic survival analysis with the LIFETEST procedure, including data creation and graph g...

View code
Statistics
Predicting Choice Probabilities with PROC BCHOICE

Calculation of predicted choice probabilities for new scenarios using a Bayesian logit model.

View code
Statistics
Quantile Binning (BINNING Procedure)

This documentation describes and illustrates the use of the BINNING procedure to perform quantile binning in SAS Visu...

View code
Statistics
Statistical and Graphical Analysis of Biomedical and Epidemiological Data

This SAS script performs a statistical and graphical exploration of two internally created datasets: 'Athelate' (biom...

View code
Statistics
Elementary Statistical Calculations on Internal Data

Demonstration script manually creating data and performing simple statistical calculations.

View code
Statistics
Analysis of Overdispersion in Teratology

This SAS script analyzes teratology data to detect and model overdispersion. It uses a DATA step to create the datase...

View code
Statistics
Statistical Power Analysis (GLM and T-test)

Script performing power analyses and sample size calculations. It first prepares a dataset, then uses PROC GLMPOWER f...

View code
Statistics
CAEFFECT Procedure: Estimation by Regression Adjustment

Demonstrates the use of the CAEFFECT procedure for causal effect estimation by regression adjustment, using a pre-adj...

View code
Statistics
Causal Effect Estimation by Doubly Robust Methods with PROC CAEFFECT

The CAEFFECT procedure estimates causal treatment effects using doubly robust methods, such as Augmented Inverse Prob...

View code
Statistics
Student's t-test on simulated data

Generation of random data and execution of a Student's t-test to compare two groups.

View code
Statistics
Documentation Example 1 for PROC MIXED - Split-Plot Design

Example of analyzing a split-plot design with PROC MIXED.

View code
Statistics
Documentation Example 19 for PROC MI

Documentation example for PROC MI, illustrating the analysis of missing data patterns and the configuration of multip...

View code
Statistics
Documentation Example 16 for PROC MI

Example of using PROC MI with the FCS method and adjustments for Missing Not At Random (MNAR) data.

View code
Statistics
Simulation of Gamma and Inverse-Gamma Priors

Simulates Gamma and Inverse-Gamma prior distributions using the SAS MCMC procedure.

View code
Statistics
Random Effects Model with PROC MCMC

Getting Started Example 3 for PROC MCMC, implementing a random effects model for height data analysis.

View code
Statistics
Poisson Regression with PROC MCMC

Example of Poisson regression using PROC MCMC and comparison with PROC GENMOD.

View code
Statistics
PROC KDE Examples: Kernel Density Estimation

Demonstration of PROC KDE's capabilities for density estimation, including bandwidth modification and generation of s...

View code
Statistics
Introduction Example for PROC HPMIXED

Data simulation and analysis via linear mixed model with significant fixed and random effects.

View code
Statistics
Introduction to PROC GLIMMIX Example: Logistic Regression

Example of logistic regression with random intercepts using the GLIMMIX procedure on multicenter data.

View code
Statistics
Introduction Example 3 for PROC GENMOD (GEE)

SAS sample library example illustrating the use of PROC GENMOD to analyze longitudinal data with GEE (Generalized Est...

View code
Statistics
Exact Poisson Regression with PROC GENMOD

This SAS script performs an exact Poisson regression using PROC GENMOD to analyze the number of ingots not ready for ...

View code
Statistics
Modeling diabetes patterns with PROC GAM

This SAS script illustrates the use of the GAM procedure to model the relationship between the logarithm of C-peptide...

View code
Statistics
Documentation Example 3 for PROC FACTOR

This SAS script demonstrates the use of the FACTOR procedure for factor analysis, focusing on methods for determining...

View code
Statistics
Multiple-Population Repeated Measures with PROC CATMOD

Analysis of categorical data with repeated measures across three distinct populations.

View code
Statistics
Categorical Data Analysis with PROC CATMOD - Example 11

Example illustrating model fitting and obtaining predicted probabilities for subpopulations.

View code
Statistics
Multinomial Generalized Logit Modeling with PROC BGLIMM

Example of using the BGLIMM procedure to fit a multinomial generalized logit model on nominal response data.

View code
Statistics
Advanced Statistical Analysis: GLIMMIX and NLMIXED

Data simulation script followed by comparisons of mixed models (linear and logistic) and non-linear modeling.

View code
Statistics
Negative-Binomial Data Generation and Estimation

This SAS script generates data following a negative-binomial distribution, then estimates its parameters (Mu, Kappa) ...

View code
Statistics
Simulation of Hurdle Poisson and Negative-Binomial Models

Simulation script generating data for count models with excess zeros (Hurdle Models) based on Poisson and Negative-Bi...

View code
Statistics
Score Test Statistic, Dean (1992)

This SAS script calculates Dean's (1992) score test statistic to assess the adequacy of a binomial distribution again...

View code
Statistics
Descriptive Analysis I - Measures of Central Tendency

This SAS script performs a descriptive analysis of central tendency measures (mean, median, mode) for participants' h...

View code
Statistics
Numerical Descriptive Analysis of Variances

This SAS script performs a numerical descriptive analysis on an internally created dataset to demonstrate the variabi...

View code
Statistics
Simulation of Correlated Bernoulli Variables and Monte Carlo Analysis

Simulation script generating correlated Bernoulli variables within clusters to analyze the impact of intra-class corr...

View code
Statistics
Descriptive Analysis and Frequencies

This SAS script performs a simple descriptive analysis, creating a dataset from embedded data lines, then generates p...

View code