The r-faq tag is created to group a limited number of questions discussing problems that come up regularly on the R tag.
Can someone please help how to get the list of built-in data sets and their dependency packages?
r dataset r-faqI'm trying to compare two numbers in R as a part of a if-statement condition: (a-b) >= 0.5 In this particular …
r floating-point comparison comparison-operators r-faqI've found this issue with t-tests and chi-squared in R but I assume this issue applies generally to other tests. …
r precision r-faqI typed the following in the R command line: install.packages("RecordLinkage") I got the following error: Warning in install.…
r installation package r-faqThe documentation says vapply is similar to sapply, but has a pre-specified type of return value, so it can be …
r apply r-faqI have two data frames: df1 x1 x2 1 a 2 b 3 c 4 d and df2 x1 x2 2 zz 3 qq I want …
r match r-faqLet's assume that we have a data frame x which contains the columns job and income. Referring to the data …
r dataframe r-faq