Latest questions in Data Analytics

0 votes
1 answer

How to create a histogram in R?

Hi@MD, A histogram represents the frequencies of values ...READ MORE

Oct 30, 2020 in Data Analytics by akhtar
• 38,230 points
709 views
0 votes
1 answer

Draw boxplot with notch in R.

Hi@akhtar, We can draw a boxplot with a ...READ MORE

Oct 30, 2020 in Data Analytics by MD
• 95,440 points
1,070 views
0 votes
1 answer

How to create the Boxplot in R?

Hi@akhtar, Boxplots are a measure of how well ...READ MORE

Oct 30, 2020 in Data Analytics by MD
• 95,440 points
417 views
0 votes
1 answer

Create a bar chart with groups of bars and stacks.

Hi@akhtar, We can create a bar chart with ...READ MORE

Oct 30, 2020 in Data Analytics by MD
• 95,440 points
637 views
0 votes
1 answer

How to add title in the barplot in R?

Hi@akhtar, The features of the bar chart can ...READ MORE

Oct 30, 2020 in Data Analytics by MD
• 95,440 points
1,391 views
0 votes
1 answer

How to create a barplot in R?

Hi@akhtar, A bar chart represents data in rectangular ...READ MORE

Oct 30, 2020 in Data Analytics by MD
• 95,440 points
465 views
0 votes
1 answer

Create 3D Pie Chart in R.

Hi@akhtar, A pie chart with 3 dimensions can ...READ MORE

Oct 30, 2020 in Data Analytics by MD
• 95,440 points
2,979 views
0 votes
1 answer

How to create a pie chart in R?

Hi@akhtar, In R the pie chart is created ...READ MORE

Oct 30, 2020 in Data Analytics by MD
• 95,440 points
501 views
0 votes
1 answer

How to insert Data into the MySQL Tables using R?

Hi@akhtar, Before you try to insert the data ...READ MORE

Oct 29, 2020 in Data Analytics by MD
• 95,440 points
2,459 views
0 votes
1 answer

Error in library("RMySQL") : there is no package called ‘RMySQL’.

Hi@akhtar, R has a built-in package named "RMySQL" ...READ MORE

Oct 29, 2020 in Data Analytics by MD
• 95,440 points
2,026 views
0 votes
1 answer

How to connect R to MySql?

Hi@akhtar, Once the package is installed, you can create ...READ MORE

Oct 29, 2020 in Data Analytics by MD
• 95,440 points
461 views
0 votes
1 answer

Error in library("rjson") : there is no package called ‘rjson’.

Hi@akhtar, You can load the JSON file in ...READ MORE

Oct 29, 2020 in Data Analytics by MD
• 95,440 points
1,137 views
0 votes
1 answer

How to read an excel file in R?

Hi@akhtar, You can read your excel file by using the read.xlsx() function ...READ MORE

Oct 29, 2020 in Data Analytics by MD
• 95,440 points
364 views
0 votes
1 answer

Error in library("xlsx") : there is no package called ‘xlsx’.

Hi@akhtar, You can use the following command in ...READ MORE

Oct 29, 2020 in Data Analytics by MD
• 95,440 points
2,260 views
0 votes
1 answer

How to read a CSV file in R?

Hi@akhtar, You can read your CSV file in ...READ MORE

Oct 29, 2020 in Data Analytics by MD
• 95,440 points
380 views
0 votes
1 answer

Error in library("XML") : there is no package called ‘XML’

Hi@akhtar, You can find some packages pre-installed in ...READ MORE

Oct 29, 2020 in Data Analytics by MD
• 95,440 points
2,511 views
0 votes
1 answer

How to check Available R Packages?

Hi@akhtar, R packages are a collection of R ...READ MORE

Oct 29, 2020 in Data Analytics by MD
• 95,440 points
381 views
0 votes
1 answer

How to create a function in R?

Hi@akhtar, We can create user-defined functions in R. ...READ MORE

Oct 29, 2020 in Data Analytics by MD
• 95,440 points
415 views
0 votes
1 answer

How to create an Array in R?

Hi@akhtar, The array function takes a dim attribute ...READ MORE

Oct 29, 2020 in Data Analytics by MD
• 95,440 points
384 views
0 votes
1 answer

Error in library(wesanderson) : there is no package called ‘wesanderson’

Hi@akhtar, You can create a pie chart with ...READ MORE

Oct 28, 2020 in Data Analytics by MD
• 95,440 points
671 views
0 votes
1 answer

Create a matrix in R.

Hi@akhtar, A matrix is a two-dimensional rectangular data ...READ MORE

Oct 28, 2020 in Data Analytics by MD
• 95,440 points
359 views
0 votes
1 answer

How to create a list in R?

Hi@akhtar, A list is an R-object that can ...READ MORE

Oct 28, 2020 in Data Analytics by MD
• 95,440 points
397 views
0 votes
1 answer

Error in library(RColorBrewer) : there is no package called ‘RColorBrewer’

Hi@akhtar, It may happen that some libraries are ...READ MORE

Oct 28, 2020 in Data Analytics by MD
• 95,440 points
1,963 views
0 votes
1 answer

Error in library(plotrix) : there is no package called ‘plotrix’

Hi@akhtar, You can use the install command at ...READ MORE

Oct 28, 2020 in Data Analytics by MD
• 95,440 points
3,965 views
0 votes
1 answer

How to install R in Linux system?

Hi@akhtar, R is available as a binary for ...READ MORE

