jepusto / lmeInfo

Information matrices for fitted nlme::lme and nlme::gls models
https://jepusto.github.io/lmeInfo/
4 stars 3 forks source link

Print method for g_REML #12

Closed jepusto closed 4 years ago

jepusto commented 4 years ago

Write a print method for g_REML() so that the output is nicely formatted.

jepusto commented 4 years ago

Or summary() is fine too.

jepusto commented 4 years ago

Make the output nicer (no NA printed)

jepusto commented 4 years ago

Don't forget to add a unit test for print() and summary() methods. Something simple like expect_output() is fine.

jepusto commented 4 years ago

Closed by c141e88.