python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How would you go about resolving this output value?
I finished this code homework assignment tonight. I thought I was done, but I just realized that my "Average" value is coming out wrong with certain values. For example: When my professor en...

MadisonB1303
Votes: 0
Answers: 1
Java is returning the wrong value when only using int
So I have this formula :
abs = (MaxX-(MaxX*((xC2-abs)/(xC2-MaxX))))
The different values are respectively :
abs = 669
MaxX = 667
xC2 = 705
The program is always returning the value MaxX, and I can't ...
Charly
Votes: 0
Answers: 0
R: Compute Cohen's d based on t-statistic of a coefficient in multiple linear regression
I'm looking at age- and sex-adjusted group differences in a continuous variable of interest. As done in other studies in my field, I want to calculate Cohen's d based on contrasts extracted from a mul...
M_Oxford
Votes: 0
Answers: 1
Python3 Error ValueError: invalid literal for int() with base 10: '1.8'
im trying to make a calculation script with python but im running into this problem:
ValueError: invalid literal for int() with base 10: '1.8'
Im trying to ask a user for an input that is in numbers l...
Titz
Votes: 0
Answers: 1