Displaying 4 results from an estimated 4 matches for "count_type_a_high".
Did you mean:
count_type_a_higher
2016 Apr 20
2
Data reshaping with conditions
...e == "B", max(count[Type ==
"B"]),max(count[Type == "A"]))) %>%
mutate(count_type_A_lesser = ifelse
(Type=="B",(paste(unlist(count[Type=="A"]) < Max_of_count_B[Type=="B"],
collapse = ",")), "NA"))%>%
mutate(count_type_A_higher =
ifelse(Type=="B",(paste(unlist(count[Type=="A"]) >
Max_of_count_B[Type=="B"], collapse = ",")), "NA"))
I hope I make my point clear. Please bare with the code, as I am new to
this.
Regards,
?sri
[[alternative HTML version deleted]]
2016 Apr 20
0
Data reshaping with conditions
...ount[Type ==
> "B"]),max(count[Type == "A"]))) %>%
> mutate(count_type_A_lesser = ifelse
> (Type=="B",(paste(unlist(count[Type=="A"]) < Max_of_count_B[Type=="B"],
> collapse = ",")), "NA"))%>%
> mutate(count_type_A_higher =
> ifelse(Type=="B",(paste(unlist(count[Type=="A"]) >
> Max_of_count_B[Type=="B"], collapse = ",")), "NA"))
>
> I hope I make my point clear. Please bare with the code, as I am new to
> this.
>
> Regards,
> sri
>
>...
2016 Apr 21
2
Data reshaping with conditions
...uot;B"]),max(count[Type == "A"]))) %>%
> > mutate(count_type_A_lesser = ifelse
> > (Type=="B",(paste(unlist(count[Type=="A"]) < Max_of_count_B[Type=="B"],
> > collapse = ",")), "NA"))%>%
> > mutate(count_type_A_higher =
> > ifelse(Type=="B",(paste(unlist(count[Type=="A"]) >
> > Max_of_count_B[Type=="B"], collapse = ",")), "NA"))
> >
> > I hope I make my point clear. Please bare with the code, as I am new to
> > this.
> >
&...
2016 Apr 21
0
Data reshaping with conditions
...x(count[Type == "A"]))) %>%
>> > mutate(count_type_A_lesser = ifelse
>> > (Type=="B",(paste(unlist(count[Type=="A"]) < Max_of_count_B[Type=="B"],
>> > collapse = ",")), "NA"))%>%
>> > mutate(count_type_A_higher =
>> > ifelse(Type=="B",(paste(unlist(count[Type=="A"]) >
>> > Max_of_count_B[Type=="B"], collapse = ",")), "NA"))
>> >
>> > I hope I make my point clear. Please bare with the code, as I am new to
>> &g...