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 generate two sets of distinct points on a sphere in julia language?
I need to apply the PCA at different points of a spherical cap, but I don’t know how to build these sets of different points, I need at least 2 sets.
Here is a picture with the idea of what I need.
Sp...
Igor Oliveira
Votes: 0
Answers: 1
Error/warning on running glm in R - Coefficients: (1 not defined because of singularities)
When I run this glm on model_df (dput below):
model <- glm(outcome_variable_data ~ ., data = model_df, family = 'binomial')
lrm <- summary(model)
When I print lrm, I get the error:
Coefficients:...
Ishan Mehta
Votes: 0
Answers: 1
How to validate and train a multivariate multiple regression modeling multiple responses?
I would like to validate the accuracy of my Multivariate Multiple Regression model (MMR) and train.
For this MMR I have used four dependent variables (y1, y2, y3, y4) and two independent variables (x1...
L GS
Votes: 0
Answers: 0
How to create a matrix with for loop using qgcomp() in R
I always use a for loop to create a matrix of linear and logistic regression output, but I am having difficulty doing so with qgcomp(). If anyone has experience or advice, I would greatly appreciate i...
ehepikait
Votes: 0
Answers: 1