Search found 8 matches

by patc3
Tue Jul 18, 2023 5:51 pm
Forum: General
Topic: Why do we use softwares like R that include coding rather than simpler softwares like Jamovi?
Replies: 1
Views: 941

Re: Why do we use softwares like R that include coding rather than simpler softwares like Jamovi?

I guess depends what you want to do.. once you get the hang of it, data preparation and manipulation is much faster easier and flexible in R directly, also jamovi doesn't do every possible analysis that R can do (one example off the top of my head: latent transition profiles).. if your data are alre...
by patc3
Tue Jul 04, 2023 7:19 pm
Forum: Help
Topic: Decision tree machine learning
Replies: 4
Views: 2236

Re: Decision tree machine learning

it's a random sub-sample from your own sample
by patc3
Mon Jul 03, 2023 12:44 pm
Forum: Statistics
Topic: Analysis of Data for Psychology Dissertation (Please help)
Replies: 8
Views: 15691

Re: Analysis of Data for Psychology Dissertation (Please help)

Hi, I have attached an image of my data on Jamovi after gathering data from participants using an online questionnaire. I am investigating the effect of pre-term birth AND low birth weight on psychosocial outcomes in adolescence/adulthood. Therefore, as you can see from the image, participants firs...
by patc3
Sat Jul 01, 2023 1:43 pm
Forum: Help
Topic: Issues with Jamovi calculating descriptives
Replies: 2
Views: 1421

Re: Issues with Jamovi calculating descriptives

Change the variable type to factor (though I'm guessing it already is), or change the values to be numeric, like 0 or 1
by patc3
Tue Jun 27, 2023 1:10 pm
Forum: General
Topic: a big data
Replies: 5
Views: 2912

Re: a big data

what format is the file in? What error do you receive/what happens?
by patc3
Fri Jun 23, 2023 12:17 am
Forum: General
Topic: Confidence interval of median overall survival in Death Watch
Replies: 3
Views: 1748

Re: Confidence interval of median overall survival in Death Watch

It looks like it's "log": https://www.rdocumentation.org/packages/survival/versions/2.11-4/topics/survfit See code lines 154-170 in the link Jonathon posted, in particular: s <- survival::survfit(survival::Surv(times, status) ~ group, data=tmpDat) This uses the default values from survival...
by patc3
Sat Jun 17, 2023 6:07 pm
Forum: Help
Topic: Multi Response in the UFS Module
Replies: 3
Views: 1133

Re: Multi Response in the UFS Module

I agree, documentation would be nice... Have you tried changing the "Endorsed option" value in the analysis? (or at least made sure it made sense?)
by patc3
Thu Jun 15, 2023 3:33 am
Forum: Help
Topic: the results of glmm in jamovi and R
Replies: 1
Views: 1599

Re: the results of glmm in jamovi and R

Can you please show some output, particularly in terms of the difference between the R and jamovi analyses?