Recently Published
Program 13
Write an R program to create many dotplots from the grouped data, comparing the distributions of variables across using ggplot2’s position_dodge functions.
program-13
Write an R program to create many dotplots from grouped data. Comparing the distributions of variables across using ggplot2 's position_dodge function.
program 13
Write an R program to create many dotplots from grouped data.Comparing the distributions of variables across using ggplot2’s position_dodge::function.
La mappa del sovraffolamento delle carceri
La mappa interattiva rappresenta il tasso di sovraffollamento delle carceri nelle diverse province italiane, calcolato come rapporto percentuale tra la capienza regolamentare degli istituti penitenziari e il numero di detenuti presenti (*100). Le province con un livello critico di sovraffollamento sono evidenziate in rosso, mentre quelle non sature appaiono in verde. Passando il cursore su ciascuna provincia, è possibile visualizzare il nome e il valore del tasso di sovraffollamento, permettendo un'analisi immediata delle aree più problematiche.
Multinomial Logistic Regression of Glass Material Datasets Using R
The purpose of this publication is to explore the application of multinomial logistic regression in predicting the type of glass based on chemical composition features. The study aims to analyze the influence of various chemical properties, such as RI, Na, Mg, Al, and Ca, on the differentiation between different glass types. By understanding the predictive power of these variables, the research seeks to contribute to the field of material classification and enhance the accuracy of predictions for industrial processes related to glass production. Additionally, this publication addresses the challenges faced in classifying certain glass types, such as "vehicle_float" and "headlamps," and provides insights into potential improvements for model performance.
PRG 12 DV
develop a script in R to create a violin plot displaying the distribution poof a continuous variable with separate violins for each group using ggplot2
Program 11
To generate a basic box plot using ggplot2, enhanced with notches and outliers and grouped by using a categorical variable using the in-built dataset in R.