Conversation

I'm trying to check for the average sex rate in a relationship, grouped by how poly they are, controlling for age. Using chatgpt, I have this code. It's giving me a reasonable-looking result, and I think I did it right, but I'd like some human eyeballs to verify this is not dum
Image
Replying to
Statistician here - looks right to me. You could try allow poly and selfage to interact in the model - using "sexrate ~ poly * selfage" will get you that.
2
34
Show replies