/*****************************************************************/ /* */ /* ams7-CI-simulation.jsl is a script that simulates */ /* the following process: */ /* */ /* Draw a sample of size n using SRS from a population */ /* data set with N rows called Y (stored in the current */ /* data table), and compute the lower and upper limits */ /* of the 95% confidence interval for the mean based on */ /* the t machinery; */ /* repeat this process M times and store these M lower */ /* and upper limits in columns called Left and Right */ /* in a data table called Results. */ /* */ /*****************************************************************/ // Reference data table; dt=current data table(); dt<