Most viewed questions in Data Analytics

0 votes
0 answers

RCommander - R

How to plot graphs using RCommander Tool? READ MORE

Jul 8, 2019 in Data Analytics by rahul
347 views
+1 vote
1 answer

R programming: Graphic commands

For this purpose, make use of the ...READ MORE

Feb 20, 2019 in Data Analytics by Tyrion anex
• 8,700 points
346 views
0 votes
1 answer

Expression Computation - R programming

The sequence of ones: cumsum(10^(0:4)) ## [1] ...READ MORE

Oct 29, 2018 in Data Analytics by Maverick
• 10,840 points
345 views
0 votes
0 answers

Use of ggplot() within another function in R [closed]

Using the ggplot2 package, I'm attempting to ...READ MORE

Jun 22, 2022 in Data Analytics by avinash
• 1,840 points

closed Jun 22, 2022 by avinash 344 views
0 votes
1 answer

help with calculation

Hi Karthik, use pmap( ) to find ...READ MORE

Sep 4, 2019 in Data Analytics by anonymous
• 33,030 points
344 views
+1 vote
1 answer

Can R and hadoop be used together to get better results?

The most common way to link R ...READ MORE

Nov 2, 2018 in Data Analytics by Maverick
• 10,840 points
343 views
0 votes
1 answer

Constructing a new data.frame by giving values row by row - R

Create an empty data.frame first and then  ...READ MORE

Jun 4, 2018 in Data Analytics by Bharani
• 4,660 points
343 views
0 votes
1 answer

understanding sapply function in r

Do you read 2? sapply. Either a ...READ MORE

Jun 24, 2022 in Data Analytics by Sohail
• 3,040 points
340 views
0 votes
1 answer

How can I install R with Homebrew ?

brew tap homebrew/science brew install Caskroom/cask/xquartz brew install r The ...READ MORE

May 18, 2018 in Data Analytics by zombie
• 3,790 points
340 views
0 votes
0 answers

Show different shapes wrt a field in a scatter chart in R

Hi, I'm new to R. I want ...READ MORE

Jul 12, 2019 in Data Analytics by lydia
339 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
338 views
0 votes
1 answer

I'm trying to figure out a formula to be able to divide the max and min number inside the intervals.

#One possible solution is to split by ...READ MORE

Nov 16, 2018 in Data Analytics by Maverick
• 10,840 points
337 views
0 votes
1 answer

How can I convert a list to a dataframe?

L = ['1', '2','3','4','5'] #create new df df ...READ MORE

Sep 19, 2018 in Data Analytics by Abhi
• 3,720 points
337 views
0 votes
1 answer

What is the difference between rm() and rm(list=ls())?

Yes, you can clear all variables in ...READ MORE

Jun 22, 2023 in Data Analytics by anonymous
• 1,180 points
335 views
0 votes
0 answers

Kmeans Clusters - R plot

Hi, can someone help me visualize the ...READ MORE

Aug 1, 2019 in Data Analytics by rajeev
335 views
0 votes
1 answer

R Programming: Converting lists

