Lucas Sevilla García wrote:
Hi R community
I have a little problem, and I tried to solve it by myself but I
couldn't. I building an if loop, and I want to check a value inside
an interval. This would be the case:
pvalue=0,2999
if(pvalue>0.05 or pvalue<0.1)
as you can see I would like to ch
Hi Lucas,
try:
if(pvalue>0.05 & pvalue<0.1)
HTH
Marcio
Lucas Sevilla García wrote:
>
>
> Hi R community
>
> I have a little problem, and I tried to solve it by myself but I couldn't.
> I building an if loop, and I want to check a value inside an interval.
> This would be the case:
>
> pv
Lucas Sevilla García wrote:
Hi R community
I have a little problem, and I tried to solve it by myself but I couldn't. I
building an if loop, and I want to check a value inside an interval. This would
be the case:
pvalue=0,2999
if(pvalue>0.05 or pvalue<0.1)
as you can see I would like to c
Hi R community
I have a little problem, and I tried to solve it by myself but I couldn't. I
building an if loop, and I want to check a value inside an interval. This would
be the case:
pvalue=0,2999
if(pvalue>0.05 or pvalue<0.1)
as you can see I would like to check in that if loop if my pval
4 matches
Mail list logo