fit: fit

Description Usage Arguments Examples

Description

Estimates parameters biodyn class by fitting catch and CPUE indices

Usage

1
fit(object, index, ...)

Arguments

object

an object of class biodyn

index

an FLQuant, FLQuants or data.frame object with CPUE indices

...

other arguments

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## Not run: 
   #simulate an object with known properties
   bd=sim()
   bd=window(bd,end=49)

   #simulate a proxy for stock abundance
   cpue=(stock(bd)[,-dims(bd)$year]+stock(bd)[,-1])/2
   cpue=rlnorm(1,log(cpue),.2)

   #set parameters
   setParams(bd) =cpue
   setControl(bd)=params(bd)
   control(bd)[3:4,"phase"]=-1

   #fit
   bd=fit(bd,cpue)

## End(Not run)

laurieKell/biodyn documentation built on May 20, 2019, 7:58 p.m.