MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: NonlinearFit and NonlinearRegression

  • To: mathgroup at smc.vnet.net
  • Subject: [mg8364] Re: NonlinearFit and NonlinearRegression
  • From: "Seth J. Chandler" <SChandler at uh.edu>
  • Date: Tue, 26 Aug 1997 02:23:01 -0400
  • Organization: University of Houston Law Center
  • Sender: owner-wri-mathgroup at wolfram.com

You asked about extracting a plottable expression using NonlinearRegress

The key is to use the rule RegressionReport->BestFit as an option to the
NonlinearRegress command. You then use BestFit/.NonlinearRegress[blah
blah, RegressionReport->BestFit] to extract the function to be plotted.

Seth J. Chandler
Associate Professor of Law
and occasional NonlinearFitter
University of Houston Law Center



  • Prev by Date: Setting a prettier table
  • Next by Date: Strange timing behavior of Integrate[]
  • Previous by thread: NonlinearFit and NonlinearRegression
  • Next by thread: NonlinearFit and NonlinearRegress