I've been using jamovi for ~3 yrs to teach statistics at the University of Stirling in the UK.
best,
i
Search found 15 matches
- Thu Apr 07, 2022 7:00 pm
- Forum: General
- Topic: List of universities using jamovi to teach stats
- Replies: 22
- Views: 409993
- Tue Sep 14, 2021 7:27 am
- Forum: Help
- Topic: problem after updating
- Replies: 8
- Views: 39661
Re: problem after updating
just confirming this issue on Linux Mint 20.2
- Wed Feb 03, 2021 9:55 am
- Forum: Help
- Topic: jmv::ANOVA & summary(lm) output
- Replies: 2
- Views: 12149
Re: jmv::ANOVA & summary(lm) output
Yes, that's it. Resetting the default contrasts before the second lm() fixes things.
base::options(contrasts = c("contr.treatment","contr.poly"))
mod2 <- lm(value ~ method, data = data_in)
summary(mod2)
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 15.501 1.962 7.902 2.24e-09 ...
base::options(contrasts = c("contr.treatment","contr.poly"))
mod2 <- lm(value ~ method, data = data_in)
summary(mod2)
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 15.501 1.962 7.902 2.24e-09 ...
- Tue Feb 02, 2021 2:34 pm
- Forum: Help
- Topic: jmv::ANOVA & summary(lm) output
- Replies: 2
- Views: 12149
jmv::ANOVA & summary(lm) output
Hi
I'm writing a tutorial for some students to illustrate the ANOVA can be conceptualised as a linear model. Using jmv::ANOVA seems to mask the ability of the lm() function to properly label factors in the summary(lm) output if you try to run the lm() after jmv::ANOVA.
library(jmv)
# make fake ...
I'm writing a tutorial for some students to illustrate the ANOVA can be conceptualised as a linear model. Using jmv::ANOVA seems to mask the ability of the lm() function to properly label factors in the summary(lm) output if you try to run the lm() after jmv::ANOVA.
library(jmv)
# make fake ...
- Sat Jan 30, 2021 4:32 pm
- Forum: Help
- Topic: Error with jmv::ANOVA vs Jamovi for two way ANOVA
- Replies: 2
- Views: 12283
Re: Error with jmv::ANOVA vs Jamovi for two way ANOVA
ah, thanks... don't do stats tired!
- Fri Jan 29, 2021 3:03 pm
- Forum: Help
- Topic: Error with jmv::ANOVA vs Jamovi for two way ANOVA
- Replies: 2
- Views: 12283
Error with jmv::ANOVA vs Jamovi for two way ANOVA
Hi
Using Jamovi I can carry out a two-way ANOVA (Ratio as dep var; Optim & Sex as indep vars) on the following small dataset:
dput(swimming)
structure(list(Optim = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L,
1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L), .Label = c("Optimists",
"Pessimists"), class ...
Using Jamovi I can carry out a two-way ANOVA (Ratio as dep var; Optim & Sex as indep vars) on the following small dataset:
dput(swimming)
structure(list(Optim = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L,
1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L), .Label = c("Optimists",
"Pessimists"), class ...
- Tue Mar 31, 2020 4:09 pm
- Forum: Help
- Topic: GAMLj mixed model logistic regression
- Replies: 1
- Views: 11885
GAMLj mixed model logistic regression
Hi
I wonder if someone could help me with the interpretation of a logistic regression mixed model.
I am trying to model response (either high or low) within control or intervention groups at two timepoints (before or after intervention or placebo). The omv file is attached. I'm using a mixed model ...
I wonder if someone could help me with the interpretation of a logistic regression mixed model.
I am trying to model response (either high or low) within control or intervention groups at two timepoints (before or after intervention or placebo). The omv file is attached. I'm using a mixed model ...
- Tue Dec 17, 2019 6:51 pm
- Forum: General
- Topic: Switching undergrad class from SPSS... any advice?
- Replies: 5
- Views: 19903
Re: Switching undergrad class from SPSS... any advice?
Hi
I've run a couple of years of teaching sports & ex science students jamovi after they had an intro stats class a couple of years previously. Overall they loved jamovi for its relative simplicity, accessibility and just general 'usableness'. I can't really say I've had many issues. In fact we've ...
I've run a couple of years of teaching sports & ex science students jamovi after they had an intro stats class a couple of years previously. Overall they loved jamovi for its relative simplicity, accessibility and just general 'usableness'. I can't really say I've had many issues. In fact we've ...
- Fri May 24, 2019 7:45 pm
- Forum: Off-topic
- Topic: Jamovi 1.0
- Replies: 2
- Views: 165462
Re: Jamovi 1.0
Yeah... would like to offer congratulations as well. I've been recommending and demonstrating jamovi to my students for about a year now. They love it and uptake has been good. Hope you keep winning fans!
best,
i
best,
i
- Fri Oct 13, 2017 3:05 pm
- Forum: Help
- Topic: [SOLVED] win 10 module install
- Replies: 4
- Views: 12322
Re: win 10 module install
Some more info... we ran jamovi using right-click, run as administrator & the module appeared. We were then able to see the module even when not running as administrator. So some win 10 permissions problem?!
best,
i
best,
i