Grouping bining of variables using Rcmdr

0 votes
Can someone tell how to do Grouping/bining of variables using Rcmdr in r
Jul 19, 2019 in Data Analytics by kriti
444 views

1 answer to this question.

0 votes
@kriti, Select the data model, Go to data -> Manage variables in active data set -> You will see bin variable option.
answered Nov 4, 2019 by rubini

Related Questions In Data Analytics

0 votes
1 answer

By using dpylr package sum of multiple columns

Basically here we are making an equation ...READ MORE

answered Apr 5, 2018 in Data Analytics by DeepCoder786
• 1,720 points
2,022 views
0 votes
1 answer

Join list of data.frames using map() call

You can use Reduce set.seed(24) r1 <- map(c(5, 10, 15), ...READ MORE

answered Apr 6, 2018 in Data Analytics by Sahiti
• 6,370 points
799 views
0 votes
1 answer

How to join a list of data frames using map()

You can use reduce set.seed(24) r1 <- map(c(5, 10, ...READ MORE

answered Apr 11, 2018 in Data Analytics by kappa3010
• 2,090 points
1,267 views
0 votes
1 answer

How to create dummy variables based on a categorical variable of lists in R?

You can use mtabulate in the following way: library(qdapTools) cbind(data[1], ...READ MORE

answered Apr 13, 2018 in Data Analytics by CodingByHeart77
• 3,740 points
2,327 views
0 votes
0 answers

RCommander - R

How to plot graphs using RCommander Tool? READ MORE

Jul 8, 2019 in Data Analytics by rahul
345 views
0 votes
0 answers

How to install KMggplot2 Plugin for Rcmdr in R?

How to install KMggplot2 Plugin for Rcmdr ...READ MORE

Jul 8, 2019 in Data Analytics by nithin
502 views
0 votes
0 answers

Summary of fields after group by a field.

How to summarize fields wIth respect to ...READ MORE

Jul 19, 2019 in Data Analytics by nitya
359 views
0 votes
0 answers

Linear Regression using Rcmdr

Hi, How to do Linear Regression using ...READ MORE

Jul 19, 2019 in Data Analytics by kriti
337 views
+2 votes
1 answer

Show a list of all variables in R

Hi Swathi, You can use ls() to list ...READ MORE

answered Jun 27, 2019 in Data Analytics by Cherukuri
• 33,030 points
88,450 views
+1 vote
2 answers

How to count the number of elements with the values in a vector?

Use dplyr function group_by(). > n = as.data.frame(num) > ...READ MORE

answered Aug 21, 2019 in Data Analytics by anonymous
• 33,030 points
4,593 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP