
Last chance! 50% off unlimited learning
Sale ends in
Obtained from
uu <- url("http://www.math.mcmaster.ca/bolker/R/misc/salamander.txt")
sdat <- read.table(uu,header=TRUE,colClasses=c(rep("factor",5),"numeric"))
See https://rpubs.com/bbolker/salamander for more information.