python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Score for over/under representations of a variable in sub-group
I have a corpus of book publications split into different clusters. I have information about the nationality of the authors (variable A) and the nationality of the publishing company (variable B).
In ...
Homard
Votes: 0
Answers: 1
Compute t-statistic for average monthly returns
I have created a trading strategy and computed the monthly returns of it. I have a list of 12 monthly returns, since I have a 1-years period.
Furthermore, I computed the average monthly return for the...
user17717499
Votes: 0
Answers: 0
Using Wilcox test in R
I am not an expert in statistics, and I would appreciate your help with the following.
I have a list of actual prices at different dates in the past:
Date1, Price1
Date2, Price2,
Date3, Price3,
...
Da...
Avocado
Votes: 0
Answers: 0
R: How to perform student's t-test?
I want to perform student's t-test on the res.gs dataframe, where the samples are either is.mut or is.wt.
# Students' T-test without KMT2C gene
is.mut <- grepl('^[^0]', nokmt2c.res.gs$n_mutated_gro...
melolili
Votes: 0
Answers: 0