Oct 28, 2020 in Data Analytics by MD
• 95,440 points
343 views
0 votes
1 answer

What if we have 2 columns with possible na rows?

Hi, You can do this in multiple ways. ...READ MORE

Oct 23, 2020 in Data Analytics by MD
• 95,440 points
835 views
0 votes
1 answer

Getting a syntax error. Can somebody help?

Hey, you can not use the map ...READ MORE

Oct 15, 2020 in Data Analytics by vineet
396 views
0 votes
1 answer

Error in library(Metrics) : there is no package called ‘Metrics’

Hi@akhtar, The matrics library is not available in ...READ MORE

Oct 6, 2020 in Data Analytics by MD
• 95,440 points
3,586 views
0 votes
1 answer

Error in library(randomForest) : there is no package called ‘randomForest’

Hi@akhtar, You need to install the library in ...READ MORE

Oct 6, 2020 in Data Analytics by MD
• 95,440 points
9,684 views
0 votes
1 answer

For loop in R programming.

Hi@akhtar, You can create a loop in R ...READ MORE

Oct 6, 2020 in Data Analytics by MD
• 95,440 points
427 views
0 votes
1 answer

How to initialize a vector in R?

Hi@akhtar, A vector is the simplest type of data structure ...READ MORE

Oct 6, 2020 in Data Analytics by MD
• 95,440 points
2,867 views
0 votes
1 answer

How to install R Packages?

Hi@akhtar, In R, most data handling tasks can ...READ MORE

Oct 6, 2020 in Data Analytics by MD
• 95,440 points
443 views
0 votes
1 answer

Error in library(data.table) : there is no package called ‘data.table’

Hi@akhtar, You need to install the package in ...READ MORE

Oct 6, 2020 in Data Analytics by MD
• 95,440 points
2,478 views
0 votes
1 answer

Find the maximum temperature on May

Hi, You can perform your requirement in steps. ...READ MORE

Oct 6, 2020 in Data Analytics by MD
• 95,440 points
601 views
0 votes
1 answer

How do you have 2 different colors in a bar graph, ggplot in where one color for the negatives and positives

Hi@Andris, Once you have the data, you can make the ...READ MORE

Oct 5, 2020 in Data Analytics by MD
• 95,440 points
744 views
0 votes
1 answer

Error in effect_plot(model, pred = "Illiteracy") : could not find function "effect_plot"

Hi@akhtar, I think you don't have jtools package ...READ MORE

Sep 16, 2020 in Data Analytics by MD
• 95,440 points
2,828 views
0 votes
1 answer

Error in library(plyr) : there is no package called ‘plyr’

Hi@akhtar, You need to install this library in ...READ MORE

Sep 7, 2020 in Data Analytics by MD
• 95,440 points
6,459 views
0 votes
0 answers

Error in xy.coords(x, y, xlabel, ylabel, log) : argument "x" is missing, with no default

Hi, my code is showing this, what's ...READ MORE

Sep 7, 2020 in Data Analytics by Nurdiana
• 120 points

recategorized Sep 7, 2020 by Gitika 1,754 views
0 votes
1 answer

How to Identify comman pattern of the Products that sells more from a sales data base.

Hi, If you share a real database, then ...READ MORE

Sep 7, 2020 in Data Analytics by MD
• 95,440 points
573 views
0 votes
1 answer
0 votes
0 answers

i want downloded previous classes of data science webinars

Aug 10, 2020 in Data Analytics by Chandra
• 120 points
340 views
0 votes
1 answer

How to extract specific columns from a dataframe in R?

Hi@akhtar, You can use the select method to ...READ MORE

Aug 7, 2020 in Data Analytics by MD
• 95,440 points
1,620 views
0 votes
1 answer

How to select columns containing specific text in R?

Hi, You can use the select method to extract ...READ MORE

Aug 7, 2020 in Data Analytics by MD
• 95,440 points
2,922 views
0 votes
1 answer

How to remove NA values from a column, and the corresponding values from an adjacent column, in R?

Hi@Marcelo, You can use the filter keyword to ...READ MORE

Aug 4, 2020 in Data Analytics by MD
• 95,440 points
1,892 views
0 votes
0 answers

How can i change elements in r programming language

If A=1,2,3 and B=1,2,3,4 and C=20,44,39 in ...READ MORE

Jul 23, 2020 in Data Analytics by Arpita
• 120 points
395 views
+3 votes
1 answer

R plot for train and test data on same graph

Hi, You can use the subplot function. It ...READ MORE

Jul 27, 2020 in Data Analytics by MD
• 95,440 points
2,891 views
0 votes
1 answer

Can someone resolve this problem

Hi@Abhirup, Your dataset contains a string value. You ...READ MORE

Jul 9, 2020 in Data Analytics by MD
• 95,440 points
859 views
0 votes
1 answer

R program: Filter and re-arrange data based on multiple conditions

Hi, You need to create your own customized ...READ MORE

Jul 27, 2020 in Data Analytics by MD
• 95,440 points
1,265 views
+4 votes
0 answers

R programming Error: Error in if (d >= 0) { : missing value where TRUE/FALSE needed

Here is my code: for(i in 1:(nrow(moon_sub))){   l_df[i,] <- ...READ MORE

Jun 24, 2020 in Data Analytics by Molly
• 160 points
778 views
+3 votes
1 answer

Error in library(cowplot) : there is no package called ‘cowplot’

Hi@akhtar, By default, the cowplot module is not ...READ MORE

Jun 10, 2020 in Data Analytics by MD
• 95,440 points
2,699 views