Skip to content

problem solution

3 messages · haki namz, Rui Barradas, Jeff Newmiller

#
Hello,please guide me where I can find the solution file of the R built-in datasets.regards
#
Hello,

datasets is a base R package of built-in data sets (sorry), not a list 
of problems.
There is no solution file.

If you have course problems that use base R datasets package, please 
note that according to the posting guide R-Help doesn't do homework. You 
should ask your instructor/teacher or your colleagues or find other 
places to get on-line help.

Hope this helps,

Rui Barradas


?s 20:53 de 19/09/21, haki namz via R-help escreveu:
#
This question is not clear. What do you mean by solution file? You can find documentation for individual datasets by typing a question mark (?) followed by the the name of the dataset.

Sample datasets are included in packages. There are several packages included with R that have some datasets. The source for those is in the source code for R [1].

There are also more than 16000 contributed packages, many of which have sample datasets, which would be in their source code [2].

Do also read the Posting Guide mentioned at the end of every message on this mailing list. Sending your email in plain text format as indicated there will help minimize scrambling if your messages on the mailing list.

[1] https://cran.r-project.org/sources.html
[2] https://cran.r-project.org/web/packages/
On September 19, 2021 12:53:22 PM PDT, haki namz via R-help <r-help at r-project.org> wrote: