There seems to be a relatively new version of NLreg available (as of Sept). 
 I'm still having problems.  
following the example in the doc:

using DataFrames, NLreg
works fine,

const sd1 = readtable(Pkg.dir("NLreg","data","sd1.csv.gz"));
works fine, sd1 table is OK

nl = fit(BolusSD1(CONC ~ TIME, sd1))
returns:
ERROR: type Array has no field data
in gpinc at C:\users\Mark\.julia\v0.3\NLreg\src\plreg.jl:143


I'm using Windows 7, 64 bit, Julia 0.3.3.

Thanks for any help
Mark

Reply via email to