Search found 5 matches
- Sun Apr 07, 2019 10:13 am
- Forum: General
- Topic: the latest JASP gauntlet!
- Replies: 4
- Views: 14252
Re: the latest JASP gauntlet!
For the Cook's distance, is it possible to flag cases with a certain cutoff and output the row numbers into a summary table/graph? That way, the users can still identify the problematic data points without a need to add columns to the spreadsheet.
- Wed Mar 13, 2019 7:08 pm
- Forum: Help
- Topic: Inconsistent EMMEANS results in R and Rj Editor
- Replies: 4
- Views: 25785
Re: Inconsistent EMMEANS results in R and Rj Editor
Hi @MAgojam,
Thanks for the clue. The way different versions of 'emmeans' handles option('contrasts') seems to be a culprit here.
I think I found out what happen.
a) Using options('contrasts'), I found that both Rj's and local R's defaults are 'contr.treatment.'
b) The 'emmeans' 1.3.0 in a ...
Thanks for the clue. The way different versions of 'emmeans' handles option('contrasts') seems to be a culprit here.
I think I found out what happen.
a) Using options('contrasts'), I found that both Rj's and local R's defaults are 'contr.treatment.'
b) The 'emmeans' 1.3.0 in a ...
- Wed Mar 13, 2019 8:35 am
- Forum: Help
- Topic: Inconsistent EMMEANS results in R and Rj Editor
- Replies: 4
- Views: 25785
Re: Inconsistent EMMEANS results in R and Rj Editor
Hi Jonathon,
Both local R and Rj R return the following. There is no difference between their results.
> options("contrasts")
##$contrasts
## unordered ordered
##"contr.treatment" "contr.poly"
However, I did some digging and found that 'fit.emm@linfct' returns different results for the ...
Both local R and Rj R return the following. There is no difference between their results.
> options("contrasts")
##$contrasts
## unordered ordered
##"contr.treatment" "contr.poly"
However, I did some digging and found that 'fit.emm@linfct' returns different results for the ...
- Tue Mar 12, 2019 7:27 pm
- Forum: Help
- Topic: Inconsistent EMMEANS results in R and Rj Editor
- Replies: 4
- Views: 25785
Inconsistent EMMEANS results in R and Rj Editor
Hi,
The emmeans for a mixed ANOVA model in the Rj Editor produces different results from those run in R. Here are the codes.
id <- factor(c(1:30,1:30))
cond <- c("A","A","A","A","A","A","A","A","A","A",
"B","B","B","B","B","B","B","B","B","B",
"C","C","C","C","C","C","C","C","C","C",
"A","A ...
The emmeans for a mixed ANOVA model in the Rj Editor produces different results from those run in R. Here are the codes.
id <- factor(c(1:30,1:30))
cond <- c("A","A","A","A","A","A","A","A","A","A",
"B","B","B","B","B","B","B","B","B","B",
"C","C","C","C","C","C","C","C","C","C",
"A","A ...
- Sat Mar 09, 2019 9:19 pm
- Forum: General
- Topic: Feature request: Simple effect in ANOVA module
- Replies: 1
- Views: 8314
Feature request: Simple effect in ANOVA module
Hi,
First of all, thank you for making such a wonderful program. I have been using jamovi for about a year and it gives me so much joy. I wonder if you plan to add a simple effect function to ANOVA, Repeated Measures ANOVA, and ANCOVA. I knew that the simple effect analysis is available on GAMLj ...
First of all, thank you for making such a wonderful program. I have been using jamovi for about a year and it gives me so much joy. I wonder if you plan to add a simple effect function to ANOVA, Repeated Measures ANOVA, and ANCOVA. I knew that the simple effect analysis is available on GAMLj ...