Skip to main content

All Questions

Tagged with
2 votes
2 answers
441 views

Survivor function for log-normal from flexsurvreg output

I am trying to plot/generate a survival curve in Excel using the output from flexsurvreg in R. The below is a snapshot from R with the corresponding estimates (y axis values) for the time (x axis ...
0 votes
0 answers
80 views

Non-Parametric Two Way Within-Subjects ANOVA

I have a dataset with 4 individuals that are measured twice in each of the 5 groups (so in total 40 observations). Subject ID Group Value 1 1 A 45 1 2 A 62 1 1 B 70 1 2 B 37 ... ... ... ... 4 2 ...
9 votes
3 answers
10k views

How can I obtain some of all possible combinations in R?

Sometimes I want to do an exact test by examining all possible combinations of the data to build an empirical distribution against which I can test my observed differences between means. To find the ...
2 votes
4 answers
467 views

I want to show by simulation that the Wilcoxon test is more robust than the Student test for non-normally distributed data

I want to test by simulation that the Wilcoxon test is more robust than the Student test for non-normally distributed data. For example, I'm testing the ...
0 votes
1 answer
367 views

Fitting an functional autoregressive model in R with mgcv

I'm working with the 'mgcv' package in R and I just want to know if I am going about the right way of fitting a functional autoregressive (FAR) model. The FAR model is represented as $$Y=f_1(x.1)x.1+...
5 votes
1 answer
387 views

R removing zeros for pseudomedian and its confidence interval in wilcox.test?

It makes sense to me that we need to remove zeros to calculate the p-value in a Wilcoxon signed rank test. What confuses me is that R seems to leave the zeros deleted when computing the pseudomedian ...
0 votes
0 answers
96 views

How to analyse individual consistency from three non-normally distributed variables?

I would like to know if individuals were consistent across three different days. I measured the latency of individuals for a maximum of ten minutes. Many individuals had a latency of 0 and some ...
0 votes
0 answers
45 views

ACME Significant in Mediation analysis, but not Proportion Mediated and Fitting terminated with step failure warning

I am running a series of mediation analyses in R using the mediation package and the following code: ...
2 votes
1 answer
798 views

Reporting the results of nonparametric regression using kernel weights

I am wondering how I can present the results of nonparametric regression. I performed the nonparametric tests using R, and R package np. The commands used for this ...
1 vote
4 answers
131 views

Business use cases for Wilcoxon signed-rank test

The Wilcoxon signed-rank test is generally used for non-parametric data (i.e. not normally distributed). When the sample gets large, the data will be approximately normally distributed. Therefore ...
6 votes
1 answer
2k views

Plotting non-parametric (E)CDF confidence envelopes for comparison

I have previously asked about a way to test whether two samples are drawn from the same distribution (Non-parametric test if two samples are drawn from the same distribution). I was very glad to learn ...
3 votes
1 answer
117 views

Nonparametric way to perform ANOVA of linear mixed model for small sample and power calculation

I have a small data where there are 3 groups (A,B,C) and 5 participants from each group. All of those participants are measured 6 times on each of 7 different exams, so each participant get 6*7=42 ...
2 votes
1 answer
395 views

Experience with Kruskal-Wallis versus Zero-Inflated Kruskal-Wallis as nonparametric alternative to one-way ANOVA

I have a data set of 1 categorical predictor (4 levels) and one non-negative continuous response variable (listed as "aphidleaf in histogram). The response variable is not count data and the ...
3 votes
1 answer
3k views

Can one do GLM with LOESS transformed variables

I have binary valued classification variables, and predictors that are not really performing great in GLM with probit/logit model. Some of the predictors are also correlated with each other. I am ...
0 votes
0 answers
39 views

Data is not normal, want to test for interaction too Any non-parametric test? [duplicate]

I have a sample size of $310$ individuals that comprises samples collected along the elevation gradient and at different times. I want to see how the variables differ along the elevation, and with ...

15 30 50 per page
1
2 3 4 5
16