5 Matching Annotations
  1. Aug 2022
    1. all remaining

      all remaining variables would suggest using all the variables excluding the ones from previous exercises, instead just say which uses all variables

    2. both the package

      Code block below says load 'both packages', it would be useful know that you intend to load AER per the solution, the text only mentions MASS.

    1. . exp(a) computes

      Not easy to read this, it looks like some function f().exp(a)

      Replace last sentence with "Use exp(a) to compute", to separate code and full stop.