Try this: a<-list(c("a", "b"), c("c", "d"), c("e", "f")) t(data ...READ MORE

Jan 28, 2019 in Data Analytics by Sophie may
• 10,610 points
335 views
0 votes
1 answer

R programming basics

There's a small change you can make, ...READ MORE

Jan 18, 2019 in Data Analytics by Tyrion anex
• 8,700 points
327 views
0 votes
1 answer

Looping error in R

You need a sequence to iterate over ...READ MORE

Oct 30, 2018 in Data Analytics by Maverick
• 10,840 points
327 views
0 votes
0 answers

Merge dataframes with similar field values into one with aggregation

For suppose if these are my dataframes, ...READ MORE

Aug 21, 2019 in Data Analytics by kavitha
326 views
0 votes
0 answers

Knit output Options for rmarkdown script

What are the options that can be ...READ MORE

Jul 31, 2019 in Data Analytics by kriti
326 views
0 votes
0 answers

Axis does not start from bottom of the plot

Hi, im trying to create a custom ...READ MORE

Jul 25, 2019 in Data Analytics by samira
325 views
0 votes
0 answers

Extracting the last n characters from a string in R

The final n characters of a string ...READ MORE

Jun 27, 2022 in Data Analytics by avinash
• 1,840 points
324 views
0 votes
0 answers
0 votes
1 answer

R programming: SQL Syntax

R has a library called, sqldf to do ...READ MORE

Apr 5, 2019 in Data Analytics by Sophie may
• 10,610 points
321 views
0 votes
1 answer

Mean of categorical variables from plyr package

df<-data.frame(risk= rep(c("ADV","HHM","POV"),10), ...READ MORE

Jun 24, 2022 in Data Analytics by Sohail
• 3,040 points
319 views
0 votes
0 answers

Select input dynamically in r shiny

The datset im using will be updated ...READ MORE

Aug 14, 2019 in Data Analytics by ruchi
319 views
0 votes
1 answer

R programming: sapply() function

There are 2 ways to do it, ...READ MORE

Jan 23, 2019 in Data Analytics by Tyrion anex
• 8,700 points
317 views
0 votes
1 answer

Counting the number of elements with the values of x in a vector

You may simply use the table() method: > ...READ MORE

Jun 14, 2022 in Data Analytics by Sohail
• 3,040 points
312 views
0 votes
1 answer

tidyr: using mutate inside a function

We could translate it to a symbol ...READ MORE

Jun 24, 2022 in Data Analytics by Sohail
• 3,040 points
312 views
0 votes
1 answer

Create line graph with multiple lines in R

You must first restructure your dataset into ...READ MORE

Jun 24, 2022 in Data Analytics by Sohail
• 3,040 points
311 views
0 votes
1 answer

How can I learn R?

As the name signifies it's only an ...READ MORE

May 9, 2018 in Data Analytics by zombie
• 3,790 points
311 views
0 votes
1 answer

Tensorflow advantages

It has platform flexibility It is easily trainable ...READ MORE

Sep 26, 2018 in Data Analytics by nitinrawat895
• 11,380 points
310 views
0 votes
0 answers

Is it possible to add a chart outside of another chart in R?

Is it possible to add a chart ...READ MORE

Aug 8, 2019 in Data Analytics by anonymous
308 views
0 votes
0 answers

How to install Rcmdr?

How to install Rcmdr in R? READ MORE

Jul 19, 2019 in Data Analytics by nikita
307 views
0 votes
0 answers

Add an image in plot

I created plots using ggplot, i want ...READ MORE

Aug 7, 2019 in Data Analytics by anitha
305 views
0 votes
1 answer

How to find the statistical mode?

There is one more option that applies ...READ MORE

Jun 24, 2022 in Data Analytics by Sohail
• 3,040 points
303 views
0 votes
0 answers

R Shiny - How to add hierarchial widgets from previous selection without buttons?

How to add hierarchial widgets from previous ...READ MORE

Aug 14, 2019 in Data Analytics by payal
296 views
0 votes
0 answers

Understanding output of rbind function when a list is passed as argument

While using R to practise fundamental matrices ...READ MORE

Jun 24, 2022 in Data Analytics by Avinash
• 1,260 points
294 views
0 votes
0 answers

R package: Write own summary function (method)

I created a R package that fits ...READ MORE

Jun 14, 2022 in Data Analytics by Avinash
• 1,260 points
294 views
0 votes
0 answers

display first n numbers in a sequence

How to display first n numbers in ...READ MORE

Aug 30, 2019 in Data Analytics by chitra

edited Aug 30, 2019 294 views
0 votes
0 answers

Set up shinyapps account in R

Procedure to Set up shinyapps.io account in ...READ MORE

Jul 16, 2019 in Data Analytics by Kalyan
294 views
0 votes
0 answers

how does 1=1 helps when joining 2 tables in sql?

Mar 29, 2019 in Data Analytics by anonymous
290 views
0 votes
0 answers

RMarkdown - Multiple tabs

How to define multiple tabs in rmarkdown ...READ MORE

Aug 1, 2019 in Data Analytics by anonymous
289 views
0 votes
0 answers

Confidence interval calculation in R

When attempting to compute the CI in ...READ MORE

Jul 5, 2022 in Data Analytics by avinash
• 1,840 points
275 views
0 votes
0 answers

Standard Deviation in R Seems to be Returning the Wrong Answer - Am I Doing Something Wrong?

An easy illustration of standard deviation calculation: The ...READ MORE

Jun 27, 2022 in Data Analytics by avinash
• 1,840 points
275 views
0 votes
0 answers

How can two strings be concatenated?

cbind = tmp ("GAD", "AB") tmp # [,1] ...READ MORE

Jul 5, 2022 in Data Analytics by avinash
• 1,840 points
272 views
0 votes
0 answers

Show map Visualizations - R

How to use default map datasets to ...READ MORE

Jul 25, 2019 in Data Analytics by priya
269 views
0 votes
0 answers

Not showing map properly

Hi, im using World.cities dataset to show ...READ MORE

Jul 25, 2019 in Data Analytics by lekhana
266 views
0 votes
1 answer

setwd() in the current working dir

# set the working directory to the ...READ MORE

Jun 24, 2022 in Data Analytics by Sohail
• 3,040 points
260 views
0 votes
0 answers

How can I avoid the transformation into an atomic vector in a matrix (r programming)

I'm scrambling to come up with a ...READ MORE

Jul 5, 2022 in Data Analytics by avinash
• 1,840 points
246 views