Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 629 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 629 Bytes

Environmental and Ecological Statistics with R

Code and data associated with Environmental and Ecological Statistics with R (2nd edition), CRC Press, 2016.

Example chapter -- chapter 11

R Update:

When using R-4.1.2 and newer, the self starter function (the initial value module) in Section 6.1.3 needs to be updated (page 235). In the initial value function of a self starter function (the selfStart model) must include ... in its argument list:

fplModelInit <- function(mCall, LHS, data, ...){
......
}