Eyayaw Beze

Results 9 issues of Eyayaw Beze

lm(lwage~exper+educ+feduc, wooldridge::wage2) |> equatiomatic::extract_eq(use_coefs = TRUE) $$ \operatorname{\widehat{lwage}} = 5.44 + 0.02(\operatorname{**\exper**}) + 0.07(\operatorname{educ}) + 0.02(\operatorname{feduc}) $$

Hi there, Just to raise a minor issue. This could be related to #94. ```r datapasta::vector_paste(c("a", ".", ",")) named list() c("a", ".", NA) ```

I have followed the cookbook suggestion for [putting appendix after bibliography](https://bookdown.org/yihui/rmarkdown-cookbook/bibliography.html#include-appendix-after-bibliography). However, that does not seem to work with natbib as a citation package. What is in `_output.yml`? ```yml bookdown::gitbook:...

feature

The combination of `latex_option=c('scale_down')`, and `footnote(threeparttable = TRUE, footnote_as_chunk = TRUE)` seems to create white space between the title of the footnote and the footnote text. ![screenshot](https://user-images.githubusercontent.com/49317723/205779631-dc985e4e-83aa-4dac-a51f-5f950d8b528e.png) The following code...

I think the error occurs on L22 in `init.R` of vscode-r: https://github.com/REditorSupport/vscode-R/blob/70e3267c88052c8f299363719c18c776bdab139c/R/session/init.R#L22 Show Error ```bash > radian *** caught bus error *** address 0x100c466d0, cause 'invalid alignment' Traceback: 1: dyn.load(file,...

Hi there, Bruno's `(v 1.9.0)` code generation fails on some API entries for me. It has been working for me since the feature was introduced. The only change I made...

``` library(datenguideR) dg_call(region_id = "11", year = 2017, stat_name = "AI0506") # New names: # * message -> message...1 # * `` -> ...4 # * `` -> ...5 #...