Sarah Teichman

Results 10 comments of Sarah Teichman

@adw96 Yes! David made an F-test function, but the `F_test` function is actually a helper function for the `test_submodel` function, which the user can interact with. @twowinkel You should be...

Hi @AlexaBennett! In the [paper](https://academic.oup.com/biostatistics/article/23/1/207/5841114) written on the methods implemented in `DivNet`, you can check out Figure 2, which investigates the effect of pseudocounts on a few of the diversity...

Closing this, as the original question here relates to testing each combination of discrete variables, which is now implemented in the `DivNet` package, with the function `betta_posthoc()`, in [this PR](https://github.com/adw96/DivNet/pull/151).

Sounds good! I'll start looking into it, and if it takes me longer than the end of the week I'll pass it off to Grant with my thoughts on it.

Hi @SROY19930311, Could you please tell me the output of running the following code in your console: `packageVersion("slam")`. If the result is not 0.1-50 through 0.1-52, could you try removing...

@SROY19930311, when you run `packageVersion("slam")`, what do you get?

@SROY19930311 What version of R do you have? What is the result when you type `version` in R? From checking the namespace of `slam` it seems that `matrixOps` is only...

@adw96 I'll look into it! It's not one of our dependencies, so I imagine it's a dependency of a dependency, and it appears to come up when we put covariates...

In that case, I'm going to tag @gthopkins. @gthopkins, when you get the chance, do you mind looking into which dependency is using the `matrixObs` class from `bbdml()`, and see...

Hi @AlexaBennett, are you able to include a minimal reproducible example of this error? I checked our internal tests with `betta_posthoc()` and didn't see a clear error after updating to...