-
Hello, I get some error messages when trying to install powsimR. I was able to build it in the end, but only when I left out the bit about build_vignettes=TRUE. When I had included build_vignettes=TRU…
-
Hi David,
Last month I asked you a question about fuzzyjoin. From there I discovered you have written a book. I have printed your book and it is very interesting to read!
Currently I try to run…
-
The bamlss package allows the user to specify gamlss families. For example, I added 'familiy=ST1' to the CRAN example and bamlss estimates the distributional parameters.
```R
> d f b summary(b)…
drjhw updated
4 years ago
-
``` r
library(tidyverse)
df %
dplyr::rename(.data = ., n = wt)
groupedstats::grouped_summary(df, am, n)
#> Using `n` as weighting variable
#> Error: Column 'n' is already present in output…
-
Hi,
i am working with gamlss only recently. I would like to model with gamlss vegatation coverage data including random terms. The best distributions for this are the zero inflated beta distributio…
-
I run these two function (fit1, fit2), but in second function (fit2) with add some random effects, I have below error:
Error in na.fail.default(list(W.var = c(0.0754261472487817, 0.0754261472487817, …
-
Hi,
I would like to ask a question. In the ggbarstats output table there are p-values. But I assume they do not represent the Chi-square test p-value. Would you please inform me what they refer to.…
-
``` r
library(tidyverse)
library(ggstatsplot)
#> Registered S3 method overwritten by 'broom.mixed':
#> method from
#> tidy.gamlss broom
#> Registered S3 methods overwritten by 'car':
…
-
``` r
# setup
set.seed(123)
library(R2jags)
#> Loading required package: rjags
#> Loading required package: coda
#> Linked to JAGS 4.3.0
#> Loaded modules: basemod,bugs
#>
#> Attaching packa…
-
@bouzaghrane and @hassanobeid1994
I think that we must change our goals for Amine's "realistic simulation" work this week.
Currently, Amine is planning in #49 on extending his simulation to infe…