Use one ampersand, not two.
And post plain text.
On December 12, 2021 8:30:11 PM PST, Kai Yang via R-help
wrote:
>Hi R team,I want to delete records from a data frame if Class = '1st' and
>Survived = 'No'. I wrote the code below, test <- subset(PD, Class != '1st' &&
>Survived != 'No')
>but th
Hi R team,I want to delete records from a data frame if Class = '1st' and
Survived = 'No'. I wrote the code below, test <- subset(PD, Class != '1st' &&
Survived != 'No')
but the code return a wrong result. Can someone help me for this?
Thanks,Kai
[[alternative HTML version deleted]]
___
I would suggest instead:
foo <- function(pars){
with(pars,
(res <- (x + y)*z^w
list(result = res, message = alpha) ))
}
On Sun, Dec 12, 2021, 9:12 AM Rui Barradas wrote:
> Hello,
>
> Inline.
>
> Às 16:43 de 12/12/21, akshay kulkarni escreveu:
> > dear members,
> >
Hello,
Inline.
Às 16:43 de 12/12/21, akshay kulkarni escreveu:
dear members,
I am a stock trader based in INDIA using R for my
research. I have two questions:
1. I want to send the same function with different arguments to different
cores. This link in SO
http
dear members,
I am a stock trader based in INDIA using R for my
research. I have two questions:
1. I want to send the same function with different arguments to different
cores. This link in SO
https://stackoverflow.com/questions/25045998/send-function-calls-with-dif
5 matches
Mail list logo