Add R² to bfastmonitor monitor period output
Open
enhancement
- Dominant language
- R
- Stars
- 53
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Already possible to do something like that with:
```r
cor(predict(mona$model, mona$tspp[mona$tspp$time >= mona$monitor[1],]), mona$tspp[mona$tspp$time >= mona$monitor[1],"response"])^2
```
Contributor guide
Research direction
Start at the bfastmonitor entry point and locate where the monitor period output is assembled. Compare that output with the R² calculation shown in the issue; done means the monitor period output reports R² for the relevant observations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100