-
Applied regression analysis
@draper1998applied
- plotting of residuals is a standard technique for all regression analyses
- In practice, we most often look at a plot of the spreads of the repe…
-
Toy example parked for consideration. Haven't thought about or looked at this.
```
yes = [1, 1, 0, 0.]
data = [[1, 0, 1],[1, 0, 1],[1, 2, 1],[1, 1, 1.]]
sm.Logit(yes, data).fit(method="bfgs") # …
-
(I never looked at this.)
Is there anything special that we can add for penalized estimators or can we apply the standard methods?
current case: multicollinearity measures and vif for ridge regr…
-
**Results of the first pollination models:**
I am currently running on the real dataset the two following models:
* *pol_binom_03*: the one with intercepts and slope for bioclimatic suitability stan…
-
[Car-Training.csv](https://github.com/JuliaStats/GLM.jl/files/6384056/Car-Training.csv)
This is a bit urgent.
In a home exam that it is ongoing, I have the attached dataset, where students need …
-
[Linear regression in R](http://r-statistics.co/Linear-Regression.html)
[Formula syntax](https://www.rdocumentation.org/packages/stats/versions/3.6.2/topics/formula)
1. The : is for interactions b…
-
Hello, I am following the DMM tutorial here: https://microbiome.github.io/tutorials/DMM.html
I keep getting
``` fit
[[1]]
class: DMN
k: 1
samples x taxa: 7225 x 61
Laplace: NaN BIC: NaN …
-
Hi Laurent,
Thanks for the great package. I am getting an error message when trying to run collinearity diagnostics with fixed effects and more than two predictor variables.
See this example:
…
grlju updated
8 months ago
-
* JASP version: JASP 0.11.1
* OS name and version: Windows 10 Family version 1909
* Analysis:
* Bug description:
Problem 1) not possible to add all used variables as covariates
Problem 2) w…
-
An ANOVA on an ART finds a significant effect of X2 on Y in the following dataset: [data.csv](https://github.com/mjskay/ARTool/files/9513347/data.csv)
```r
library(dplyr)
library(ARTool) # versio…