SSDLM.Rd
Linear model estimated values for mean male and female size
SSDLM(Size, Sex)
A numerical vector representing the size of each individual as a scalar quantity
character or factor vector of individual's sexes given as 'f' for female and 'm' for male
data(pupfish) with(pupfish, SSDLM(CS, Sex)) #> Error in SSDLM(CS, Sex): could not find function "SSDLM"