python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to plot interaction effects with individual-level variable and individual fixed-effects?
I have a dataset with individual id (factor), time t (factor), a dependent variable y (continuous) and an independent variable x (continuous), which can be measured at time t xt or can be set at the i...
Marco Pastor Mayo
Votes: 0
Answers: 2
Bootstrap function for dataframe - passing a function as an argument in R
I am trying to create a bootstrap function for my assignment. The requirement is as follows:
Compute the bootstrap standard error for: - mean() and -
median() and - the top quartile and -...
Khánh Nguyễn
Votes: 0
Answers: 0
Confidence intervals from mocel coefficients vs whole model
I'm trying to demonstrate that there is an important difference between two ways of making linear model predictions. The first way, which my heart tells me is more correct, uses predict.lm which as I ...
AndrewMacDonald
Votes: 0
Answers: 1
Using function lm() with group_by in R
I'm trying to create some lm() models for every level of the categorical variable, from one dataframe.
I used function lm() with group_by, but it doesn't work, creating only one model.
Of course, it i...
PenguinPartyH0
Votes: 0
Answers: 1