|
[Date Index]
[Thread Index]
[Author Index]
Re: Can Mathematica do regression, or similar?
- To: mathgroup at smc.vnet.net
- Subject: [mg126810] Re: Can Mathematica do regression, or similar?
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Fri, 8 Jun 2012 03:39:48 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201206070918.FAA02445@smc.vnet.net>
- Reply-to: murray at math.umass.edu
_No_ program can "figure out the relationship" between a response
variable and given predictor variables. But Mathematica can certainly
find a linear model fit with multiple predictor variables -- provided
that's an appropriate model for you to use. The function LinearModelFit
does this.
Perhaps your data are such that you really want some nonlinear model.
You specify the form of the model (as a function of the predictor
variables) and then use NonlinearModelFit to let Mathematica determine
the parameters of the model.
On 6/7/12 5:18 AM, Nicholas Kormanik wrote:
> I have two columns of data containing predictor variables, and a third which is the response variable.
>
> All three columns are continuous data. Number of rows is around 500.
>
> Can Mathematica figure out the relationship between the two predictor variables, and the response variable?
>
> What would be the code for doing so?
>
> Thanks.
>
> Nicholas Kormanik
>
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
Prev by Date:
Re: please help using NDSolve and FindFit
Next by Date:
Problems with dynamic contour plots produced for the CDF-reader
Previous by thread:
Re: Can Mathematica do regression, or similar?
Next by thread:
Re: Can Mathematica do regression, or similar?
|