Arianna D. Cascone

Results 12 issues of Arianna D. Cascone

I used the example from the alabama::auglag help page that's included on p. 8 of the nloptr reference manual to test the function, and I can't reproduce the $par values...

I tested the code included on p. 46 of the reference manual: ``` ## Solve the Hock-Schittkowski problem no. 100 x0.hs100

Hello, Would it be possible to provide a reference for the way in which data are simulated via the sim_data() function? It would also be helpful to provide an example...

Would it be possible to add another NONMEM run as example data to the package, in addition to the run created via simprazExample? It would be helpful to have more...

Hello, I noticed that plots produced with `ggs_ppsd` have x-axis labels that are "Posterior predictive mean" instead of "Posterior predictive standard deviation" as shown in Figure 7 of the [_Journal...

Hello, I tried running the following code in the [package reference manual](https://cran.r-project.org/web/packages/visNetwork/visNetwork.pdf) on pg. 39 for function `visHclust()` : `visHclust(iris, cutree = 3, colorEdges = "red") ` And I'm seeing...

Hello, It would be helpful to supplement the `rearrange` function's documentation with information about which `method` arguments from the `seriation` package are available for use with the function. Based on...

Hello, Thank you for creating this package! I am trying to understand how to use the `drc:::anova.drc()` function. Based on the details in the package reference manual, I would expect...

Hello, On page 14 of the reference manual for corrplot v0.95 (dated October 14, 2024), the 'NOTE:' listed under the `transKeepSign` argument is cut off: ![Image](https://github.com/user-attachments/assets/d191ed0c-8000-4dba-a3d0-f2b7e351c177) Can you please provide...

Hello, I'm trying to reproduce this output in the ['An introduction to corrplot package' vignette](https://cran.r-project.org/web/packages/corrplot/vignettes/corrplot-intro.html): ![Image](https://github.com/user-attachments/assets/21bf9c9c-f480-480a-adc4-a3e74b4a8ef8) I am running this code, which is copy/pasted from the vignette: ``` library(dplyr) library(seriation)...