RssBioGro: Residual sum of squares for BioGro.

Description Usage Arguments Value Author(s) See Also Examples

Description

Computes residual sum of squares for the BioGro function.

Usage

1
  RssBioGro(obs, sim)

Arguments

obs

Observed data.

sim

Simulated data.

Value

Atomic vector with the residual sum of squares.

Author(s)

Fernando E. Miguez

See Also

See Also BioGro.

Examples

1
2
3
4
5
## A simple example
data(annualDB)
data(EngWea94i)
res <- BioGro(EngWea94i)
RssBioGro(annualDB,res)

serbinsh/biocro documentation built on May 29, 2019, 6:57 p.m.