-
Kaiser-Meyer-Olkin measure of sampling adequacy - determines whether the data we are using is a good fit for factor analysis.
-
Dear developers,
I enjoyed Formulas in several courses. It is a wonderful tool for shorter questions. However, more complex tasks require even hours of calculation and work interruption. Once a brows…
-
Since I updated on the latest R Version 4.1.0, I am not able to plot some of the compatibility intervals with `shade()` anymore e. g. in R code 4.57 (see code below).
While `shade()` does not plot t…
-
Implement an analytical absorption correction method in Mantid for use on the SXD instrument. As discussed with Silvia Capelli. The method decomposes a mesh sample shape into a set of tetrahedra and t…
-
Esse script me ajudou muito, principalmente porque estou iniciando agora na linguagem R e com ele pude ir distrinchando e aprendendo muita coisa. Porém, estou tendo dificuldades em reproduzir resultad…
-
I'm having trouble installing Open Babel on my Macbook Pro. I have Homebrew and have been running "brew install open-babel" in Terminal but get the same error every time: no formulae found in taps. I …
-
In Section 3.2 we have:
```python
>>> from __future__ import division
>>> def lexical_diversity(text):
... return len(text) / len(set(text))
```
With the line 'Here's an equivalent defini…
-
*I have a question about Lab 22, Part 3....*
**↑** Note the *Write* and *Preview* modes at the top left of the dialogue box when editing.
Format code and math with fences:
````
```
# your…
-
Suppose that we have a dataset of heights and weights for 100 adults. We fit a linear regression and print the coefficients:
``````
model = sm.OLS.from_formula('weight ~ height, data=body_measurement…
-
I can't remember whether we are using the loop still, but I just came across a closed form solution for leave one out studentized residuals
```
ols_model.resid * ((ols_model.df_resid-1)/(ols_model.ss…