Nicholas Spyrison, PhD

Results 5 issues of Nicholas Spyrison, PhD

Bare bones doc without clear error messages means others can't learn & use this. In FUN(X[[i]], ...) : Unsupported type 'logical'; using default type 'string' Error in .local(x, ...) :...

Instead of rendering points in the highest density region, it would be nice to have an argument/function that would replace them with 2d density contours. For instance, replacing all yellow...

enhancement

Use case: If there is massive change in the prediction, how dense/confident are the data in this range of the CP profile? If it's sparce I may not put much...

``` r library(Rdimtools) #> ** ------------------------------------------------------- ** #> ** Rdimtools #> ** - Dimension Reduction and Estimation Toolbox #> ** #> ** Version : 1.0.8 (2021) #> ** Maintainer :...

do.pca() still doesn't allow d to be equal to p which is fully valid. It currently silently drops a dimension. ``` r dat $Y #> [,1] #> [1,] -18.831637 #>...