Economics of Money and Banking / Perry G Mehrling / Ders 1

R Studio ve Grafikler

google_correlate.csv yüklenip, "google" olarak tabloya çekilsin.


  • Plot çizelim.


plot(google$data_viz, google$degree)




plot(google$data_viz, google$degree)
abline(lm(google$data_viz ~ google$degree), col="red")





  • # Basic Scatterplot Matrix

  • 
    
    pairs(~data_viz + degree + facebook + nba,
    
          data = google,
    
          pch = 20,
    
          main = "Simple Scatterplot Matrix")
    
    
    Dr. Engin YILMAZ
    08.07.2018

    Yorumlar