songsqian / eesR

R code and data associated with "Environmental and Ecological Statistics with R" (2nd ed)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, ...){
......
}

About

R code and data associated with "Environmental and Ecological Statistics with R" (2nd ed)


Languages

Language:R 99.2%Language:Assembly 0.8%