Skip to contents

Linear model estimated values for mean male and female size

Usage

SSDLM(Size, Sex)

Arguments

Size

A numerical vector representing the size of each individual as a scalar quantity

Sex

character or factor vector of individual's sexes given as 'f' for female and 'm' for male

Examples

data(pupfish)
with(pupfish, SSDLM(CS, Sex))
#> Error in SSDLM(CS, Sex): could not find function "SSDLM"