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)
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
R: Finance - Compute Beta via CAPM for Panel Data
I have the following data containing three Funds (A, B and C) and their the respective data for (Return minus Risk Free Rate) and (Market Return minus Risk Free Rate):
structure(list(`Fund Name` = c(&...
nima
Votes: 0
Answers: 2
Get warning: "longer object length is not a multiple of shorter object length" when standardizing coefficients in binomial glm using COEFS
I am using the range of my independent variables to standardize the coefficients in my binomial generalized linear model (Grace et al. 2018). I'm using the "glm" function to run my model. My...
Quinn
Votes: 0
Answers: 0
How to get the names of factor levels corresponding to fixed effect regression coefficients for a GAM in R?
I have a gam in R (mgcv package) with 7 parameters, and one of them is a fixed effect with 30 levels (30 names). I want to analyse the regression coefficients for each name (person), but R numbers eac...
leslie roberson
Votes: 0
Answers: 1