Creating a boxplot in Excel 2007 with negative values in dataset

Keywords: Excel, boxplot, box plot, stem and leaf plot, box and whiskers plot, negative values

Dowload:

Since my previous articles on boxplots in Excel, Improved advanced box-plot and whiskers chart in Excel and Box plot for Excel 2007, I have recieved a lot of questions on how to do boxplotswith negative values using Excel, since it would break the original method that I suggested.

There is a way, and I will guide you through it step by step. Let’s say you have the following data:

Continue reading

Popularity: 9% [?]

5 comments

Select a random row (like user or post) from your MySQL table

I have beein using all kinds of strange constructs to be able to select a random row (often user or post) from table, and then I stubled over this on sitepoint forums:

SELECT * FROM users WHERE age > 20 ORDER BY RAND() LIMIT1

One simple argument to the query! Awsome. Hope it helps you as much as it helped me.

Popularity: 10% [?]

Comments Off

Creating a simple histogram in Excel 2007

Keywords: histogram, normal distribution, Excel 2007, column chart

Version: Should work with any version. Tested with Excel 2007.

This article contain a quick tutorial on how to create a simple histogram in Excel 2007, to visualize for example student test score, like in the downloadable example.

Continue reading

Popularity: 39% [?]

12 comments

Quality control chart for Excel 2007

Download: QC chart for Excel 2007 / 2003 (downloaded 5964 times)

A couple of years ago I created a very simple QC-chart to keep track if instrument performance over periods of time. The chart fetches the usual data from user input and calculates average, upper and lower control and warning limits, and plots these data into an Individuals chart and a Moving average chart.Quality control chart for Excel 2007

Once you have established the acceptable performance of your instrument/method, this makes it very easy to see if your method is performing poorly.

The baseline performance is usually established by collecting data over an extended time period, say one month, using some form of stable reference testing material. In the case of chemical analysis this can be a certified reference material (CRM) consisting of for example metal ions of a known concentration in a stable sample matrix.

Continue reading

Popularity: 12% [?]

3 comments

Integrating a forum with your WordPress installation

Traditionally it has been quite hassle to integrate a forum to a wordpress powered site, using a number of such bridge hacks to integrate phpBB and SMF I know how much work and trouble it can be; if you even get it to work. One option has been to use bbPress, a WordPress forum plugin which works nicely out of the box, but leaves a lot to be desired in terms of design and functions.

Therefore I was quite excited to find a plugin called Simple:Press forum, which is a forum with features and functions that is much closer to what you expect to find i a modern forum:

  • ‘Pretty/SEO’ Friendly Permalinks. And the good news – should also be able to display links with the old url structure.
  • Private Messaging – the second most regular request.
  • Powerful User Group and Permission structure. Fine control over who can see and do what.
  • New ‘QuickLinks’ dropdown on the Search Bar displaying recent and unread posts
  • Bulk Moderate Posts needing approval and read new posts in one place
  • Login Form bought into current page view
  • Mass Deletion tool for the removal of old topics
  • Many ‘Custom’ options: Up to three custom icons in login bar; set custom icons for all Groups and Forums; Use a graphic in place of page title; Create a special ‘editor’ message
  • Redirect RSS Feeds to external services (i.e., FeedBurner)
  • ‘Pluggable’ page rendering code allowing replacement functions and custom code routines
  • TinyMCE V3 with much improved text handling and formatting
  • Optional Image File Uploading (only using TinyMCE editor)
  • Improved Notification, Messaging and form validations
  • EMail Overrides and create text of New User Email
  • Democracy Polls plugin support
  • Images as Thumbnails that expand

Continue reading

Popularity: 8% [?]

Comments Off