Articles in category

Statistical

299 Résultats disponibles

CODE SAS
Creating a Frequency Table

This example demonstrates how to use an IF-THEN statement to count credit-qualified individuals, ...

Lire la suite
CODE SAS
Multiple Imputation Example with PROC MI

This script illustrates the use of the MI procedure to perform multiple imputation on a dataset c...

Lire la suite
CODE SAS
Multiple Imputation with PROC MI on Fish Data

This script illustrates the use of the MI procedure to impute missing values in a fish dataset, u...

Lire la suite
CODE SAS
Multiple Imputation Example with PROC MI

This script performs multiple imputation on a fitness dataset containing missing values, using th...

Lire la suite
CODE SAS
Example of multiple imputation with PROC MI

This script illustrates the use of the MI (Multiple Imputation) procedure to impute missing value...

Lire la suite
CODE SAS
Random Coefficients Model with PROC MIXED

Analysis of a random coefficients model using the MIXED procedure to simulate pharmaceutical stab...

Lire la suite
CODE SAS
Sprinkler Irrigation Analysis with PROC MIXED

This SAS script analyzes data from a sprinkler irrigation experiment using a linear mixed model (...

Lire la suite
CODE SAS
Change Point Model with PROC MCMC

Analyzes a dataset to detect a change point using Bayesian modeling with the MCMC procedure.

Lire la suite
CODE SAS
Normal Regression with Interval Censoring

This SAS script uses PROC MCMC to perform normal regression with interval censoring.

Lire la suite
CODE SAS
Regression Analysis on Imputed Data with PROC MIANALYZE

This script illustrates regression analysis on a dataset with missing values, using multiple impu...

Lire la suite
CODE SAS
Binomial Data Modeling with PROC HPGENSELECT

Example of using PROC HPGENSELECT to model data with a binomial distribution, using the events/tr...

Lire la suite
CODE SAS
Documentation Example 5 for PROC HPSPLIT

Creates a decision tree using the HPSPLIT procedure on randomly generated data to model a binary ...

Lire la suite
CODE SAS
Example 11 for PROC GLM: Analysis of a Screening Design

SAS library example illustrating the use of PROC GLM for the analysis of a screening design (frac...

Lire la suite
CODE SAS
Example 3 for PROC GLMSELECT - Donoho and Johnstone's Bumps Function

This script illustrates the use of PROC GLMSELECT to fit a model with spline effects, using Donoh...

Lire la suite
CODE SAS
Documentation Example 19 for PROC GLIMMIX - Quadrature Method for Multilevel Models

This SAS example illustrates the use of the GLIMMIX procedure for the analysis of generalized mix...

Lire la suite
CODE SAS
Zero-Inflated Poisson Regression with PROC HPFMM

Example of using the HPFMM procedure to model count data with an excess of zeros (Zero-Inflated) ...

Lire la suite
CODE SAS
Analysis of 'Galaxies' data with PROC FMM

This script performs a statistical analysis on galaxy velocity data using the FMM (Finite Mixture...

Lire la suite
CODE SAS
Comparison of Regression Models with PROC GLM and Macros

This SAS script defines and uses two macros to perform a regression analysis. It creates a datase...

Lire la suite
CODE SAS
Survival Analysis with the LIFETEST Procedure

This SAS script demonstrates several survival analysis techniques using the LIFETEST procedure. I...

Lire la suite
CODE SAS
Distributional Analysis and Empirical Cumulative Distribution Function (ECDF)

This SAS script defines and uses two macros to analyze and visualize the distribution and the emp...

Lire la suite
CODE SAS
Confirmatory Factor Analysis with PROC CALIS

Example of confirmatory factor analysis using PROC CALIS on cognitive abilities data. The script ...

Lire la suite
CODE SAS
Example 25 for PROC CALIS - Latent Growth Curve Model

This SAS script uses the CALIS procedure to fit latent growth curve models, demonstrating longitu...

Lire la suite
CODE SAS
Example of Confirmatory Factor Analysis with PROC CALIS

This script performs a confirmatory factor analysis using the CALIS procedure to model the relati...

Lire la suite
CODE SAS
Categorical Data Analysis with PROC CATMOD

This SAS script performs a logistic regression analysis on categorical data from a detergent pref...

Lire la suite
CODE SAS
Example Documentation 1 for PROC BCHOICE

This SAS script demonstrates the use of PROC BCHOICE to analyze discrete choice data, exploring a...

Lire la suite
CODE SAS
Covariance Structure Analysis with PROC CALIS

This script illustrates the use of the CALIS procedure to perform a direct covariance structure a...

Lire la suite
CODE SAS
Linear Regression Analysis and Visualization

This script performs two distinct linear regression analyses. The first examines the relationship...

Lire la suite
CODE SAS
Nonlinear Regression for Patient Prognosis

This script performs a nonlinear regression to model the relationship between the number of hospi...

Lire la suite
CODE SAS
Descriptive analysis of categorical variables

This SAS script performs a descriptive analysis of numerical and categorical variables using PROC...

Lire la suite
CODE SAS
Calculating the Kappa Coefficient for Movie Ratings

This SAS script calculates and compares the Kappa concordance coefficient for movie rating data u...

Lire la suite
CODE SAS
GEE Analysis of Ordinal Shoulder Pain Data

This SAS script analyzes data from a Shoulder Tip Pain study using GEE (Generalized Estimating Eq...

Lire la suite
CODE SAS
Homogeneity Test for Aggregated Trinomial Results

This SAS script simulates aggregated (clustered) trinomial data for two products, then applies st...

Lire la suite
CODE SAS
Pain Index Calculation

SAS macro calculating the Pain Index based on the distribution of returns.

Lire la suite
CODE SAS
Fitting Polynomial Models with PROC ORTHOREG and GLM

This script illustrates fitting polynomial models on generated data, using PROC ORTHOREG and GLM ...

Lire la suite
CODE SAS
Analysis of an Unbalanced Two-Factor Design

This SAS script performs an unbalanced two-factor analysis of variance (ANOVA) on internally crea...

Lire la suite
CODE SAS
ODS Documentation Example 3

This SAS script illustrates the use of the Output Delivery System (ODS) for documentation and vis...

Lire la suite
CODE SAS
Insurance Claims

This SAS script performs a Poisson regression to model insurance claims based on car type and age...

Lire la suite
CODE SAS
Documentation Example 5 for ODS

SAS example illustrating the capture of statistics (Chi-Square) into an output table via ODS OUTPUT.

Lire la suite
CODE SAS
Regression Analysis on Class and Population Data

This SAS script performs regression analyses on the internal 'sashelp.class' dataset and on a pop...

Lire la suite
CODE SAS
Documentation Example 1 for PROC NPAR1WAY

This SAS script demonstrates the use of PROC NPAR1WAY to perform non-parametric analyses on arthr...

Lire la suite
CODE SAS
PROC NPAR1WAY Example: Exact Wilcoxon Test

Example script from SAS/STAT documentation illustrating the use of PROC NPAR1WAY to perform a Wil...

Lire la suite
CODE SAS
Calculation of statistical functions with DATA step

This SAS script calculates and displays cumulative distribution function (CDF) values and the inv...

Lire la suite
CODE SAS
Documentation Example 4 for PROC NLMIXED

This SAS script uses PROC NLMIXED to model count data with a Poisson-Normal model.

Lire la suite
CODE SAS
Example 6 of documentation for PROC NLMIXED

This SAS script is a documentation example for PROC NLMIXED, simulating a nested random effects l...

Lire la suite
CODE SAS
PROC NLMIXED Getting Started Example 2

Getting started example for PROC NLMIXED, logistic-normal modeling of binomial data from a multic...

Lire la suite
CODE SAS
Example 4 for PROC NLIN: Influence of Parameterization on Curvature

This script illustrates how different parameterizations of a nonlinear model affect the curvature...

Lire la suite
CODE SAS
Documentation Example 6 for PROC NLIN - ODS Graphics and Diagnostics

This SAS script illustrates the use of PROC NLIN for nonlinear regression analysis, generating OD...

Lire la suite
CODE SAS
PROC NLIN Example with Parameter Profiling and Bootstrap

This script illustrates the use of the NLIN procedure to perform non-linear regression, with adva...

Lire la suite
CODE SAS
PROC NLIN Example: Parameter Estimation for a Nonlinear Model

This SAS script uses PROC NLIN to estimate the parameters of nonlinear models, including an enzym...

Lire la suite
CODE SAS
Probit-Normal Model with PROC NLMIXED for Binomial Data

This SAS script is an example of using the NLMIXED procedure to fit a probit-normal model to bino...

Lire la suite
CODE SAS
Example 3 PROC NLMIXED Documentation: Probit-Normal Model

Fitting a Probit-Normal model for ordinal data using PROC NLMIXED.

Lire la suite
CODE SAS
Analysis of Calcium Variability in Turnip Leaves

This SAS script analyzes the variability of calcium concentration in turnip leaves using the NEST...

Lire la suite
CODE SAS
Automobile Model Reliability

This SAS script analyzes the reliability of different automobile models using the NESTED procedure.

Lire la suite
CODE SAS
Mean_Abs_Deviation Macro

SAS macro to calculate the Mean Absolute Deviation from a financial returns dataset.

Lire la suite
CODE SAS
PROC LOESS Introduction Example: Melanoma Incidences

Comprehensive example illustrating the use of the LOESS procedure to analyze time series data (me...

Lire la suite
CODE SAS
Example 5 PROC LOGISTIC - Stratified Sampling

Illustration of the PEVENT= option to process data from stratified sampling (e.g., case-control) ...

Lire la suite
CODE SAS
Example 1 for the EFFECTPLOT Statement

Example of response surface analysis (Saddle Surface) using PROC ORTHOREG and the EFFECTPLOT stat...

Lire la suite
CODE SAS
Example 6 for PROC GLM - Romano-British Pottery

This SAS script performs a multivariate analysis of variance (MANOVA) on chemical composition dat...

Lire la suite
CODE SAS
Example 9 for PROC GLM: Doubly Multivariate Repeated Measures Analysis

Analysis of a doubly multivariate repeated measures experimental design using PROC GLM.

Lire la suite
CODE SAS
Example 3 PROC HPFMM Documentation: Mixed Poisson Regression

Example of using PROC HPFMM to fit mixed Poisson regression models and analyze the impact of outl...

Lire la suite
CODE SAS
Example 3 PROC FMM: Mixed Poisson Regression

Example of using the FMM procedure to fit Poisson regression and Poisson mixture models.

Lire la suite
CODE SAS
Correspondence Analysis: US Population 1920-1970

Example of simple correspondence analysis on US population data by region between 1920 and 1970.

Lire la suite
CODE SAS
CUSUM Macro - Recursive Residuals Analysis

SAS/IML routine calculating recursive residuals and their cumulative sums (CUSUM) to detect chang...

Lire la suite
CODE SAS
Data Simulation and Regression Analysis

This script generates a simulated dataset containing simple linear relationships, then performs s...

Lire la suite
CODE SAS
Chi-Square Statistical Analysis (Macro)

SAS macro to run a Chi-square test and export frequencies and probability of difference between g...

Lire la suite
CODE SAS
Example 3 Details for PROC BOXPLOT

Example of using PROC BOXPLOT illustrating the management of extreme value display (clipping).

Lire la suite
CODE SAS
Example 8 of documentation for PROC CALIS

Illustration of estimating measurement error models with PROC CALIS compared to standard linear r...

Lire la suite
CODE SAS
Factor Analysis with COSAN Model and Constraints (PROC CALIS)

Example of factor analysis using the generalized covariance structure (COSAN) model with constrai...

Lire la suite
CODE SAS
Factor analysis with ordinal constraints via PROC CALIS

Example of using the CALIS procedure to model a factor analysis with inequality (linear) constrai...

Lire la suite
CODE SAS
Choice Model with Nested Logit - PROC BCHOICE Example

Example of using the BCHOICE procedure to fit and compare a nested logit model and a standard log...

Lire la suite
CODE SAS
Example 5 for PROC ANOVA

This SAS script performs an analysis of variance for a strip-split plot design to study the effec...

Lire la suite
CODE SAS
BART Procedure: Storage and Scoring

This documentation explains how to use the BART (Bayesian Additive Regression Trees) procedure to...

Lire la suite
CODE SAS
Probit Model for Binary Data with PROC BART

Demonstrates the use of the BART procedure to fit a Probit model on binary data, using an email d...

Lire la suite
CODE SAS
Analysis of Nonlinear Mixed Models (NLMIXED) for Binomial Data

This SAS script performs a statistical analysis of binary data using nonlinear mixed models (NLMI...

Lire la suite
CODE SAS
Alcohol-Malformation Relationship Analysis

Script analyzing the relationship between alcohol consumption and malformations through internal ...

Lire la suite
CODE SAS
Variable Cardinality Analysis: Specific Levels

This script uses the CARDINALITY procedure to analyze the distribution of levels for a numeric or...

Lire la suite
CODE SAS
Force a Specific Order on a Variable (PROC CARDINALITY)

This SAS script illustrates how to use the CARDINALITY procedure in SAS Viya 4 to analyze variabl...

Lire la suite
CODE SAS
Descriptive Analysis and Normality Tests on Baseball Data

Descriptive statistical analysis script using the UNIVARIATE procedure to examine the distributio...

Lire la suite
CODE SAS
Paired T-Test on CAFFIENE data

Execution of a T-test for paired samples to compare baseline and caffeine measurements.

Lire la suite
CODE SAS
Cutpoint Binning

The BINNING procedure with the CUTPTS method allows grouping continuous values of one or more var...

Lire la suite
CODE SAS
Exam Score Correlation Analysis

Creation of an exam response dataset, calculation of total score, and analysis of correlation bet...

Lire la suite
CODE SAS
Dose-Response Linear Regression Analysis

Statistical analysis exploring the relationship between drug dosage and blood pressure.

Lire la suite
CODE SAS
Creating Frequency Charts with PROC FREQ

This program uses the PROC FREQ procedure to generate different types of frequency charts (bar ch...

Lire la suite
CODE SAS
Descriptive Analysis of Numerical Variables

Descriptive analysis of a numerical variable (`lskew`) using PROC UNIVARIATE, including the creat...

Lire la suite
CODE SAS
Bucket Binning and Weight of Evidence Calculation

This feature of the BINNING procedure allows grouping continuous or categorical variables into ca...

Lire la suite
CODE SAS
CARDINALITY Procedure: Variable with User-Defined Format

This example illustrates how the SAS Viya CARDINALITY procedure handles variables with user-defin...

Lire la suite
CODE SAS
Adjustment of Raw p-values with PROC MULTTEST

This SAS script illustrates the use of the MULTTEST procedure to adjust a set of raw p-values usi...

Lire la suite
CODE SAS
Peto's Mortality and Prevalence Test with PROC MULTTEST

Example illustrating the use of the MULTTEST procedure to perform a Peto test (mortality-prevalen...

Lire la suite
CODE SAS
Example 1 for PROC MULTTEST

This script performs a Cochran-Armitage trend test on tumor data using a permutation resampling m...

Lire la suite
CODE SAS
Documentation Example for PROC MODECLUS (modecex5)

This SAS script demonstrates the use of PROC MODECLUS for cluster analysis on unidimensional data...

Lire la suite
CODE SAS
MODECLUS Analysis with JOIN Option

This SAS script demonstrates the use of PROC MODECLUS for cluster analysis on a synthetic dataset...

Lire la suite
CODE SAS
Documentation Example 2 for PROC MODECLUS

Cluster analysis on 10 American cities based on flight distances using PROC MODECLUS.

Lire la suite
CODE SAS
mlmsumry Macro for Linear Models Analysis (GLM)

SAS macro facilitating the extraction and formatting of multivariate and univariate test statisti...

Lire la suite
CODE SAS
Getting Started Example for PROC MIXED

This script is a simple example illustrating the use of PROC MIXED for mixed linear models analys...

Lire la suite
CODE SAS
Documentation Example 9 for PROC MIXED: Examination of Test Components

This script illustrates the use of the LCOMPONENTS option in the MIXED procedure to examine hypot...

Lire la suite
CODE SAS
Influence Analysis in a Heterogeneous Variance Model (PROC MIXED)

Example of using the MIXED procedure to fit a one-factor classification model with heterogeneous ...

Lire la suite
CODE SAS
PROC MIXED Example: Known G and R Matrices

Example of genetic analysis with PROC MIXED using known G and R covariance matrices on artificial...

Lire la suite
CODE SAS
Likelihood Surface Plot with PROC MIXED

Example illustrating how to generate and visualize a likelihood surface from a linear mixed model.

Lire la suite
CODE SAS
Isotonic contrasts with PROC MIXED

This SAS script demonstrates the use of PROC MIXED for the analysis of isotonic contrasts on orde...

Lire la suite
CODE SAS
Example 17 for PROC MI: Multiple Imputation with MNAR adjustment

Demonstration of multiple imputation using the MNAR statement in PROC MI to adjust imputed values...

Lire la suite
CODE SAS
Example 15 of documentation for PROC MI

This SAS script demonstrates the use of the PROC MI procedure for multiple imputation of missing ...

Lire la suite
CODE SAS
Example 12 for PROC MIANALYZE: MNAR Sensitivity Analysis

This script illustrates a sensitivity analysis using the MNAR (Missing Not At Random) statement i...

Lire la suite
CODE SAS
Descriptive Statistics Macro (Means/Median)

SAS macro calculating and formatting descriptive statistics (mean, standard deviation, median, IQ...

Lire la suite
CODE SAS
Analysis of Flying Mileages Between Ten U.S. Cities with PROC MDS

Introductory example to the MDS (Multidimensional Scaling) procedure using mileage data between c...

Lire la suite
CODE SAS
Example of using the REOBSINFO option in PROC MCMC

This SAS script illustrates the use of the MCMC procedure with the REOBSINFO option. It generates...

Lire la suite
CODE SAS
Example of Multivariate Distribution Usage

This script generates multivariate normal data using PROC IML, then fits a Bayesian multivariate ...

Lire la suite
CODE SAS
Regenerating Diagnostic Plots

This script performs a Bayesian MCMC analysis on the `sashelp.class` dataset and then generates d...

Lire la suite
CODE SAS
Sans titre

This SAS script implements a simple Dynamic Linear Model (DLM) using the MCMC (Markov Chain Monte...

Lire la suite
CODE SAS
Introduction to PROC MCMC Example

This script illustrates an introductory example of using the PROC MCMC procedure for Bayesian reg...

Lire la suite
CODE SAS
PROC MCMC Getting Started Example 2: Behrens-Fisher Problem

Example illustrating the use of the MCMC procedure to solve the Behrens-Fisher problem (compariso...

Lire la suite
CODE SAS
Random Effects Logistic Regression Model

This SAS script uses the MCMC procedure to fit a Bayesian logistic regression model with random e...

Lire la suite
CODE SAS
Create Design Matrix for Bayesian Analysis

This SAS script prepares categorical data for Bayesian analysis by creating a design matrix. It u...

Lire la suite
CODE SAS
Caterpillar Plot with PROC MCMC

This SAS/STAT example script illustrates the use of the MCMC procedure to fit a Bayesian logistic...

Lire la suite
CODE SAS
Chi-Square Test on Survey Data

This SAS script performs a frequency analysis and a Chi-square test on survey data, using custom ...

Lire la suite
CODE SAS
Test for a Difference Between Proportions (Chi-Square)

This SAS script demonstrates how to test for a significant difference between proportions using t...

Lire la suite
CODE SAS
Analysis of the mean difference between two groups

This SAS script simulates a population, draws a random sample from it, and prepares statistical a...

Lire la suite
CODE SAS
Mean Difference Test (T-Test) on Simulated Data

Generation of a random population and performance of a T-test to compare average heights between ...

Lire la suite
CODE SAS
Calculation of 95% Confidence Intervals

This script generates a population of 10,000 participants, then draws two random samples of diffe...

Lire la suite
CODE SAS
Calculation of 95% Confidence Intervals and Sampling Simulation

Educational script demonstrating the calculation of confidence intervals on a simulated populatio...

Lire la suite
CODE SAS
Survival of Men with Angina Pectoris

This SAS script performs a survival analysis using the life table method to study the survival of...

Lire la suite
CODE SAS
Documentation Example 2 for PROC LIFETEST

This script illustrates the advanced use of the LIFETEST procedure for survival analysis, includi...

Lire la suite
CODE SAS
Bayesian Survival Analysis with PROC LIFEREG (Example 2)

Fan reliability analysis using a log-normal distribution and Bayesian estimation to predict the p...

Lire la suite
CODE SAS
Starter Example 1 for PROC LIFEREG

This SAS script is an introductory example of using PROC LIFEREG for survival data analysis. It c...

Lire la suite
CODE SAS
Example 6 for PROC LIFEREG

Survival analysis using PROC LIFEREG with a lognormal model and generation of probability plots.

Lire la suite
CODE SAS
Example 5 for PROC LIFEREG

This SAS script illustrates the use of PROC LIFEREG for survival data analysis, including probabi...

Lire la suite
CODE SAS
Natural Recovery Time - PROC LIFEREG Example

Survival analysis on natural recovery time data using the Weibull distribution with interval cens...

Lire la suite
CODE SAS
Example 3 for PROC LIFEREG

This script illustrates the use of the LIFEREG procedure for survival data analysis, showing how ...

Lire la suite
CODE SAS
Tobit Model Example with PROC LIFEREG

This SAS script illustrates the use of the LIFEREG procedure to fit a regression model on censore...

Lire la suite
CODE SAS
Basic Statistical Analysis with PROC MEANS

This SAS script demonstrates the creation of a dataset and the use of PRINT, SORT, and MEANS proc...

Lire la suite
CODE SAS
Logistic Regression Analysis with Data Transformation

This SAS script performs a series of logistic regression analyses on an internally generated data...

Lire la suite
CODE SAS
Medical Data Frequency Analysis

This SAS script reads medical data provided inline, with multiple observations per line, to creat...

Lire la suite
CODE SAS
Example Documentation for PROC LATTICE

This SAS script prepares an internal dataset for a statistical analysis of a lattice design, then...

Lire la suite
CODE SAS
Getting Started Example for PROC KDE

This SAS script illustrates the use of the PROC KDE procedure for bivariate kernel density estima...

Lire la suite
CODE SAS
Power Analysis and Monte Carlo Simulation for Two-Means Test

This SAS script demonstrates the calculation of statistical power for a two-means comparison test...

Lire la suite
CODE SAS
Example of Introduction to SAS Discriminant Procedures

This SAS script generates a random dataset with two distinct groups, then performs a canonical di...

Lire la suite
CODE SAS
Data standardization and temperature conversions with PROC IML

This SAS script uses PROC IML to perform data standardization of a SASHELP dataset and temperatur...

Lire la suite
CODE SAS
Example Documentation for PROC INBREED

This script illustrates the use of PROC INBREED to calculate inbreeding and covariance coefficien...

Lire la suite
CODE SAS
Example 1 for PROC ICPHREG

This script is an introductory example to the ICPHREG procedure, illustrating interval-censored s...

Lire la suite
CODE SAS
Interval-Censored Survival Analysis with PROC ICLIFETEST

This SAS script illustrates the use of the ICLIFETEST procedure to perform non-parametric surviva...

Lire la suite
CODE SAS
Example 4 for PROC ICLIFETEST

Analysis of interval-censored survival data comparing two treatments (RT and RCT) using imputed s...

Lire la suite
CODE SAS
Introduction Example for PROC ICLIFETEST (ICLFTGS1)

This script is the first introductory example for the ICLIFETEST procedure (Interval Censored Lif...

Lire la suite
CODE SAS
Convergence Status Example with PROC MIXED

This SAS script illustrates how to monitor and capture the convergence status of iterative statis...

Lire la suite
CODE SAS
Unbalanced Variance Analysis with EFFECTPLOT (ICOMEP2)

Example of unbalanced two-factor variance analysis using PROC GENMOD and the EFFECTPLOT statement...

Lire la suite
CODE SAS
Example Documentation for PROC ICPHREG

This script is an example of using the ICPHREG procedure to fit a proportional hazards regression...

Lire la suite
CODE SAS
Interval-censored survival analysis using PROC ICPHREG

Example of fitting a proportional hazards model to interval-censored data using cubic splines for...

Lire la suite
CODE SAS
Example Documentation 3 for PROC ICPHREG

Example of fitting a proportional hazards model with interval censoring using cubic splines for t...

Lire la suite
CODE SAS
Analysis with PROC HPSPLIT

This script illustrates the use of PROC HPSPLIT for statistical modeling on baseball data and dis...

Lire la suite
CODE SAS
Getting Started Example for PROC HPSPLIT - Wine Classification

Example script illustrating the creation of classification trees to predict wine cultivars.

Lire la suite
CODE SAS
Example Documentation 1 for SEM Introduction

This SAS script demonstrates the use of the CALIS procedure for Structural Equation Modeling (SEM...

Lire la suite
CODE SAS
Example 1 for PROC ICLIFETEST (Interval-Censored Data)

This SAS script illustrates the use of the ICLIFETEST procedure for the analysis of duration data...

Lire la suite
CODE SAS
Example 2 PROC ICLIFETEST - Cosmetic Data

Example of using the ICLIFETEST procedure for the analysis of interval-censored survival data, co...

Lire la suite
CODE SAS
Example Detail Section for PROC HPQUANTSELECT

This SAS script demonstrates the use of PROC HPQUANTSELECT with examples of class variables and m...

Lire la suite
CODE SAS
Example 1 for PROC HPQUANTSELECT

This SAS script simulates data and uses the PROC HPQUANTSELECT procedure to perform quantile regr...

Lire la suite
CODE SAS
Example of Details Section for PROC HPREG

This SAS script generates a synthetic dataset and then uses the HPREG procedure to perform high-p...

Lire la suite
CODE SAS
Regression Analysis with PROC HPREG on Simulated Data

This script simulates a dataset and applies the HPREG procedure for regression analysis with Forw...

Lire la suite
CODE SAS
Decision Tree Model with PROC HPSPLIT

This script uses the PROC HPSPLIT procedure to build and evaluate decision tree models using cros...

Lire la suite
CODE SAS
Getting Started Example for PROC HPNLMOD

Estimating Parameters Using Maximum Likelihood

Lire la suite
CODE SAS
Comparison of methods for PROC HPPLS

This SAS script compares the results of three multivariate regression analysis methods (RRR, PCR,...

Lire la suite
CODE SAS
Example 4 PROC HPGENSELECT: LASSO Model Selection

This script illustrates the use of the HPGENSELECT procedure to perform LASSO model selection on ...

Lire la suite
CODE SAS
Getting Started Example for PROC HPLMIXED

This SAS script generates a synthetic dataset named 'SchoolSample' and then applies a generalized...

Lire la suite
CODE SAS
Example 2 for PROC HPMIXED

This SAS script compares the use and results of HPMIXED and MIXED procedures for mixed linear mod...

Lire la suite
CODE SAS
Example 3 PROC HPMIXED: Joint use with PROC GLIMMIX

Demonstration of using PROC HPMIXED to estimate parameters on a large simulated dataset, then tra...

Lire la suite
CODE SAS
HPNLNGS1 - Startup example for PROC HPNLMOD

Example of using the HPNLMOD procedure to estimate parameters of a nonlinear regression model on ...

Lire la suite
CODE SAS
PROC HPFMM Getting Started Example: Binomial Mixture Distributions

Fitting finite mixture models to binomial data (yeast cells) with PROC HPFMM.

Lire la suite
CODE SAS
Non-Parametric Tweedie Regression with PROC GAMPL

Example of fitting a non-parametric Tweedie regression model on simulated data.

Lire la suite
CODE SAS
Example of PROC GAMPL usage for vote study

This script uses the GAMPL procedure to model the proportion of votes in US counties in 1980 base...

Lire la suite
CODE SAS
Automobile Data Analysis and Visualization

This SAS script creates an internal dataset, performs a frequency analysis, and generates graphs ...

Lire la suite
CODE SAS
Example 7 for PROC GLMSELECT

This SAS example simulates data and uses PROC GLMSELECT for model selection with the LASSO method...

Lire la suite
CODE SAS
Examples of details for PROC GLMPOWER

This SAS script demonstrates the use of the GLMPOWER procedure to perform power analysis, based o...

Lire la suite
CODE SAS
Example Documentation 3 for PROC GLMPOWER

Power analysis and sample size calculation for a repeated measures ANOVA.

Lire la suite
CODE SAS
Power calculation example for a two-way ANOVA

This SAS script illustrates how to use the GLMPOWER procedure to perform power and sample size an...

Lire la suite
CODE SAS
Example 2 for PROC GLMPOWER - Power Analysis

Calculates statistical power for a General Linear Model (GLM) using PROC GLMPOWER. The example in...

Lire la suite
CODE SAS
PROC GLIMMIX Example 7

This SAS script uses PROC GLIMMIX to analyze the magnetic force of ferrite cores at different tem...

Lire la suite
CODE SAS
Mixed Model Analysis (GLM and MIXED)

This SAS script performs a mixed model analysis of variance using GLM and MIXED procedures on an ...

Lire la suite
CODE SAS
Quadratic and Linear Regression with PROC GLM

This SAS script illustrates the use of PROC GLM for fitting quadratic and linear regression model...

Lire la suite
CODE SAS
Analysis of Nitrogen Content in Clover Plants

This SAS script analyzes the nitrogen content of red clover plants using Generalized Linear Model...

Lire la suite
CODE SAS
Example 1 for PROC GLMMOD

This SAS script demonstrates the use of the GLMMOD procedure for generalized linear model analysi...

Lire la suite
CODE SAS
PROC GLMMOD and PROC REG for Forward Stepwise Selection

This SAS script uses PROC GLMMOD to generate a design matrix from an internal dataset, then PROC ...

Lire la suite
CODE SAS
GLM Analysis for Unbalanced ANOVA

This script illustrates the use of PROC GLM for an unbalanced ANOVA with a 2x2 factorial design a...

Lire la suite
CODE SAS
PROC GLMSELECT Example with Model Selection

This SAS script demonstrates the use of the GLMSELECT procedure for generalized linear model sele...

Lire la suite
CODE SAS
Detailed Example 4 for PROC GLM

This script illustrates the use of the GLM (General Linear Model) procedure for the analysis of a...

Lire la suite
CODE SAS
Detailed Example 5 for PROC GLM (Simple Effects)

This SAS script illustrates the use of PROC GLM for analyzing simple effects in a general linear ...

Lire la suite
CODE SAS
Analysis of Balanced Randomized Complete Block Data

This SAS script performs an analysis of variance (ANOVA) to study the effect of soil type and blo...

Lire la suite
CODE SAS
Example 4 for PROC GLM - Analysis of Covariance

This script performs a covariance analysis to evaluate the effect of a drug (Drug) on a treatment...

Lire la suite
CODE SAS
Three-factor ANOVA with PROC GLM (GLMEX5)

Example from the SAS sample library (GLMEX5) demonstrating a three-factor analysis of variance (A...

Lire la suite
CODE SAS
Example 7 for PROC GLM - Repeated Measures Analysis of Variance

Example of repeated measures analysis of variance on canine physiological data.

Lire la suite
CODE SAS
Details for Example 3 for PROC GLM (Absorption in ANOVA)

Demonstration of using the ABSORB statement in PROC GLM for efficient statistical calculations, e...

Lire la suite
CODE SAS
Detailed Example 2 for PROC GLM

This SAS script uses PROC GLM to perform an analysis of variance, with a focus on calculating eff...

Lire la suite
CODE SAS
Longitudinal Analysis and Mixed Model

This SAS script imports data from a longitudinal study, performs data cleaning, calculates descri...

Lire la suite
CODE SAS
Baseball Statistics Analysis with CAS

This SAS Viya 4 script loads baseball data from the SASHELP library into a CAS table, then perfor...

Lire la suite
CODE SAS
Monte Carlo Permutation Test with PROC IML

Performing a permutation test (Monte Carlo) to compare means between two groups using PROC IML fo...

Lire la suite
CODE SAS
Permutation (Randomization) Test for Mean Comparison

Execution of a permutation test to compare age means between two groups.

Lire la suite
CODE SAS
Power analysis for two means

Performs a power analysis for a two-independent-means comparison test, calculating the required t...

Lire la suite
CODE SAS
Power analysis for comparing two means

This SAS script uses the PROC POWER procedure to perform a power analysis to determine the necess...

Lire la suite
CODE SAS
Power Analysis for Two Means

This SAS script performs a power analysis for a two-mean comparison test, allowing the determinat...

Lire la suite
CODE SAS
Monte Carlo Permutation Test with PROC IML and PROC TTEST

This script implements a permutation test (randomization test) to compare the means of two groups...

Lire la suite
CODE SAS
T-Test Analysis on Tuition Fees

This SAS script performs a t-test to compare tuition fees between 'In' (internal) and 'Out' (exte...

Lire la suite
CODE SAS
Univariate analysis of the difference between two measurements

This SAS script calculates the difference between two measurements ('after' and 'before') for a s...

Lire la suite
CODE SAS
Permutation Test for Mean Comparison

This SAS script performs a permutation test to evaluate the difference in means between two group...

Lire la suite
CODE SAS
Example 1 for PROC GENMOD

This SAS script is an example of using PROC GENMOD to fit a generalized linear model, specificall...

Lire la suite
CODE SAS
Example 2 for PROC GENMOD

This SAS script demonstrates the use of PROC GENMOD to fit a generalized linear model with a norm...

Lire la suite
CODE SAS
Example 4 for PROC GENMOD

This SAS script demonstrates the use of the GENMOD procedure to fit a generalized linear model wi...

Lire la suite
CODE SAS
PROC GENMOD Introduction Example

This SAS script creates an 'insure' dataset and applies the GENMOD procedure to fit a generalized...

Lire la suite
CODE SAS
Friedman Chi-Square Test with PROC FREQ

This SAS script performs the Friedman Chi-Square test to analyze skin responses of subjects under...

Lire la suite
CODE SAS
Example introduction for PROC FREQ

This SAS script demonstrates the use of PROC FREQ to generate frequency tables, cross-tabulation ...

Lire la suite
CODE SAS
PROC FREQ Starter Example 2

Categorical data analysis and calculation of Kappa statistics to evaluate agreement between two d...

Lire la suite
CODE SAS
Chi-Square Goodness-of-Fit Test (SAS FREQEX3 Example)

This script illustrates the use of the FREQ procedure to perform a Chi-square goodness-of-fit tes...

Lire la suite
CODE SAS
Documentation Example 4 for PROC FREQ

Example of using PROC FREQ to calculate binomial proportions and perform equivalence tests.

Lire la suite
CODE SAS
Documentation Example 5 for PROC FREQ

This SAS script analyzes a 2x2 contingency table using PROC FREQ for a case-control study. It def...

Lire la suite
CODE SAS
Example 6 PROC FREQ: Chi-Square Statistics Output

Example of using the FREQ procedure to perform Chi-Square tests and export the resulting statisti...

Lire la suite
CODE SAS
PROC FREQ Example 10 - Cochran's Q Test

This SAS script illustrates the use of PROC FREQ to perform categorical data analyses, including ...

Lire la suite
CODE SAS
Example documentation for PROC FREQ

This SAS script creates a dataset on the eye and hair color of European children, then uses the F...

Lire la suite
CODE SAS
Documentation example 2 for PROC FREQ

This SAS script generates frequency tables and dot plots for eye and hair colors, as well as geog...

Lire la suite
CODE SAS
Example of PROC FMM usage for binomial distribution mixtures

This script illustrates how to use the FMM procedure to fit a two-component binomial mixture mode...

Lire la suite
CODE SAS
Factor Analysis Example (PROC FACTOR)

This SAS script performs a series of factor analyses using the maximum likelihood method on socio...

Lire la suite
CODE SAS
Example Documentation 5 for PROC FACTOR

This example illustrates how to use standard errors and confidence intervals to understand the fa...

Lire la suite
CODE SAS
Documentation Example 2 for PROC FACTOR

Example of principal factor analysis using the FACTOR procedure on socio-economic data.

Lire la suite
CODE SAS
Time Series Transformation with PROC TSMODEL and TSL

This script illustrates the use of the CAS PROC TSMODEL procedure and the TSL (Time Series Langua...

Lire la suite
CODE SAS
Non-parametric analysis of candidate incomes

This SAS script imports candidate income data from an external CSV file, performs exploratory ana...

Lire la suite
CODE SAS
Discriminant Analysis of Fisher's (1936) Iris Data

This script performs a quadratic discriminant analysis on Fisher's Iris data, then displays the r...

Lire la suite
CODE SAS
Getting Started Example for PROC DISCRIM

Basic demonstration of discriminant analysis using the fish measurement table.

Lire la suite
CODE SAS
Diet Data Frequency Analysis

This SAS script creates an internal dataset named 'diet' and then performs a cross-frequency anal...

Lire la suite
CODE SAS
Analysis of PhDs Awarded

This SAS script performs a correspondence analysis on the data of the number of PhDs awarded in d...

Lire la suite
CODE SAS
Correlation Coefficient Demonstration and Animated GIF

SAS macro simulating data with a specific correlation coefficient and producing a graphical visua...

Lire la suite
CODE SAS
CORRESP Macro - Correspondence Analysis

SAS macro for performing simple and multiple correspondence analyses (MCA) with extended graphica...

Lire la suite
CODE SAS
Example of Cluster Analysis with PROC CLUSTER

This script illustrates the use of the CLUSTER procedure to perform a cluster analysis on flight ...

Lire la suite
CODE SAS
Example 7 for PROC CATMOD: Repeated Measures Analysis

Example of visual symmetry analysis (right eye vs. left eye) using PROC CATMOD to test marginal h...

Lire la suite
CODE SAS
Startup Example for PROC CATMOD - WLS Analysis of Mean Response

This SAS script demonstrates the use of PROC CATMOD for Weighted Least Squares (WLS) analysis of ...

Lire la suite
CODE SAS
CATGS2 - Getting Started Example for PROC CATMOD

Example of using the CATMOD procedure to fit a generalized logits model to school survey data.

Lire la suite
CODE SAS
Example Documentation for PROC CANDISC (Fisher's IRIS Data)

This SAS script performs a canonical discriminant analysis on Fisher's IRIS data, then visualizes...

Lire la suite
CODE SAS
Example initiation for PROC CANDISC

This script performs a canonical discriminant analysis on fish measurement data (SASHELP.FISH) an...

Lire la suite
CODE SAS
Logistic Regression with PROC CATMOD (Example 3)

Standard example from the SAS/STAT library illustrating maximum likelihood logistic regression on...

Lire la suite
CODE SAS
Example 4 for PROC CATMOD: Log-Linear Model

Survival analysis of plant cuttings using a log-linear model with PROC CATMOD, based on Bartlett'...

Lire la suite
CODE SAS
PROC CALIS Documentation Example

This script illustrates the use of PROC CALIS for structural equation modeling analysis, particul...

Lire la suite
CODE SAS
Path Analysis and Regression with CALIS and REG

This SAS script illustrates the use of CALIS and REG procedures for data analysis, with internal ...

Lire la suite
CODE SAS
Documentation Example 15 for PROC CALIS - Factor Analysis with Missing Data

Example of confirmatory factor analysis using PROC CALIS with missing data handling.

Lire la suite
CODE SAS
PROC CALIS Documentation Example 16

This SAS script demonstrates the use of the CALIS procedure for factor analysis, particularly wit...

Lire la suite
CODE SAS
Canonical Correlation Analysis (CANCOEX1)

This SAS script performs a canonical correlation analysis on physiological measurements and physi...

Lire la suite
CODE SAS
Canonical Correlation Analysis with PROC CANCORR

This SAS script demonstrates the use of PROC CANCORR to perform a canonical correlation analysis ...

Lire la suite
CODE SAS
Example Documentation 1 for PROC CAUSALGRAPH

Example of graphical causal models (DAG) analysis to identify causal effects.

Lire la suite
CODE SAS
Documentation Example 4 for PROC CAUSALGRAPH

This SAS script illustrates the use of PROC CAUSALGRAPH to define and analyze graphical causal mo...

Lire la suite
CODE SAS
Example Documentation 6 for PROC CAUSALGRAPH

This SAS script demonstrates the use of the CAUSALGRAPH procedure to define, analyze, and identif...

Lire la suite
CODE SAS
Example 1 for PROC CAUSALGRAPH

Demonstration of the CAUSALGRAPH procedure to specify a causal graphical model and identify causa...

Lire la suite
CODE SAS
Covariance Matrix Equality Test with PROC CALIS

This SAS script uses the CALIS procedure to test the equality of covariance matrices between two ...

Lire la suite
CODE SAS
Example of PROC CALIS for Covariance Estimation

This SAS script illustrates the use of PROC CALIS for covariance structure analysis, using intern...

Lire la suite
CODE SAS
Example documentation for PROC CALIS

This SAS script is an example of using the CALIS procedure for mean and covariance structure anal...

Lire la suite
CODE SAS
Example Documentation 3 for PROC CALIS

This SAS script demonstrates the use of PROC CALIS for analyzing non-correlation models on sales ...

Lire la suite
CODE SAS
Sphericity Test with PROC CALIS (Example 4)

SAS documentation example (CALEX105) illustrating the use of the CALIS procedure to test covarian...

Lire la suite
CODE SAS
Conjoint Analysis of Chocolates (BCHOICE)

This SAS script performs a conjoint analysis of a set of chocolates using the BCHOICE procedure t...

Lire la suite
CODE SAS
Example 8 PROC BGLIMM: Using Power Prior

Illustration of using the BGLIMM procedure to incorporate historical data via the 'Power Priors' ...

Lire la suite
CODE SAS
Analysis of Eye and Hair Color Frequency by Region

This SAS script creates a 'Color' dataset from embedded data (datalines) and then performs severa...

Lire la suite
CODE SAS
Boxplot Example Grouped by Machine

Generation of a box plot to analyze diameters, grouped by sample number and machine.

Lire la suite
CODE SAS
Analysis of Variance for a Randomized Complete Block Design

This SAS script performs an Analysis of Variance (ANOVA) for a randomized complete block design w...

Lire la suite
CODE SAS
Example 2 for PROC ANOVA: Multiple Comparisons

Example of using PROC ANOVA to analyze the nitrogen content of red clover plants inoculated with ...

Lire la suite
CODE SAS
Analysis of variance of a split-plot design

This SAS script illustrates the use of PROC ANOVA to analyze a split-plot design, based on Exampl...

Lire la suite
CODE SAS
ANOVAIN1

Introductory example for one-way analysis of variance (One-Way ANOVA) with PROC ANOVA, analyzing ...

Lire la suite
CODE SAS
Analysis of Variance: Randomized Complete Block Example

This SAS script performs an Analysis of Variance (ANOVA) for a randomized complete block design w...

Lire la suite
CODE SAS
AHGstatfreqvert Macro: Frequency and Statistics Calculation

Macro to calculate vertical frequencies and other statistics on a given variable, with formatting...

Lire la suite
CODE SAS
AHGstatfreqvertby Stratified Frequency Macro

Macro calculating statistical frequencies for a given variable, stratified by a grouping variable...

Lire la suite
CODE SAS
Descriptive Statistics Calculation Macro AHGstatmeans

SAS macro calculating customizable descriptive statistics (n, mean, median, etc.) for a given var...

Lire la suite
CODE SAS
Macro AHGstats_vertical - Calculation and Formatting of Statistics

SAS macro to calculate descriptive statistics on a variable, with formatting and transposition op...

Lire la suite
CODE SAS
Advanced Descriptive Analysis with PROC MEANS

Comprehensive demonstration of PROC MEANS procedure capabilities for descriptive analysis, includ...

Lire la suite
CODE SAS
Student's t-test on carat data

Creation of a dataset and performing a Student's t-test.

Lire la suite
CODE SAS
Frequency Analysis with PROC FREQTAB and CAS

This SAS script uses the Cloud Analytic Services (CAS) engine to create a table from `sashelp.bas...

Lire la suite
CODE SAS
Binomial Probability Analysis

This SAS script calculates and presents the probabilities of non-missing events based on a binomi...

Lire la suite
CODE SAS
AHGfreqCore Macro - Frequency Calculation and Transposition

Utility macro to calculate frequencies (PROC FREQ), format results, and optionally transpose the ...

Lire la suite
CODE SAS
Frequency Analysis of School-Money Associations

Creation of a `school` dataset from raw multi-observation data per line, followed by a frequency ...

Lire la suite
CODE SAS
Frequency Analysis with Internal Data and CMH Statistics

This SAS script creates a 'cmh' dataset from embedded data and then performs a frequency analysis...

Lire la suite
CODE SAS
Frequency Analysis with Multi-Line Data

This SAS script reads data organized in multi-observation per line format via DATALINES to create...

Lire la suite
CODE SAS
Adaptive Regression Analysis with Simulated Data

This SAS script simulates data according to a mixture model and then applies the ADAPTIVEREG proc...

Lire la suite
CODE SAS
Principal Component Analysis (ACECLUS) and Iris Data Clustering

Documentation example for the ACECLUS procedure, performing cluster analysis on Fisher's Iris data.

Lire la suite
CODE SAS
Assignment of experimental units and dataset operations

This SAS script demonstrates methods for assigning experimental units (subjects) to treatment gro...

Lire la suite
CODE SAS
Analysis of Weight Difference Before and After a Diet

This SAS script performs a paired t-test to evaluate the weight difference before and after a die...

Lire la suite
CODE SAS
Zero-Inflated Poisson GLOMM Model

This SAS script generates data following a Zero-Inflated Poisson Generalized Linear Mixed Model (...

Lire la suite
CODE SAS
ZINB GLOMM Simulation and Analysis

Generation of simulated data for a zero-inflated negative binomial generalized linear mixed model...

Lire la suite
CODE SAS
Generation and Analysis of Simulated Clinical Data

The SAS script generates a simulated clinical dataset (`CLINICAL`) containing information on pati...

Lire la suite
CODE SAS
Ratio Analysis for City Sizes with GLIMMIX and GENMOD

This SAS script performs a ratio analysis on city size data using GLIMMIX and GENMOD procedures t...

Lire la suite
CODE SAS
Analysis of Relative Risk and Rate Ratio in a Clinical Trial

This SAS script analyzes hypothetical data from a clinical trial to estimate the relative risk an...

Lire la suite
CODE SAS
Pump Reliability Analysis using Mixed Models

This SAS script analyzes the reliability of pumps in a pressurized water reactor nuclear power pl...

Lire la suite
CODE SAS
Ossification Data Analysis with PROC GENMOD

This script analyzes ossification study data using Generalized Estimating Equations (GEE) models ...

Lire la suite
CODE SAS
Simulation and classification of white blood cell (WBC) counts

Generation of simulated data for white blood cells and comparison of classification methods (Data...

Lire la suite
CODE SAS
Basic statistical analysis of internal data

This SAS script reads numerical data from datalines, then performs a basic statistical analysis (...

Lire la suite
CODE SAS
Goodness-of-Fit (GOF) Test for DataSet III

This SAS script performs Goodness-of-Fit tests and generates Q-Q plots to analyze residuals from ...

Lire la suite
CODE SAS
Basic Frequency Reports

This program generates frequency counts for each unique value in the columns of the SASHELP.CARS ...

Lire la suite
CODE SAS
Comparing PROC SUMMARY and PROC MEANS

This SAS script compares the PROC SUMMARY and PROC MEANS procedures, highlighting their main diff...

Lire la suite
CODE SAS
Seed Germination Analysis (Williams 1982)

Statistical analysis of seed germination data (Crowder 1978) comparing logistic models with and w...

Lire la suite
CODE SAS
Analysis of Vertebral Fractures using a Poisson Model

This SAS script prepares internal data on vertebral fractures and performs a statistical analysis...

Lire la suite
CODE SAS
Toxoplasmosis Analysis - Efron Example

Statistical analysis of toxoplasmosis data using generalized linear mixed models (GLIMMIX) and ge...

Lire la suite
CODE SAS
Survival Analysis - Laryngeal Cancer (Example 1.8)

This script analyzes the survival times of male patients with laryngeal cancer. It prepares the d...

Lire la suite
CODE SAS
Random Assignment of Subjects to Groups

This SAS script demonstrates the use of a DO loop for the random assignment of subjects to treatm...

Lire la suite
CODE SAS
Ille-et-Vilaine Esophageal Cancer Study (Tuyns et al., 1977)

This SAS script analyzes data from the Ille-et-Vilaine esophageal cancer study (Tuyns et al., 197...

Lire la suite
CODE SAS
Descriptive Numerical Analysis of Height and Weight Variables

This SAS script performs a descriptive analysis of numerical variables (height, weight) from inte...

Lire la suite
CODE SAS
Analysis of Electronic Failures with PROC GLIMMIX

Statistical modeling of the number of electronic equipment failures using the GLIMMIX procedure w...

Lire la suite
CODE SAS
Statistical Analysis and Correlation Calculation on SASHELP.CARS

This SAS script performs a series of statistical analyses on the `sashelp.cars` dataset, includin...

Lire la suite
CODE SAS
Descriptive Analysis of BMI and Graphical Visualization

This SAS script performs a descriptive analysis of the Body Mass Index (BMI) by creating an inter...

Lire la suite
CODE SAS
Variance analysis and regression on simulated cardiac data

Comparative statistical analysis using ANOVA (PROC GLM) and linear regression (PROC REG) on simul...

Lire la suite
CODE SAS
Non-linear regression analysis with left-plateau model and visualization

This SAS script fits a 'left-plateau' type non-linear regression model to lizard mass and length ...

Lire la suite
CODE SAS
Polynomial Regression Analysis on Cell Life Expectancy

Analysis of the life expectancy of energy cells based on charge rate and temperature using polyno...

Lire la suite
CODE SAS
Survival Analysis for Boron Neutron Capture Therapy

This SAS script performs a survival analysis to compare the survival curves of three groups (cont...

Lire la suite