Raul Guarini Riva
Raul Guarini Riva
I am using a ```conda``` virtual environment for a research project conducted at a remote server which I access via SSH. I use the [Remote SSH] (https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh) extension to connect...
I am trying to estimate a simple linear model in a panel setting. I would like to use the `l()` function provided by `fixest`. Here is the example: ```{r} library(tidyverse)...
I have recently started using Polylux. Right now, I'm using the ```simple``` theme to get a first presentation done. I would like to have hyperlinks inside buttons I can click...
Let's say we have time series data and two variables in a Pandas dataframe. Let's say we want to run a regression of some target variable $y_t$ on $x_t$ and...