Discussion:
[R] CenReg download
Olofinsao Tosin
2018-11-26 16:10:44 UTC
Permalink
Greetings.

Please I need cenReg function and every package useful for Tobit regression
on R.

Kindly provide me the link for the download or attach the zip file to this
mail.

I expect your positive response soon.

Thank you very much.

Best regards,
Tosin Olofinsao

[[alternative HTML version deleted]]

______________________________________________
R-***@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Jeff Newmiller
2018-11-26 17:02:49 UTC
Permalink
http://lmgtfy.com/?q=cenReg

Notice that you will need to use the install.packages function to install the package, and then the library function to attach it to the function search path.
Post by Olofinsao Tosin
Greetings.
Please I need cenReg function and every package useful for Tobit regression
on R.
Kindly provide me the link for the download or attach the zip file to this
mail.
I expect your positive response soon.
Thank you very much.
Best regards,
Tosin Olofinsao
[[alternative HTML version deleted]]
______________________________________________
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
--
Sent from my phone. Please excuse my brevity.

______________________________________________
R-***@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
David L Carlson
2018-11-26 17:04:52 UTC
Permalink
Perhaps you mean the censReg function in the censReg package? You obtain it using install.packages("censReg") and then loading it with library(censReg). As for other Tobit regression packages, Google "tobit regression r" works very well.

Your question suggests that you are just learning about R. You might find this list useful:

https://goo.gl/huajyf

----------------------------------------
David L Carlson
Department of Anthropology
Texas A&M University
College Station, TX 77843-4352



-----Original Message-----
From: R-help <r-help-***@r-project.org> On Behalf Of Olofinsao Tosin
Sent: Monday, November 26, 2018 10:11 AM
To: r-***@r-project.org
Subject: [R] CenReg download

Greetings.

Please I need cenReg function and every package useful for Tobit regression
on R.

Kindly provide me the link for the download or attach the zip file to this
mail.

I expect your positive response soon.

Thank you very much.

Best regards,
Tosin Olofinsao

[[alternative HTML version deleted]]

______________________________________________
R-***@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

______________________________________________
R-***@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Olofinsao Tosin
2018-11-26 17:58:30 UTC
Permalink
Thanks very much.

Best regards,
Tosin Olofinsao
Post by David L Carlson
Perhaps you mean the censReg function in the censReg package? You obtain
it using install.packages("censReg") and then loading it with
library(censReg). As for other Tobit regression packages, Google "tobit
regression r" works very well.
https://goo.gl/huajyf
----------------------------------------
David L Carlson
Department of Anthropology
Texas A&M University
College Station, TX 77843-4352
-----Original Message-----
Sent: Monday, November 26, 2018 10:11 AM
Subject: [R] CenReg download
Greetings.
Please I need cenReg function and every package useful for Tobit regression
on R.
Kindly provide me the link for the download or attach the zip file to this
mail.
I expect your positive response soon.
Thank you very much.
Best regards,
Tosin Olofinsao
[[alternative HTML version deleted]]
______________________________________________
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/
posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
[[alternative HTML version deleted]]

______________________________________________
R-***@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Loading...