Recently Published

Regresión Lineal- GR05
Harrison Enriquez Gomez Miguel Angel Garces Samuel David Leon Yeison David Mera
song2008
Document
Analysis of Severe Weather Events in the NOAA Storm Database
This analysis examines severe weather events recorded in the NOAA Storm Database to determine which types of events are most harmful to population health and have the greatest economic consequences.
Mini Assignment 4 - Points of Interest
Exploring the relationships between the attractiveness of POIs in a neighborhood and being advantaged as a neighborhood.
ANÁLISIS DESCRIPTIVO DE LA VENTA DE PRODUCTOS DE ADIDAS EN EL ESTADO DE PENNSYLVANIA
El presente informe tiene como objetivo realizar un análisis detallado de las ventas y la rentabilidad de Adidas en el estado de Pensilvania. A través del uso de técnicas de regresión múltiple, se busca identificar los factores clave que afectan el margen operativo de los productos vendidos en este estado. Factores como el precio por unidad, las unidades vendidas y el producto se han considerado en el análisis para comprender su impacto en el desempeño financiero de las tiendas.
Countries Ranked by AI Capability and Geopolitical Decision Influence
ggplot(merged_data, aes(x = reorder(Country, -AI_Capability_Index), y = AI_Capability_Index, fill = as.factor(Decision))) + geom_bar(stat = "identity") + coord_flip() + # Flip for horizontal bars labs(title = "Countries Ranked by AI Capability and Geopolitical Decision Influence", x = "Country", y = "AI Capability Index", fill = "Decision Impact") + theme_minimal()
Clustered Heatmap of AI Capability and Geopolitical Factors
> data_to_cluster <- merged_data[, c("AI_Capability_Index", "Talent", "Public_Sector_Innovation")] > > data_scaled <- scale(data_to_cluster) > pheatmap(data_scaled, + cluster_rows = TRUE, cluster_cols = TRUE, + main = "Clustered Heatmap of AI Capability and Geopolitical Factors", + display_numbers = TRUE)
Isabel Ago