Publications by Jim
How to Become a Data Scientist in 2023
The post How to Become a Data Scientist in 2023 appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. You might be considering your options for training as a data scientist. The subject of data science is flourishing and expanding quickly. Between 2016 and 2026, the dem...
2286 sym
Check whether any values of a logical vector are TRUE
The post Check whether any values of a logical vector are TRUE appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. Check whether any values of a logical vector are TRUE, this will demonstrate how to utilize all and any R functions in this lesson. Since the R syntax and ...
1145 sym
Top Data Science Skills- step by step guide
The post Top Data Science Skills- step by step guide appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. Top Data Science Skills In 30 days! Learn the craft by following the step-by-step instructions. Avoid falling for these traps. It takes a lot of effort, time, and wo...
1130 sym
How to create a ggalluvial plot in R?
The post How to create a ggalluvial plot in R? appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. How to create a ggalluvial plot in R, The ggalluvial package’s vaccines data set includes a survey “that asked respondents their likelihood of receiving an influenza...
3718 sym R (6145 sym/16 pcs) 30 img
How to create a Sankey plot in R?
The post How to create a Sankey plot in R? appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. How to create a Sankey plot in R?, You must install the ggsankey library and modify your dataset using the package’s make_long function in order to produce a Sankey diagram ...
2914 sym R (2113 sym/9 pcs) 10 img
How to create a heatmap in R
The post How to create a heatmap in R appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. How to create a heatmap in R, you must convert a numerical matrix into a data frame that ggplot2 can interpret. Use the melt function from the reshape package for that. How to mak...
2312 sym R (1402 sym/8 pcs) 8 img
The pheatmap function in R
The post The pheatmap function in R appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. The pheatmap function in R, the pheatmap function gives you more control over the final plot than the standard base R heatmap does. A numerical matrix holding the values to be p...
1980 sym R (869 sym/12 pcs) 10 img
How to use the image function in R
The post How to use the image function in R appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. How to use the image function in R, When displaying spatial data (pictures), the image function can be used to generate a grid of coloured rectangles based on the values of...
1896 sym R (244 sym/3 pcs) 6 img
How to create a hexbin chart in R
The post How to create a hexbin chart in R appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. How to create a hexbin chart in R, The hexbin package in base R provides a function with the same name that creates a plottable hexbin object, which can be used to make a hexb...
1445 sym R (388 sym/5 pcs) 10 img
Box Cox transformation in R
The post Box Cox transformation in R appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. Box Cox transformation in R, The Box-Cox transformation is a power transformation that eliminates nonlinearity between variables, differing variances, and variable asymmetry. The a...
3559 sym R (656 sym/7 pcs) 8 img 1 tbl