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
6
7
8
## Not run: 
## A simple example
data(annualDB)
data(EngWea94i)
res <- BioGro(EngWea94i)
RssBioGro(annualDB,res)

## End(Not run)

BioCro documentation built on May 2, 2019, 6:15 p.m.