Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Marcelo Carrillo
    Participant

    I’ve succeeded to generate the graphic with this code:

    Credit.Data.Subset = credit_data[,c(2,3,4)]
    scatterplot3js(as.numeric(Credit.Data.Subset$Delinquency (days)),
    as.numeric(Credit.Data.Subset$Monthly Spend ($000's)),
    as.numeric(Credit.Data.Subset$% of Credit Line Used))

    Hope this helps!

    Regards.

Viewing 1 post (of 1 total)