-
I think a key issue to discuss is how to make R text packages interoperable, so that new packages extend functionality rather than compete with one another, and so that objects created in one package …
-
# Plume Identification Issue
Currently, at each frame, the `PLUME.get_contour` function selects the largest contour to identify a plume. There are instances where a plume might "split" into two disti…
-
Hi,
I would like to use your package to have a power estimate of the interaction term in simple models with 2 treatments and a baseline covariate in which the slopes parallelism is not sustainable bu…
-
**Proposer's name** Claudio Dema
**Date** 2021-12-23.
**- Term** volume_backscattering_coefficient_of_radiative_flux_by_ranging_instrument_in_air_due_to_ambient_aerosol_particles
**- Description*…
-
Comment below with a well-developed group question about the reading for this week's workshop. Please collaborate with your groups off-line this week.
One person can submit on the group's behalf an…
-
**Submitting author:** @lexcomber (Alexis Comber)
**Repository:** https://github.com/lexcomber/stgam
**Branch with paper.md** (empty if default branch): description
**Version:** 0.0.1.1
**Editor:** Pe…
-
Dear members,
This is the first time i contribute an idea to this community.
I developed a measurement method to determine the complex µ ( µ' and µ'' ) of a toroid using the nano vna.
after a calib…
-
Like `summary(model,standardized = TRUE, fit.measures = TRUE, rsquare = TRUE)` in lavaan.
-
``` r
#reprex for color issue
library(tidyverse)
library(ggeffects)
library(betareg)
#make some data
n_size = 2000
set.seed(1)
ex = tibble(
x = rnorm(n_size),
group = sample(letters[1:…
-
I want to implement some physics based priors. An example would be a Coulomb interaction based on pre-computed partial charges that are stored in the dataset. `BasePrior.forward()` is supposed to re…