Re: Multiple regression in LiveCode?

2019-01-18 Thread Richard Gaskin via use-livecode

DAVID Epstein wrote:

> Has anyone written a LiveCode function that will take a table of 2 or
> more independent variables and 1 dependent variable, and return
> coefficients, intercept, and standard errors for a multiple
> regression?

There might be something in the old joneslib.mc library:

https://forums.livecode.com/viewtopic.php?t=24307#p125754

It's quite old and will no doubt have a compilation issue or two with 
all the changes since it was first shared in the late '90s, mostly from 
functions there that have since been added to the engine.  But IIRC 
there's plenty of statistical juiciness there worth exploring beyond the 
ones now in engine.


If you find it useful enough to merit the quick cleanup, please consider 
posting the updated version to RevOnline.


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Multiple regression in LiveCode?

2019-01-18 Thread DAVID Epstein via use-livecode
Has anyone written a LiveCode function that will take a table of 2 or more 
independent variables and 1 dependent variable, and return coefficients, 
intercept, and standard errors for a multiple regression?


David Epstein
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode