Skip to content

Error in fitting a hantush_jacob model #1

@khaors

Description

@khaors

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions