Questions tagged [adjustment]

136 questions
0
votes
1 answer

How can I adjust the linetype in an already existing ggplot model in R?

To examine an interaction effect in my research I've created post hoc slopes using the function “emtrends” of the package emmeans (version 1.4.5.; Lenth, 2020) and visualized it in a plot using 'emmip'. I've used the code below: emtrends(model_c,…
Vay
  • 3
  • 3
0
votes
1 answer

Seasonal adjustment of multiple series ignoring NA and zero columns

I have a dataframe with 105 months and 20 columns. The example below is simplified and shows that some of the columns start at January 2014 and some don't. Some others are zeroed: df <- data.frame(months = c('2014-01-01','2014-02-01', …
0
votes
0 answers

Jacobian of Bundle Adjustment

I'm new to the computer vision world. I'm trying to implement the Levenberg-Marquardt algorithm but I'm stuck at the computation of the jacobian. I'm trying to compute the jacobian of the 3d points from 2 views. I found this picture to help me…
David
  • 1
  • 2
0
votes
0 answers

VLCJ-4: changing video settings has no effect

After migrating my Java application from vlcj-3.12.1 to vlcj-4.8.2, video adjustments are no longer working. Means: changing the video's brightness, contrast, saturation, hue or gamma has no effect. I am enabling video adjustments before changing…
Bate
  • 61
  • 8
0
votes
2 answers

I need to assign populations (denominators) to a data frame in R

I need to assign populations (denominators) to a data frame in R. For each age group and each year, the populations are different. My data frame is Year agegroup count 2000 0-4 24 2000 5-9 36 .... 2021 0-4 42 2021 95+ 132 How can I assign each year…
0
votes
1 answer

How can I center text in an element?

I need to figure out how to align the text within the border I have created. I have tried text alignment, recreating the border, & research. all I need to do is literally extend the border and center the text. If anyone could help me figure this out…
0
votes
0 answers

How do I adjustment/re-code a Wordpress template?

Hey guys I’m just getting into coding. Some months ago I made a Wordpress web app using a template .now that I’m getting into coding more, can I edit the template code however I wish or do I need to start all over again? Also another question, if…
0
votes
1 answer

Background video on website is not adjusting well to fit the window/screen

I'm a beginner coder and i'm trying to add a background video for the home page. The problem is when i'm making my window smaller, or even in mobile mode (?) the video won't resize and adjust to the window, which makes you able to scroll to the side…
nanou
  • 15
  • 5
0
votes
1 answer

Flexbox problem while trying to use @media tag

I'm having a little problem with CSS. I'm trying to make a page responsive with @media tags, but IDK why I get a problem I can't manage to fix. There's like a space between flexbox and the left margin of the page. @import…
0
votes
1 answer

adjusted p-value for a list of genes

I have a set data set from genes derived from two populations, then I want to assess if the two populations have these genes differentially expressed. That's why I want to obtain the adjusted p-value. I know little about coding, but I have tried…
Sebastian
  • 55
  • 4
0
votes
0 answers

adjust the size of rendered component OtpInput in react bootstrap

here the verification code is not fitting in box.could someone suggest? here is my code. expecting that verification code fits in box col here is my code:
0
votes
0 answers

In R, how to add p-values for multiple regression models with various adjustments to ggplot2 scatter plot?

I have this ggplot2: ggplot(DATABASE) + geom_point(aes(x=GLUCOSE, y=BLOODPRESSURE), shape=1, size=1, alpha=0.8) + theme(legend.position='none') + geom_smooth(aes(x=GLUCOSE, y=BLOODPRESSURE), method=lm, se=TRUE, color="black") How can…
Wandering_geek
  • 261
  • 1
  • 11
0
votes
1 answer

How can I set exceptions to the 'invert' property in css?

I want to invert colors via the css property 'invert' (for dark mode), but at the same time I want to leave 5 specific color to stay the same, and other 5 specific colors - not to invert, but to transform into specifically set 5 colors. Images are…
MiniDuos
  • 1
  • 1
0
votes
0 answers

Auto adjust row height to fit screen in gridview

I've got a simple grid layout:
Savan Luffy
  • 440
  • 3
  • 12
0
votes
0 answers

Can't adjust volume on android

I have a car device, and mediaplayer there. I want to adjust volume with slider, but have a problem. My debug function: private void debugVolumeVariables() { AudioManager audioManager = (AudioManager)…
DuhVir
  • 447
  • 1
  • 4
  • 15