# NOT RUN {
dataset <- summary (sampleSoundCorrsData.abc)
models <- list (
"model A" = list (
formula = "Y ~ a/X",
start = list (list(a=1))),
"model B" = list (
formula = "Y ~ a/(1+exp(1)^X)",
start = list (list(a=1)))
)
fitTable (models, dataset, 1, vec2df.id)
# }
Run the code above in your browser using DataLab