Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in fitting a hantush_jacob model #1

Open
khaors opened this issue Jul 3, 2019 · 0 comments
Open

Error in fitting a hantush_jacob model #1

khaors opened this issue Jul 3, 2019 · 0 comments

Comments

@khaors
Copy link
Owner

khaors commented Jul 3, 2019

When I tried to fit the attached pumping test using the following code

library(pumpingtest)
D <- read.csv("Cuche.csv", h = T)
ptest <- pumping_test("Cuche", Q = .00349, r = 0.3, t = D$t, s = D$s)
additional.parameters(ptest) <- list(B=20)
ptest.fit <- fit(ptest,"hantush_jacob")

I get the following error:

Error in model.frame.default(formula = ~s + ptest + t, data = drawdown_curve) : 
  invalid type (list) for variable 'ptest'

Cuche.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant