Skip to content

Instantly share code, notes, and snippets.

View jrminter's full-sized avatar

John Minter jrminter

  • Rochester, NY
View GitHub Profile
# cvtSpcToMsa.py
#
# Date Who Comment
# ---------- --- -----------------------------------------------
# 2017-02-01 JRM Convert spc from a directory to to msa format
import sys
import os
import glob
@jrminter
jrminter / index.Rmd
Created May 14, 2015 01:49
Slidify test
---
title : My Test of Slidify
subtitle : My subtitle
author : John Minter
job : job line
logo : M3A-lg.png
framework : io2012 # {io2012, html5slides, shower, dzslides, ...}
highlighter : highlight.js # {highlight.js, prettify, highlight}
hitheme : tomorrow #
widgets : [mathjax] # {mathjax, quiz, bootstrap}
@jrminter
jrminter / linModelMASS.Rmd
Created February 17, 2013 04:04
Ann analysis of the whiteside data from the MASS package to better understand linear models
Linear Regression with Factor Variables
========================================================
One of the struggles I have in the Coursera Data Analysis course is
understanding the strengths and weaknesses of the algorithms we have
examined because of the messy data sets chosen ( I appreciate that
real data sets __are__ messy). As a chemist by training, now
specializing in microscopy and image processing, I have repeatedly
learned the benefit of trying out an unfamiliar algorithm on a
well-behaved data set before "going where no one has gone before..."