regression analysis with linux way forward

Asked by ELIJAH

does linux have a regression analysis package,if so how do I install it
Regards
ELIJAH

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

I suggest you report bugs as you find them.

Revision history for this message
Warren Hill (warren-hill) said :
#2

If you are talking about statistical regression.

Then take a look at R

Website here: http://www.r-project.org/

If that's the sort of thing you are looking for you should be able to find it in the software centre.

If not you can install it from a command line with

    sudo apt-get install r-base

Revision history for this message
Warren Hill (warren-hill) said :
#3

R is a command line program so to run it open a terminal and enter...

R

Revision history for this message
Warren Hill (warren-hill) said :
#4

There is also a gui front end to R you can install with

    sudo apt-get install rkward

For more information on mathematics packages see here:

https://help.ubuntu.com/community/UbuntuMath

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#5

I suggest installing r-base (as explained above), and then RStudio.

RStudio has a more powerful interface than R.

You can get RStudio here:

https://www.rstudio.com/ide/download/desktop

I suggest installing and upgrading R library packages using RStudio.

Can you help with this problem?

Provide an answer of your own, or ask ELIJAH for more information if necessary.

To post a message you must log in.