985 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
0
replies
34
views
The explanation of manim rendering
I want to make the mobjects in manim be interactive, and I thought about using manim's OpenGL rendering machine to connect to HTML to form an interactive animation effect. But I'm confused about Manim'...
0
votes
1
answer
29
views
Teardown the DB between interactions, not givens Pact.Net
I am writing Provider tests with .Net and Pact V4.
I have several consumer tests (interactions) and on the provider side I use a DB.
My question is, can I and how teardown the DB between interactions? ...
0
votes
0
answers
62
views
Jupyter Notebook interaction
Goal: Enable real-time interaction with a Jupyter Notebook by sharing the same kernel between Python code (CLI/script) and the Jupyter Notebook UI.
Use case: Allow a script to interact with variables ...
0
votes
1
answer
73
views
can you help me with my button discord js
My button doesn’t work when there’s pagination, so I added one in the Vanguard case with pagination but now it errors out:
D:Kaze\Nouzen\node_modules\discord.js\src\structures\interfaces\...
1
vote
1
answer
142
views
How to determine the interacting player in an unreal world space widget
Main Problem
I try to make an multiplayer game where I want to interact with widget components in an actor that is set to world space that all users can interact with it. The game is in UI mode most ...
-1
votes
1
answer
55
views
Unity: succesfully create a mesh from player input as custom indicator
I'm hitting my head against the wall here-->
Task: for my little project (isometric with tilted camera), i would like to let the player create a custom area of effect for his ability, meaning, ...
1
vote
1
answer
157
views
How to visualize interaction using emmeans
I have a dataset where the outcome is a continuous variable measuring the Wellbeing Index. The key variables are:
t: Time in days.
D: Binary intervention variable (0 = No Swimming, 1 = Yes Swimming)....
0
votes
0
answers
27
views
Power analysis for multiple regression with binary moderator - Determining sample size
I want to conduct an a priori power analysis to determine the necessary sample size for a proposed project. I will estimate a regression between two continuous variables with a binary moderator (...
1
vote
1
answer
62
views
New error using multcomp::glht(), missRanger(), and mice::pool()
I'm revisiting old code that involves multiple imputation using missRanger::missRanger(), multcomp::glht() (to derive the linear combination of effects), mice::pool(), and broom.mixed::tidy(). While ...
0
votes
2
answers
85
views
How to improve my plot for my interaction model [closed]
For a paper I want to include a graph of my interaction effect. I am not sure if and how I could improve it to make my interaction effect more visible. This is the R code:
plot_model4 <-
...
0
votes
1
answer
57
views
Error using contrast package for logistic regression (glm)
I am looking for an easier way to do a contrast statement in R (rather than multcomp) and came across the contrast package. The syntax seems simple but I keep getting an error. Here is my model and ...
0
votes
1
answer
150
views
PLAYERINTERACT event called TWICE
Problem with double use of an item during PlayerInteractEvent in a Minecraft plugin
Context: I am developing a plugin for Minecraft version 1.16.5, where a special item FlashDust is added, which when ...
1
vote
0
answers
161
views
Difference in Standard Errors and p-Values in Two-Way Fixed Effects Logit Model with Interaction Terms using fixest Package in R
I'm working with a two-way fixed effects (TWFE) logit model in R using the fixest package. My model includes interaction terms between some fixed effects and a categorical variable called group. To ...
0
votes
0
answers
49
views
ol/interaction/Link: how to read a custom parameter?
Question about OpenLayers ol/interaction/Link:
I would like to set and later use a custom parameter.
The first part went OK:
link.update('ext', map.getView().calculateExtent(map.getSize()));
This ...
2
votes
0
answers
21
views
Interactive graph in D3.js - problems with adding/flagging elements
I wrote the code for making an interactive graph which have some major problems.
The idea is that first, I want to display three clickable SVGs. After clicking on one of them, the two unclicked SVGs ...