python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Mapping broom::tidy to nested list of {fixest} models and keep name of list element
I want to apply broom::tidy() to models nested in a fixest_multi object and extract the names of each list level as data frame columns. Here's an example of what I mean.
library(fixest)
library(tidyve...

Felix
Votes: 0
Answers: 1
Applying last_fit function in tidy models
If I understood correctly, to apply last_fit function in tidy package, I need to have a split object that created using rsample::initial_split().
However in a situation that I have separate training d...
student_R123
Votes: 0
Answers: 1
Spreading time series data in R by trial
I have a poorly formatted time series dataset in which a single column contains all time series consecutively, and another column contains the trial number.
Example:
Trial
Fx
1
7.9
1
8.0
1...
mkp
Votes: 0
Answers: 1
ifelse grepl() more than 50 rows at once?
I am trying to tidy some data. I have random strings that I am trying to classify as numbers.
table <- "x count
1 k
2 2k
3 k1e
4 k2e
5 2k1e
6 k2
7 ke
8 k3e
9 1ek
10 ek
11 x...
cgxytf
Votes: 0
Answers: 1