Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8710797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:43:05+00:00 2026-06-13T04:43:05+00:00

I am trying to reproduce Naive Bayes nomogram as given in Nomograms for Visualization

  • 0

I am trying to reproduce Naive Bayes nomogram as given in Nomograms for Visualization of Naive Bayesian Classifier by Mozina. It is a great visualization for looking at Bayes probabilities. I have been searching and trying various things, but no luck. (I am unable to put all the points on one row for a column.) I’ve computed probabilities and put them in a data frame called df

structure(list(.id = c("outlook", "outlook", "outlook", "windy", 
"windy"), variablevalue = structure(c(1L, 2L, 3L, 5L, 6L), .Label = c("sunny", 
"overcast", "rainy", "'All'", "FALSE", "TRUE"), class = "factor"), 
prob = c(0.222222222222222, 0.444444444444444, 0.333333333333333, 
0.666666666666667, 0.333333333333333)), .Names = c(".id", 
"variablevalue", "prob"), row.names = c(1L, 3L, 5L, 11L, 13L), class = "data.frame")

Here’s how the chart would like (this chart is all cut and paste):
nomogram

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T04:43:06+00:00Added an answer on June 13, 2026 at 4:43 am

    Does this work?

    ggplot(df, aes(prob,.id,label=variablevalue)) + 
      geom_text() + 
      xlim(c(0,1))
    

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to reproduce a feature I've seen on several apps: I have a
I have been trying to reproduce this example: http://www.codeproject.com/KB/WPF/TreeViewWithViewModel.aspx For some reason my treeview
I have a complex query that I'm trying to reproduce in LINQ to Entities,
I'm trying to reproduce the simple window interface objects in C# XNA like labels,
I am trying to reproduce a simple jquery slider example that works on this
I'm trying to reproduce the effect our friend @Dr. Molle told us on this
I'm trying to reproduce the layout of some paper forms in a WPF application.
I'm trying to reproduce the functionality of the Text annotation at http://mandarinspot.com/annotate and I
I'm trying to reproduce the heatmap presented on this blog by following their tutorial,
I'm trying to reproduce an example from Network Security with OpenSSL (by Chandra et

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.