bfast2 / bfast2/bfast

Add R² to bfastmonitor monitor period output

Open
#67 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.