Version info: Code for this page was tested in SAS 9.3 Zero-inflated Poisson regression is used to model count data that has an excess of zero counts. Further, theory suggests…
Read More
Search Results for: what stat should i use
Zero-Truncated Negative Binomial | SAS Data Analysis Examples
Version info: Code for this page was tested in SAS 9.3. Zero-truncated negative binomial regression is used to model count data for which the value zero cannot occur and when…
Read More
Zero-Truncated Poisson Regression | SAS Data Analysis Examples
Version info: Code for this page was tested in SAS 9.3 Zero-truncated poisson regression is used to model count data for which the value zero cannot occur. Please Note: The…
Read More
Introduction to Multilevel Modeling, Chapter 3 | R Textbook Examples
Note: This page is designed to show the how multilevel model can be done using R and to be able to compare the results with those in the book. On…
Read More
How do I perform Multiple Imputation using Predictive Mean Matching in R? | R FAQ
Predictive Mean Matching (PMM) is a semi-parametric imputation approach. It is similar to the regression method except that for each missing value, it fills in a value randomly from among…
Read More
How does R handle date values? | R FAQ
Date variables can pose a challenge in data management. This is true in any package and different packages handle date values differently. This page aims to provide an overview of…
Read More
How can I estimate the standard error of transformed regression parameters in R using the delta method? | R FAQ
The purpose of this page is to introduce estimation of standard errors using the delta method. Examples include manual calculation of standard errors via the delta method and then confirmation…
Read More
How can I make individual growth curves in ggplot2? | R FAQ
We covered how to visualize aggregate longitudinal data here. When there are not too many unique units, it can also be helpful to view the individual growth curves. This technique…
Read More
How to Input data into R | R FAQ
Importing formatted data files using the functions in the foreign package The foreign package contains functions that will allow you to import data files from some of the most commonly…
Read More
Inputting data into SPLUS | R FAQ
Opening SPLUS Data Files Using the File Menu Opening SPLUS Data Files Using the openData Function Importing Formatted Data Files Using the Import Menu Importing Formatted Data files Using the…
Read More
