Emily Kothe

Results 11 issues of Emily Kothe

This is the first attempt at adding a apa_print function for metafor (rma) objects. This will handle both univariate meta-analysis and meta-regression models. The formatting of the output and documentations...

This related to issue #3 https://github.com/hadley/babynames/issues/3 by implementing most (but not all) of the analyses in the FiveThirtyEight article "How to Tell Someone’s Age When All You Know Is Her...

See: https://github.com/djnavarro/rbook/blob/8aeeb95ba8729f6e4239033505c8449556490c29/bookdown/02.04-mechanics.Rmd#L701 The text from the PDF version is as follows > And besides, the problem that this causes is much more serious than a single sad nerd… because R...

https://github.com/djnavarro/rbook/blob/8aeeb95ba8729f6e4239033505c8449556490c29/bookdown/02.04-mechanics.Rmd#L859 According to the PDF version this should result in ``` > print.formula( my.formula ) # print it out using the print.formula() method blah ~ blah.blah ``` However the when...

Creating an issue thread to discuss testing of forks from @januz and @ClaudioZandonella on Windows

Using `update_rmd()` marks the entire document as a change in the google docs version history (i.e. the entire document is a diff rather than just those lines that have changes)....

The addition of a suggested citation for MAJOR would improve citability. This could be placed in the readme for ease of access.

feature request

bookings %>% filter (checkin_day == "wed") %>% select (property_id, status)

We'd love feedback or pull requests to add terms to the dictionary. You can do this by adding entries to GenderDictionary.csv

enhancement
help wanted
good first issue

Early examples of R output the following formatting ``` > + + + ``` With explicit instructions about the command prompt and the meaning of the + symbol. Current examples...