I need help specifying which categorical covariate is used as a reference when estimating beta coefficients. I copied the output for [model]$beta$p for one of my models below. The categorical covariate used here is "season," which specifies whether a survey was conducted in summer, winter, or spring.
est se
p1_B1.Int -1.246784 0.319133
p1_B2 1.802345 0.420427
p3_B3 0.442573 0.423648
p1_B2 represents summer, p3_B3 represents winter, so I understand that "spring" (presumably p5_B4?) is being used as the reference to which summer and winter are compared. I can't figure out how to set either winter or summer as the reference covariate so I can get the beta estimates for the remainder of the pairwise comparisons. Does anyone know how to do this? Or maybe there's a way to apply a Tukey test to the data, or something similar?
I apologize if any of this is worded incorrectly--this is my first time using RPresence on my own dataset and trying to figure it out as I go! Happy to supply any other information needed to get an answer. Thank you!