Introduction Power analysis is the name given to the process for determining the sample size for a research study. The technical definition of power is that it is the probability…
Read More
Search Results for: stata
What types of weights do SAS, Stata and SPSS support?
Types of weights There are several types of weights that you might find or create in a data set. probability weights – Perhaps the most common type of weights are…
Read More
Choosing the Correct Statistical Test in SAS, Stata, SPSS and R
The following table shows general guidelines for choosing a statistical analysis. We emphasize that these are general guidelines and should not be construed as hard and fast rules. Usually your…
Read More
How do I convert among SAS, Stata and SPSS files?
How do I convert among SAS, Stata and SPSS files? On this page, conversions of different data formats are discussed. In general, the strategies should work with SAS…
Read More
How do I use a SAS data file in Stata?
How do I use a SAS data file in Stata? 1. Using SAS software SAS’s proc export can be used to convert a SAS data file to Stata format as shown below. By…
Read More
How do I use a SPSS data file in Stata?
1. Using Stata 16 or higher Stata 16 will read SPSS data files. import spss using “D:\data\hsbdemo.sav”, case(lower) 2. Using -usespss- The user-written Stata ado-file usespss can be used…
Read More
How do I use a Stata data file in SAS?
How do I use a Stata data file in SAS? 1. Reading a Stata data file with SAS SAS reads Stata data files with proc import. The following example…
Read More
How do I use a Stata data file in SPSS?
How do I use a Stata data file in SPSS? 1. Using SPSS SPSS can read Stata data files. A Stata data file can be read in SPSS…
Read More
HLM FAQ: How do I convert a Stata file to HLM?
For a 2-level hierarchical model, HLM requires two files for a 2-level model, one for level-1 and one for level-2. Similarly, for a 3-level hierarchical model, HLM requires three data…
Read More
stata2hlm_hlm_interface.htm
Note: The following is for HLM 5.04. HLM does not generally use the raw data directly. It creates a sufficient statistics matrix stored in an SSM file for a univariate…
Read More
