AmeliaView GUI Guide

2024-11-07

Below is a guide to the AmeliaView menus with references back to the users’s guide. The same principles from the user’s guide apply to AmeliaView. The only difference is how you interact with the program. Whether you use the GUI or the command line versions, the same underlying code is being called, and so you can read the command line-oriented discussion above even if you intend to use the GUI.

Loading AmeliaView

The easiest way to load AmeliaView is to open an R session and type the following two commands:

library(Amelia)
AmeliaView()

This will bring up the AmeliaView window on any platform.