Hi there
I'm doing a DSM, but the first step is to perform a detection function. My data has the columns Effort, Area, size, Region.Label, distance, Transect and ID-number.
I do not have a Sample.Label, that is in my segdata and obsdata.
I perform my first ds() but I get these messages when I run the code:
> hn <- ds(data = West.dist.24.Area, key = "hn", adjustment = NULL, > hr.max <- ds(West.dist.24.Area, max(West.dist.24.Area$distance), key="hr", adjustment=NULL, convert_units = conversion.factor)
Advarsel: Unknown or uninitialised column: `distbegin`.Fitting hazard-rate key function
AIC= 305.383
No survey area information supplied, only estimating detection function.I have not tried before to get those messages. I hope someone knowns how to deal with this.
Nicoline