Previous: Details Up: Details Next: Supported Models

Presenting Results

  1. Use summary(s.out) to print a summary of your simulated quantities. You may specify the number of significant digits as:
    > print(summary(s.out), digits = 2)
    
  2. Alternatively, you can plot your results using plot(s.out).
  3. You can also use names(s.out) to see the names and a description of the elements in this object and the $ operator to extract particular results. For most models, these are: s.out$qi$pr (for predicted values), s.out$qi$ev (for expected values), and s.out$qi$fd (for first differences in expected values). For the logit, probit, multinomial logit, ordinal logit, and ordinal probit models, quantities of interest also include s.out$qi$rr (the risk ratio).



Gary King 2011-11-29