Displaying 4 results from an estimated 4 matches for "rlanguag".
Did you mean:
rlanguage
2004 Mar 31
2
functions & paths
...ny way that this function can be saved outside of R? That is, is there any procedure that will run specified R commands whenever R is invoked?
2) Is there anyway to specify additional paths for R to search. For example, I have some R script named, myProg.r that is saved in a directory C:\Programs\RLanguage\Rob\. I run the script in the following way:
source("C:/Programs/RLanguage/Rob/myProg.r")
This works fine, but I was wondering if there is any command that could be entered into the .First function described above that adds the directory C:\Programs\RLanguage\Rob\ to the R path. This w...
2016 Apr 22
0
subset by multiple letters condition
You may investigate a solution based on regular expressions.
Some tutorials to help:
http://www.regular-expressions.info/rlanguage.html
http://www.endmemo.com/program/R/grep.php
http://biostat.mc.vanderbilt.edu/wiki/pub/Main/SvetlanaEdenRFiles/regExprTalk.pdf
https://rstudio-pubs-static.s3.amazonaws.com/74603_76cd14d5983f47408fdf0b323550b846.html
http://stat545.com/block022_regular-expression.html
https://www.youtube.com...
2020 Jan 15
4
A bug understanding F relative to FALSE?
Hi all,
Is the next behaviour suitable?
identical(F,FALSE)
## [1] TRUE
utils::getParseData(parse(text = "c(F,FALSE)", keep.so=rce = TRUE))
## line1 col1 line2 col2 id parent token terminal text
## 14 1 1 1 10 14 0 expr FALSE
## 1 1 1 1 1 1 3 SYMBOL_FUNCTION_CALL TRUE c
## 3 1 1 1 1 3
2007 Feb 06
15
R in Industry
The other day, CNN had a story on working at Google. Out of curiosity, I
went to the Google employment web site (I'm not looking, but just
curious). In perusing their job posts for statisticians, preference is
given to those who use R and python. Other languages, S-Plus and
something called SAS were listed as lower priorities.
When I started using Python, I noted they have a portion of the