You may also want to check out forum.posit.co/
On Wed, 15 Jan 2025 at 14:14, Marc Schwartz via R-help
wrote:
> Hi Eliana,
>
> It is not clear which application is causing the error.
>
> As you are running macOS 13.3 (Ventura) and that you are trying to install
> both R and RSt
Hi Eliana,
It is not clear which application is causing the error.
As you are running macOS 13.3 (Ventura) and that you are trying to install both
R and RStudio (two separate applications from two different entities), please
confirm that you downloaded the correct version of R for your Mac
Hi Eliana,
What model Mac are you using? Are you the owner?
Thanks,
Steven
On Wed, Jan 15, 2025, 1:45 PM Eliana Madison wrote:
> Good morning, I am currently trying to download R and RStudio to my MacOS
> 13.3 as it is a requirement for a statistics class I am taking this
> semest
Good morning, I am currently trying to download R and RStudio to my MacOS
13.3 as it is a requirement for a statistics class I am taking this
semester.
I have checked and I have plenty of storage available however after the
downloading process is complete and I go to install the program this
Às 08:42 de 12/09/2024, Francesca escreveu:
Dear contributors,
I need to create a set of columns, based on conditions of a dataframe as
follows.
I have managed to do the trick for one column, but I do not seem to find
any good example where the condition is extended to all the dataframe.
I have
Hi,
To rephrase what you are trying to do, you want a copy of all the cp
columns, in which all the NAs become 1s and any other value becomes a
zero. There is an exception for the first row, where the NAs should
become 0s.
a <- c10Dt
b <- matrix(as.numeric(is.na(a[,-1])), nrow=nrow(a))
b[1,] <- 0
В Thu, 12 Sep 2024 09:42:57 +0200
Francesca пишет:
> c10Dt <- mutate(c10Dt, exit1= ifelse(is.na(cp1) & id!=1, 1, 0))
> So, I create a new variable, called exit1, in which the program
> selects cp1, checks if it is NA, and if it is NA but also the value
> of the column "id" is not 1, then it giv
Dear contributors,
I need to create a set of columns, based on conditions of a dataframe as
follows.
I have managed to do the trick for one column, but I do not seem to find
any good example where the condition is extended to all the dataframe.
I have these dataframe called c10Dt:
id cp1 cp2 cp
Hi
From R 4.2.0, mirroring is possible (if a little awkward) ...
library(grid)
grid.newpage()
grid.define(textGrob("R"), name="r")
grid.use("r",
transform=function(group, device)
viewportTransform(group, flip=groupFlip(flipX=TRUE)))
... although only on pdf() and Cairo-bas
Also see the "arctext" function in the plotrix package.
Jim
On Fri, Mar 31, 2023 at 11:12 AM Jim Lemon wrote:
>
> Hi Jinsong,
> Maybe "srt" will do what you want. As you noted non-orthogonal
> rotations may not work on some devices. You may be able to download
> mirror fonts from places like fon
Hi Jinsong,
Maybe "srt" will do what you want. As you noted non-orthogonal
rotations may not work on some devices. You may be able to download
mirror fonts from places like fontmirror.com, but it more complicated.
Jim
On Thu, Mar 30, 2023 at 7:25 PM Jinsong Zhao wrote:
>
> Hi there,
>
>
> I just
Às 09:25 de 30/03/2023, Jinsong Zhao escreveu:
Hi there,
I just noticed that "crt" is a graphical parameter, which is stated as follows in the
help page of "par":
A numerical value specifying (in degrees) how single characters should be
rotated. It is unwise to expect values other than multip
Hi there,
I just noticed that "crt" is a graphical parameter, which is stated as follows
in the help page of "par":
A numerical value specifying (in degrees) how single characters should be
rotated. It is unwise to expect values other than multiples of 90 to work...
However, I did not find an
Dear Thomas,
If your .asc file is a raster (Esri ASCII raster format), you may
consider the functions 'raster' in the raster package or 'read_starts'
in the star package.
Otherwise (or even) 'scan' or 'read.table' from base/utils may be your
friends.
Best,
François
Le 20/05/2022 à 15:27
I can see exactly what the file
contains.
Tim
-Original Message-
From: R-help On Behalf Of Thomas Subia via R-help
Sent: Friday, May 20, 2022 9:27 AM
To: r-help@r-project.org
Subject: [R] R and .asc file extension
[External Email]
Colleagues,
I have data which has a .asc file
On 20.05.2022 15:27, Thomas Subia via R-help wrote:
Colleagues,
I have data which has a .asc file extension.
asc likely means ASCII and can be any kind of text data, so wed need
some contents to suggest a function. But any for text files should work.
Best,
Uwe Ligges
Can R read that fil
On Thu, 17 Mar 2022 11:13:02 -0400
John Fox wrote:
> James Wettenhall used to maintain a nice set of R Tcl/Tk examples,
> but I can't find them now.
The Internet Archive seems to remember them, with the last working
snapshot being from 2013:
http://web.archive.org/web/20130619032200/http://bioin
Mailing list
Subject: Re: [R] SDLC methodology for R and Data science..
Bert Gunter writes:
>> 1. This dialogue should be taken offlist imo.
Akshay, I think you asked a great question and I was looking forward
to seeing the answers.
After reading Bert's comment I checked the po
ne person).
Thanks again,
Yours sinecerly,
AKSHAY M KULKARNI
From: Richard O'Keefe
Sent: Monday, February 14, 2022 5:23 AM
To: akshay kulkarni
Cc: R help Mailing list
Subject: Re: [R] SDLC methodology for R and Data science..
There are at least two ways t
There are at least two ways to use R.
If you have devised a statistical/data science technique
and are writing a package to be used by other people,
that is normal software development that happens to be
using R and the R tool. Lots of attention to documentation
and tests. Test-Driven
You can mix R and Python code in the same R Markdown vignette. See:
https://bookdown.org/yihui/rmarkdown/language-engines.html
```{r "RcodeChunk"}
# R code
```
```{python "PythonCodeChunk"}
# Python code
```
I did this a couple of years ago. I haven't used Pyt
An iterative process works well. Python to get the data desired and then
Rscript script.r from a command line. My process involves building a
script in R using, using Rstudio, Pycharm, VS Code, Kate, or some other
editor. Then using data input built with Python as input to Rscript. The R
scripts
HTML email through this list is erratic... if you want to
>> insure we get your message as you sent it, set your email client to send
>> plain text format.
>>
>> [1] https://cran.r-project.org/bin/windows/base/
>> [2] https://community.rstudio.com/
>>
>> O
Hello all,
I'm a long time R user, but recently also using Python. I noticed that
RStudio rolled out Python through reticulate. It's great so far!
My question is, how do you debug in Python?
In R, I simply step through the code script in my console with cmd+enter.
But you can't do that with Pyth
t; [2] https://community.rstudio.com/
>
> On January 25, 2021 2:40:45 PM PST, Carlos Gonzalez
> wrote:
> >Dear,
> >
> >I've just installed R and RStudio. Opening RStudio the following
> >appears in
> >the console.
> >
> >
> >R version 4.0.3 (
lez wrote:
>Dear,
>
>I've just installed R and RStudio. Opening RStudio the following
>appears in
>the console.
>
>
>R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
>Copyright (C) 2020 The R Foundation for Statistical Computing
>Platform: x86_64-w
Dear,
I've just installed R and RStudio. Opening RStudio the following appears in
the console.
R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
R is free software
PFD_n as a vector of scores and drug_code to make two groups
> out of it. This is exactly what the Independent samples median test does in
> SPSS. I wish to perform the same test in R and am unable to do so.
> Simply put, I am asking how to perform the Independent samples median t
they
treat PFD_n and drug_code as different groups. As you correctly said, I want to
use PFD_n as a vector of scores and drug_code to make two groups out of it.
This is exactly what the Independent samples median test does in SPSS. I wish
to perform the same test in R and am unable to do so
to
use PFD_n as a vector of scores and drug_code to make two groups out of it.
This is exactly what the Independent samples median test does in SPSS. I wish
to perform the same test in R and am unable to do so.
Simply put, I am asking how to perform the Independent samples median test in R
just
dy of your e-mail message.
On 18/01/2021 17:26, bharat rawlley via R-help wrote:
Hello,
On running the Wilcoxon Rank Sum test in R and SPSS, I am getting the following
discrepancies which I am unable to explain.
Q1 In the attached data set, I was trying to compare freq4w_n in those with
drug_code
January, 2021, 03:53:27 pm IST, Michael Dewey
wrote:
Unfortunately your data did not come through. Try using dput() and then
pasting that into the body of your e-mail message.
On 18/01/2021 17:26, bharat rawlley via R-help wrote:
> Hello,
> On running the Wilcoxon Rank Sum test in R a
wrote:
Unfortunately your data did not come through. Try using dput() and then
pasting that into the body of your e-mail message.
On 18/01/2021 17:26, bharat rawlley via R-help wrote:
> Hello,
> On running the Wilcoxon Rank Sum test in R and SPSS, I am getting the
> following dis
Unfortunately your data did not come through. Try using dput() and then
pasting that into the body of your e-mail message.
On 18/01/2021 17:26, bharat rawlley via R-help wrote:
Hello,
On running the Wilcoxon Rank Sum test in R and SPSS, I am getting the following
discrepancies which I am
Hello,
On running the Wilcoxon Rank Sum test in R and SPSS, I am getting the following
discrepancies which I am unable to explain.
Q1 In the attached data set, I was trying to compare freq4w_n in those with
drug_code 0 vs 1. SPSS gives a P value 0.031 vs R gives a P value 0.001779.
The code I
bit outside my
> experience.
>
> I have searched and found this from Amazon:
> [
> https://aws.amazon.com/marketplace/pp/B07ZDBJ42H/ref=portal_asin_url#pdp-reviews
> |
> https://aws.amazon.com/marketplace/pp/B07ZDBJ42H/ref=portal_asin_url#pdp-reviews
> ]
> and a VM Ub
his from Amazon:
[
https://aws.amazon.com/marketplace/pp/B07ZDBJ42H/ref=portal_asin_url#pdp-reviews
|
https://aws.amazon.com/marketplace/pp/B07ZDBJ42H/ref=portal_asin_url#pdp-reviews
]
and a VM Ubuntu with R and Rstudio sounds perfect: pretty much replicating my
laptop. I can try that out for free
Thank you Bert, this is wonderful!
Best wishes,
Ivan
--
Dr. Ivan Calandra
TraCEr, laboratory for Traceology and Controlled Experiments
MONREPOS Archaeological Research Centre and
Museum for Human Behavioural Evolution
Schloss Monrepos
56567 Neuwied, Germany
+49 (0) 2631 9772-243
https://www.resea
The single grep regex solutions offered to Ivan's problem were fine, but do
not readily generalize to the conjunction of multiple (>2, say) regex
patterns that can appear anywhere in a string and in any order. However,
note that this can easily be done using the Perl zero width lookahead
constructi
Thank you all for all the very helpful answers!
Best,
Ivan
--
Dr. Ivan Calandra
TraCEr, laboratory for Traceology and Controlled Experiments
MONREPOS Archaeological Research Centre and
Museum for Human Behavioural Evolution
Schloss Monrepos
56567 Neuwied, Germany
+49 (0) 2631 9772-243
https://www
There are & and | operators in the R language.
There is an | operator in regular expressions.
There is NOT any & operator in regular expressions.
grep("ConfoMap&GuineaPigs", mydata, value=TRUE)
looks for elements of mydata containing the literal
string 'ConfoMap&GuineaPigs'.
> foo <- c("a","b","ca
On Wed, Aug 19, 2020 at 7:53 AM Ivan Calandra wrote:
|
| I have the following vector:
| mydata <-
| c("SSFA-ConfoMap_GuineaPigs_NMPfilled.csv",
| "SSFA-ConfoMap_Lithics_NMPfilled.csv",
| "SSFA-ConfoMap_Sheeps_NMPfilled.csv",
| "SSFA-Toothfrax_GuineaPigs.xlsx",
|
Instead of intersect you could use grepl(pattern1,x) &
grepl(pattern2,x). Use which() on the result if you must have
integers, but the logicals that grepl() produces are often easier to
use as subscripts.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Wed, Aug 19, 2020 at 8:54 AM Ivan Calandra
A version of Eric's answer is to use grepl(), which returns a logical vector:
mydata[grepl("ConfoMap", mydata) & grepl("GuineaPigs", mydata)]
with the OR analogue:
mydata[grepl("ConfoMap", mydata) | grepl("GuineaPigs", mydata)]
/Henrik
On Wed, Aug 19, 2020 at 8:24 AM Ivan Calandra wrote:
>
>
Indeed!
I was just hoping that there would be a shorter way... intersect() is a
nice alternative too. Maybe I can make it work with pipes so that I
don't have to repeat "mydata" but that's another story.
Thank you for the help!
Ivan
--
Dr. Ivan Calandra
TraCEr, laboratory for Traceology and Contr
Well... wouldn't it be:
rep("(ConfoMap.*GuineaPigs)|(GuineaPigs.*ConfoMap)", mydata, value=TRUE)
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Wed, Aug 19, 2
Thank you Bert for the pointer.
So I guess the solution is:
grep("ConfoMap.+GuineaPigs", mydata, value=TRUE)
This is not the case here, but what if "GuineaPigs" comes before
"ConfoMap"?
Of course I could do two "grep()" calls, but if there a better solution?
Ivan
--
Dr. Ivan Calandra
TraCEr, la
Thank you Eric, I didn't think about intersect().
Now I'm trying to do that in tidyverse with pipes, and I think that's
too much for me for now!
Ivan
--
Dr. Ivan Calandra
TraCEr, laboratory for Traceology and Controlled Experiments
MONREPOS Archaeological Research Centre and
Museum for Human Beh
mydata[ intersect( grep("ConfoMap", mydata), grep("GuineaPigs", mydata) ) ]
On Wed, Aug 19, 2020 at 6:13 PM Bert Gunter wrote:
> "&" is not a regex metacharacter.
> See ?regexp
>
> Bert Gunter
>
> "The trouble with having an open mind is that people keep coming along and
> sticking things int
"&" is not a regex metacharacter.
See ?regexp
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Wed, Aug 19, 2020 at 7:53 AM Ivan Calandra wrote:
> Dear useRs,
Dear useRs,
I feel really stupid, but I cannot understand why "&" doesn't work as I
expect, while "|" does.
I have the following vector:
mydata <- c("SSFA-ConfoMap_GuineaPigs_NMPfilled.csv",
"SSFA-ConfoMap_Lithics_NMPfilled.csv",
"SSFA-ConfoMap_Sheeps_NMPfilled.csv", "SSFA-Toothfrax_GuineaPigs.x
Hello,
Run
to cite R:
citation()
to cite RStudio
RStudio.Version()
Hope this helps,
Rui Barradas
Às 15:16 de 15/04/20, Sorkin, John escreveu:
What is the proper way to cite R and Rstudio is a manuscript?
John
John David Sorkin M.D., Ph.D.
Professor of Medicine
Chief, Biostatistics and
Dear John,
For R, see citation() .
Best,
John
-
John Fox, Professor Emeritus
McMaster University
Hamilton, Ontario, Canada
Web: http::/socserv.mcmaster.ca/jfox
> On Apr 15, 2020, at 10:16 AM, Sorkin, John wrote:
>
> What is the proper way to c
nter
Date: Wed, Apr 15, 2020 at 7:18 AM
Subject: Re: [R] Correct way to cite R and RStudio in a manuscipt
To: Sorkin, John
?citation
As RStudio is not part of R, you'll have to ask that on their website.
Bert Gunter
"The trouble with having an open mind is that people keep coming alo
What is the proper way to cite R and Rstudio is a manuscript?
John
John David Sorkin M.D., Ph.D.
Professor of Medicine
Chief, Biostatistics and Informatics
University of Maryland School of Medicine Division of Gerontology and Geriatric
Medicine
Baltimore VA Medical Center
10 North Greene
Also, is the default base for "log" the same in both programs?
On Tue, Apr 14, 2020 at 3:36 PM Sorkin, John wrote:
>
> Your question is unlikely to be answered unless you post code demonstrating
> the problem
> J
>
> John David Sorkin M.D., Ph.D.
> Professor of Medicine
> Chief, Biostatistics a
Your question is unlikely to be answered unless you post code demonstrating the
problem
J
John David Sorkin M.D., Ph.D.
Professor of Medicine
Chief, Biostatistics and Informatics
University of Maryland School of Medicine Division of Gerontology and Geriatric
Medicine
Baltimore VA Medical Center
Hae guys,
When performing a poisson regression sometimes one has to input the
offset/exposure variable to account for individual time spent in a certain
therapy before acquiring a certain condition of interest, whereby in r
offset(log(months)) and in STATA offset(log(months)) results differ.
Thereb
Dear Rui, thank you very much !
On Fri, May 24, 2019 at 4:35 AM Rui Barradas wrote:
> Hello,
>
> This has to do with what kind of variance estimator is being used.
> R uses the unbiased estimator and Python the MLE one.
>
>
>
> var1 <- function(x){
>n <- length(x)
>(sum(x^2) - sum(x)^2/n
Hello,
This has to do with what kind of variance estimator is being used.
R uses the unbiased estimator and Python the MLE one.
var1 <- function(x){
n <- length(x)
(sum(x^2) - sum(x)^2/n)/(n - 1)
}
var2 <- function(x){
n <- length(x)
(sum(x^2) - sum(x)^2/n)/n
}
sd1 <- function(x) sqrt
Dear all, please would you advise :
do python and R have different ways to compute the standard deviation (sd) ?
for example, in python, starting with :
a = np.array([[1,2,3], [4,5,6], [7,8,9]])
print(a.std(axis=1)) ### per row : [0.81649658 0.81649658 0.81649658]
print(a.std(axis=0)) ### per c
1 PM
> To: R Project Help
> Subject: Re: [R] R and factorytalk historian
>
> Could you not script Excel to export automatically to CSV --
> https://stackoverflow.com/a/10803229/783412, for example -- and import the
> result into R? -- H
>
> On Wed, 12 Dec 2018 at 0
>
> > Sent: Wednesday, December 12, 2018 11:21 AM
> > To: PIKAL Petr ; r-help
> > Subject: RE: R and factorytalk historian
> >
> > Dear Petr,
> >
> > Sorry, no experience with the FTH, but related to this, has anybody
> gotten R to
> > int
; From: Viechtbauer, Wolfgang (SP)
>
> Sent: Wednesday, December 12, 2018 11:21 AM
> To: PIKAL Petr ; r-help
> Subject: RE: R and factorytalk historian
>
> Dear Petr,
>
> Sorry, no experience with the FTH, but related to this, has anybody gotten R
> to
> interface nicely w
--
>From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of PIKAL
>Petr
>Sent: Tuesday, 11 December, 2018 16:09
>To: r-help
>Subject: [R] R and factorytalk historian
>
>Hallo all
>
>Does anybody know if R could be used directly with FactoryTalk Historian
>progra
2018 5:18 PM
> To: r-help@r-project.org; PIKAL Petr ; r-help h...@r-project.org>
> Subject: Re: [R] R and factorytalk historian
>
> R supports a wide range of data transfer methods, Petr... you know for example
> that if you export data from Excel in CSV format then you can
R supports a wide range of data transfer methods, Petr... you know for example
that if you export data from Excel in CSV format then you can import it to R,
yet this solution does not satisfy all users in all cases. What expectations do
you have?
Why don't you do some legwork and identify what
Hallo all
Does anybody know if R could be used directly with FactoryTalk Historian
programme from Rockwell automation.
It is probably possible to use Excel as interface but I would prefer not to.
Best regards.
Petr Pikal
Osobn? ?daje: Informace o zpracov?n? a ochran? osobn?ch ?daj? obchodn?ch
Good morning.
I am looking for an R package and possibly at tutorial using Logistic
Regression as the classifier in a ML algorithm.
I located this URL for use with R pkg "e1071" and the SVM classifier which
seems splendid, however, I cannot locate a comparable reference similarly for
Logistic R
Longitudinal and Multilevel Data in R and Stan
ICPSR short course: May 28 to June 1, 2018
May 28: Introduction to R by John Fox
May 29 to June 1: Longitudinal and Multilevel Data in R and Stan by Georges
Monette
Sponsored and organized by ICPSR, University of Michigan and
held at York
Thanks Peter!
Yeah, I don’t think we users can fix this issue. Let’s wait for a fix from
rJava team.
Luis.
> On 31 Mar 2018, at 17:03, peter dalgaard wrote:
>
> Don't waste too much time on this. It is due to a change introduced in Java
> 10 at short notice. I believe the rJava maintainer
Hi John!
Java was installed with Homebrew Cask as a user, if my memory doesn’t fail me.
Thanks a lot for your help! Let’s see how the problem evolves.
> On 31 Mar 2018, at 11:22, John wrote:
>
> On Tue, 27 Mar 2018 22:25:33 +0300
> Luis Puerto wrote:
>
> I don't run a Mac so this may not
Don't waste too much time on this. It is due to a change introduced in Java 10
at short notice. I believe the rJava maintainers are working on a
fix/workaround.
-pd
> On 31 Mar 2018, at 10:22 , John wrote:
>
> On Tue, 27 Mar 2018 22:25:33 +0300
> Luis Puerto wrote:
>
> I don't run a Mac so
On Tue, 27 Mar 2018 22:25:33 +0300
Luis Puerto wrote:
I don't run a Mac so this may not help. Did you install java 10 as
user or as root? Using linux, applications installed as user will be
inserted into your user space under /home/. As root the
application will located where any user of the s
s those
calls remain the same. That is, the _interface_ is not affected. (See
the cartoon I drew at
http://www.j-paine.org/dobbs/engineers_honouring_the_uniform_referent_principle_708.png
.)
But $ and [[ are pervasive in R, and as you say, there are times when
I shouldn't avoid them. On the ot
Hi Ista!
Thanks a lot for your support!!
It puzzles me because it’s the first time that something like this happens to
me. I’m aware that root and user don’t have the same environmental variables
here. However, I don’t know why root chooses Java 9 and my user chooses Java
10. Isn’t Java 10 r
On Wed, Mar 28, 2018 at 3:56 AM, Luis Puerto wrote:
> Hi Jeff!!
>
> I really don’t know if running R CMD javareconf with sudo has posed a problem
> here, now or in the past. What I know is sometimes it’s the only way to
> really config it, if I don’t run with sudo, in the end it asks me if I wan
On Tue, Mar 27, 2018 at 9:39 PM, Jeff Newmiller
wrote:
> I am not a Mac user, but I do use Linux and I would recommend not running R
> with sudo unless you are an admin ninja. That defensive practice would render
> the answer to your question moot.
I don't think this is reasonable advice, given
Hi Jeff!!
I really don’t know if running R CMD javareconf with sudo has posed a problem
here, now or in the past. What I know is sometimes it’s the only way to really
config it, if I don’t run with sudo, in the end it asks me if I want to
overwrite the configuration from root
override rw-r--
I am not a Mac user, but I do use Linux and I would recommend not running R
with sudo unless you are an admin ninja. That defensive practice would render
the answer to your question moot.
It is possible that your problem may have started with inappropriate use of
sudo in configuring java, but c
Hi!
I’m on macOS 10.13.3 and just installed the new Java 10 using Homebrew Cask. I
also have installed R with Homebrew. Everything seems to work fine, however I
just get different outputs if I run sudo R CMD javareconf or R CMD javareconf.
With sudo I get pointed to Java 9 and without sudo I g
yn Ireson-Paine via R-help wrote:
I've been translating an economic model from Python into R, and I thought
members of the list would like to see a presentation I've written about it.
I've blogged this at
http://www.j-paine.org/blog/2018/03/r-taxben-a-microsimulation-economic-model-in
I've been translating an economic model from Python into R, and I thought
members of the list would like to see a presentation I've written about it.
I've blogged this at
http://www.j-paine.org/blog/2018/03/r-taxben-a-microsimulation-economic-model-in-r.html
, and the presentat
rs an interface for R...
the use of LINGO is definitely off topic here... we expect to be able to run
your code examples using R and CRAN resources to be relevant to all R users.
--
Sent from my phone. Please excuse my brevity.
On November 10, 2017 8:04:10 AM PST, "Jan Olsen Røyland"
Hi,
A few comments:
1. You appear to be replying to a post on the R-Help list from 2010:
https://stat.ethz.ch/pipermail/r-help/2010-June/242714.html
2. Nothing that you have below appears to be directly related to R, but to
LINGO:
http://www.lindo.com/index.php/products/lingo-and-optimiz
Hei
Im struggling with this problem:
b) Another company wants to compose the optimal project portfolio based on the
following 5-
year project proposals. In the table, the cash flow for each project in each
year is shown.
Project 1 Project 2 Project 3 Project 4 Project 5 Project 6
1st year of the
Hi Bert,
Thank you for your useful suggestions I will follow them and come back to
this list with any specific R code issue I might have.
Kind regards,
Luca
2017-10-02 16:57 GMT+02:00 Bert Gunter :
> Luca:
>
> 1. We are not a consulting service. We *help* with R pogramming issues.
> Users are
Luca:
1. We are not a consulting service. We *help* with R pogramming issues.
Users are typically expected to make an effort by providing R code and, if
appropriate, small data sets that illustrate their difficulties.
2. SEARCH! e.g. on "text processing R" or some such; or try Rseek.org with
such
Hi,
I am currently find myself selecting manually amoungts several hundreds
Google Alerts (GA) texts those that are indeed relevant for my research vs
those which are not (despite they are triggered by some relevant seach
keywords).
Basically each week I get several hundreds GA email such as:
ht
David's reply is far more comprehensive, but it may be worth adding
that new "data mining" packages are being added almost daily to R
software repositories (CRAN, github, etc.), so that anything one would
say about this becomes almost instantly outdated. e.g. from a post 4
days ago here from Nan Xi
> On Aug 14, 2017, at 12:22 PM, fs wrote:
>
> Hi, and sorry for asking such an unspecific question.
>
> Does anybody know of statistical / data mining methods that are available in
> R
> that are not in SAS ? With SAS I mean the SAS System Version 9.4 and SAS
> Enterprise Miner. I don't expe
Message-
From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of fs
Sent: Monday, August 14, 2017 3:22 PM
To: r-help@r-project.org
Subject: [R] Statistical / data mining methods in R and not in SAS?
Hi, and sorry for asking such an unspecific question.
Does anybody know of statistical
Hi, and sorry for asking such an unspecific question.
Does anybody know of statistical / data mining methods that are available in R
that are not in SAS ? With SAS I mean the SAS System Version 9.4 and SAS
Enterprise Miner. I don't expect a complete list, just two or three examples
or hints whe
: [R] Package sqldf in R and dates manipulation
See FAQ #4 on the sqldf github home page.
On Fri, Aug 11, 2017 at 9:21 AM, Mangalani Peter Makananisa
wrote:
> Dear all,
>
> I recently read the book " R data preperation and manipulation using
> sqldf package" by Djoni D
See FAQ #4 on the sqldf github home page.
On Fri, Aug 11, 2017 at 9:21 AM, Mangalani Peter Makananisa
wrote:
> Dear all,
>
> I recently read the book " R data preperation and manipulation using sqldf
> package" by Djoni Darmawikarta
> However, I have a problem with manipulation of dates using t
Sent from Samsung tablet.
Dear all,
I recently read the book “ R data preperation and manipulation using sqldf
package” by Djoni Darmawikarta
However, I have a problem with manipulation of dates using this package, I do
not get the expected results. Do I need to install some packages t
Dear all,
I recently read the book " R data preperation and manipulation using sqldf
package" by Djoni Darmawikarta
However, I have a problem with manipulation of dates using this package, I do
not get the expected results. Do I need to install some packages to be able to
subset the data by d
On 06/08/2017 2:57 PM, Duncan Murdoch wrote:
On 06/08/2017 9:17 AM, Jorge Cimentada wrote:
Hi,
I've been trying to install some very heavy packages from Github (~ 100MB -
300 MB) on my remote server using Rstudio server and I keep getting some
crashes. These packages are pretty much datasets.
On 06/08/2017 9:17 AM, Jorge Cimentada wrote:
Hi,
I've been trying to install some very heavy packages from Github (~ 100MB -
300 MB) on my remote server using Rstudio server and I keep getting some
crashes. These packages are pretty much datasets.
Based on your description, this is RStudio Se
Hi,
I've been trying to install some very heavy packages from Github (~ 100MB -
300 MB) on my remote server using Rstudio server and I keep getting some
crashes. These packages are pretty much datasets.
I try doing it with this code and get the error below.
> install.packages("devtools")
> devt
1 - 100 of 943 matches
Mail list logo