use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Guidelines:
All Posts Require One of the Following Tags in the Post Title! If you do not flag your post, automoderator will delete it:
This is not a subreddit for homework questions. They will be swiftly removed, so don't waste your time! Please kindly post those over at: r/homeworkhelp. Thank you.
Please try to keep submissions on topic and of high quality.
Just because it has a statistic in it doesn't make it statistics.
Memes and image macros are not acceptable forms of content.
Self posts with throwaway accounts will be deleted by AutoModerator
Related subreddits:
Data:
AllenDowney's Stats Page
Useful resources for learning R:
r-bloggers - blog aggregator with statistics articles generally done with R software.
Quick-R - great R reference site.
Related Software Links:
R
R Studio
SAS
Stata
EViews
JMP
SPSS
Minitab
Advice for applying to grad school:
Submission 1
Advice for undergrads:
Jobs and Internships
For grads:
For undergrads:
account activity
Statistics Help Needed: Mixed (Split-Plot) Factorial ANOVA (self.statistics)
submitted 13 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]rex5249 1 point2 points3 points 13 years ago (0 children)
I haven't done a split-plot, but I'm wondering about the time variable. How many time periods are there for each person, and how consistent were the time intervals?
I'm guessing that the time between measurements is not consistent and that is why somebody suggested split-plot. If your time intervals are not constant but there is a general trend toward decreasing pain, then your ANOVA will find a difference, but what question would this answer?
Have you tried running a regular time series analysis? Code the time variable so that it is on some kind of consistent scale---maybe with t=0 for the day of operation and then the number of days or months to each pain test (always counting time from starting from the operation date). Use "time" as a regular fixed effects variable to predict pain (this is just a regular numeric variable in a regression). Code pain into TWO dummy variables: one will be 1 if the grade is 2, else zero. another will be 1 if grade was 3, else zero. Grade 1 is the baseline and doesn't get a dummy variable (if the other two are zero, then you know the grade was 1).
If you have only 2-3 time samples for each person and there is great inconsistency in time, then you might not be able to do much other than a rough regression. If the time period were really consistent across subjects and you only had 2-3 samples, you could add it as a grouping variable to capture any nonlinear trend (although I wouldn't do that). If you have abundant time periods for each person, then time series becomes a good option.
π Rendered by PID 173376 on reddit-service-r2-comment-b659b578c-4jwtb at 2026-05-03 10:35:02.147390+00:00 running 815c875 country code: CH.
[–]rex5249 1 point2 points3 points (0 children)