994 questions
0
votes
0
answers
40
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
54
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\...
0
votes
0
answers
10
views
Post-hoc test in R for lm() with significant interaction between numeric and multiple categorical variables [migrated]
I am interested in how the relationship between two traits (trait1 and trait2) varies between groups (A and B) and treatments (C and T). Specifically, I want to know whether the relationship between ...
1
vote
1
answer
41
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 ...
0
votes
1
answer
42
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
107
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
15
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 (...
0
votes
1
answer
29
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
0
answers
14
views
Interaction plots: How to set prediction ranges according to the observed-data range of each category in sjPlot?
Using sjPlot, I would like to have the prediction lines (and CIs) limited to the range of x1 values with observed data for that category (x2's factor levels, or numerical chosen levels).
This is the ...
0
votes
0
answers
17
views
Error in h(simpleError(msg, call)) met trying to plot the average marginal effect of an interaction term
I encountered an issue when trying to plot the average marginal effect of an interaction term in my logistic regression model, and I hoped you could provide some guidance.
After fitting my logistic ...
0
votes
0
answers
54
views
plot interaction between a categorical and a continuous variable
I am interested in plotting an interaction between a categorical and a continuous variable using metafor.
I tried separate plots using regplot to illustrate each factor-level, but I am wondering how ...
0
votes
0
answers
95
views
Interaction plots with Fixest class models
I am working with a fixest class object (feols for OLS). I would like to plot interaction regression models. I like the interact_plot function from interactions package but it unfortunately does not ...
0
votes
2
answers
76
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
0
answers
27
views
GAMA agent-oriented simulation
I have two agent in the GAMA-platform 1. water user 2. authority. I need help to make a water user agent to move to authority agent to get permision to user water then to go back to its original ...
0
votes
1
answer
39
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 ...