Skip to main content

Questions tagged [significance]

The tag has no usage guidance.

significance
0 votes
0 answers
9 views

How to map significant trends (p-value = 0.05) from raster file

I made a raster file (.tif) from a netcdf file, I want to analyze the data and make a map of some significant snow depth trends but it nothing seems to work. I can make a plot of the data using the ...
Omokhudu Great Igiekhumhe's user avatar
0 votes
0 answers
21 views

Suggestions to look for statistically significant trends with small numerators and large denominators

My company sells a large number of medical device implants per year. There are often "incidents" or minor issues, associated with them that can be easily categorized into an incident ...
empanadero96's user avatar
0 votes
2 answers
53 views

Creating a table with percentages of one variable

I would like to make a table that looks like the attached image in Markdown The variable I'm looking to report on is happiness. The survey question asked people whether they are very happy, happy, ...
ArRrgh's user avatar
  • 11
1 vote
1 answer
39 views

How to test more than one random slope in R for significance?

I set up a multilevel model in R with the lme4-package to test different effects on social participation in primary school classes. Now I assume that the effects of academic performance (sp) and ...
sunny's user avatar
  • 13
0 votes
1 answer
39 views

How do I prevent significant letters from stacking in ggplot with two variables?

I have a df with two variables, genotype and treatment; in a second dataframe I already have significance letters associated with the combination of both variables. So genotype1:treatment1 might be A, ...
ktm's user avatar
  • 119
2 votes
1 answer
34 views

What is by default significance level of Modified Mann Kendal test in R?

I am using Modified Mann Kendal test in R. I want to know its by default value for significance level. Can we set the significance level manually? For example: 5%, 10% etc. if possible, then how can ...
tom's user avatar
  • 53
0 votes
0 answers
12 views

Statistical Test for Difference in non-paired proportions

I want to do a statistical test for a relatively simple scenario. But in my research, I could not find a straightforward answer how to compute this. There is an experimental setup where one group ...
Zahra's user avatar
  • 27
0 votes
0 answers
22 views

why stat_compare_means(method = "anova") gives different pval than aov()

everyone I am trying to figure out how does stat_compare_means works I tried to use stat_compare_means(method = "anova") in order to display pval on my boxplot. But then I ran also aov() on ...
Romina Appierdo's user avatar
0 votes
0 answers
48 views

F-test and chi-squared test for coefficient significance in sklearn generalized linear models

I have created a generalized linear model with sklearn with the following code X_train, X_test, y_train, y_test = train_test_split(X, y, test_size = 0.3) clf_hard = GammaRegressor(alpha = 0) clf_hard....
kremidzu's user avatar
1 vote
1 answer
48 views

Autocorrelations with significance stars in python

I would like to add significance stars (p-values) to the autocorrelations in a df (by column). How can I incorporate the significance stars next to each autocorrelation coefficient? from statsmodels....
pinpss's user avatar
  • 141
0 votes
0 answers
24 views

How to get results on the significance of alpha and beta coefficients of VECM in R

In estimating a vector-error correction model (VECM), I'm looking for a function in R that reports the significance of alpha and beta coefficients in the error-correction term. All I found was this, ...
ppp's user avatar
  • 115
0 votes
0 answers
29 views

Sig. letters will not show up on box plot in R

WD.fit<-emmeans(WD.mod,~POST*PLANTING.DATE) WD.fit WD.cld<-cld(WD.fit,decreasing=TRUE,adjust='Tukey',Letters=LETTERS,reversed = T)#gives the letters WD.cld anova <- aov(DENSITY ~...
Logan's user avatar
  • 1
0 votes
0 answers
47 views

Statistical test to compare rates before an after an intervention?

I have published data on the rates of children looked after (by a local authority) per 10,000 by local authority and over time. I know that in Lancashire an intervention was conducted in 2021. I can ...
TofuScramble's user avatar
0 votes
0 answers
33 views

I need to add p values to my grouped plot in my boxplot

I am running the following code: ggboxplot(Test, x = "pH", y = "Value", color = "Treatment", palette = "jco", add = "jitter") + geom_signif(...
mrinal kashyap's user avatar
0 votes
0 answers
108 views

Add p-values/significance to ALL boxplots (pairwise) in facet_wrapped plot

I have a facet_wrapped plot with 5 facets, that have different numbers of boxplots in them. I wanna pairwise compare all of them if they differ siginficantly from each other, ideally already giving ...
Laura Kellermann's user avatar

15 30 50 per page
1
2 3 4 5
16