DOI-USGS / DOI-USGS/loadflex

Difficulty building the vignette

Open
#241 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
R
Stars
16
Forks
18
PR merge metrics
No merged PRs in 30d

Description

When I attempt to build the vignette, I get the following error:

> Error in predictSolute.loadComp(no3_lc, "flux", estdat, se.pred = TRUE) :
Uncertainty estimates were not stored with the model. Refit with 'uncertainty' in 'store' argument to enable se.pred=TRUE

I'm able to fix the error by storing the uncertainty when creating `no3_lc`:

```r
no3_lc <- loadComp(reg.model=no3_lr, interp.format="conc",
interp.data=intdat, store = "uncertainty")
```

Would a PR that allows the vignette to be built be welcome?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.