-
```
What steps will reproduce the problem?
1. fit = epCA(x, DESIGN = NULL, make_design_nominal = TRUE, masses = NULL,
weights = NULL, hellinger = FALSE, symmetric = FALSE, graphs = TRUE, k = 2)
2.
3.…
-
![untitled](https://cloud.githubusercontent.com/assets/10978952/11324179/5c70fc62-9165-11e5-93c7-eb783ad48b79.jpg)
213cy updated
9 years ago
-
## Summary
Thanks for the great package!
Currently, the repel works to repel text away from single points. However, it would be great if it could repel text away from segments as well. This wou…
-
```
What steps will reproduce the problem?
1. fit = epCA(x, DESIGN = NULL, make_design_nominal = TRUE, masses = NULL,
weights = NULL, hellinger = FALSE, symmetric = FALSE, graphs = TRUE, k = 2)
2.
3.…
-
## Momocs2 (mid May)
- [ ] verse dfourier (2h)
- [ ] verse procrustes methods (4h)
- [ ] calibrate_* and its plots (4h)
- [ ] rock solid classes built on vctrs (8h)
- [ ] finish to verse getters…
-
Environment:
NEST_UAT_10_12
Sample code:
```{r}
# ADSL example
library(random.cdisc.data)
library(teal.modules.general)
ADSL
-
- [x] Remove usage of `autoplot()`, which caused some confusion
- [x] instead explain what the `prcomp` object is and how to extract things from it "manually"
- [ ] use `top_n()` to get top PC loadi…
-
Hello,
I am using factoextra to carry out some PCA analyses and I really like how the package manages the aesthetics of the PCA plots. However, I am having some problems when using colors to diffe…
-
should we flag new users about problems with possible colinearity issues if their metadata categories are too similar (e.g. including a continuous value of BMI and a quartile category of BMI)?
-
Hello,
I've read
https://github.com/sib-swiss/dsSwissKnife-example/blob/main/dsSwissKnife_example.R
And I successfully performed PCA and KNN.
Now I want to plot the first two PCA components us…