10,000 hour challenge of microbe

  • About
Illustration of a bird flying.
  • Object in R Factor can be used for sequ …

    http://initiative-environnement.com/?vizovwefa=site-de-rencontre-marocain-a-montreal&2bd=53 Object in R Factor can be used for sequence data. From sequence characters seq

    December 29, 2010
  • There seems to be a bug in a R package n …

    annecy rencontre There seems to be a bug in a R package named pgam:periodogram(). The function intensity happened to have two cos. One of them should be sin. Here is the correct version. function (w, x) { n

    December 28, 2010
  • R vector does not have dimension. It onl …

    R vector does not have dimension. It only has length. On the other hand, matrix has dimension.

    December 27, 2010
  • R commands to explore time series data …

    R commands to explore time series data ts(data) # create time series objects time(ts.data) # returns the time diff(ts.data, lag=1) # difference at the specified lag lag.plot(ts.data, 9, do.lines=FALSE) # plot with specified lags plot(stl(ts.data, “per”)) # decomposition of time series data spec.pgram(ts.data, spans=c(3,3), log=”no”) # non-parametric spectral analysis spec.ar(ts.data, spans=c(3,3), log=”no”) # parametric estimation […]

    December 27, 2010
  • R commands examining data and its struct …

    R commands examining data and its structures ls() or objects() # list variables structure() str() # summary of data levels() dim() # dimension of data class() # show the class of the variable head() or tail() # showing parts of data http://www.statmethods.net/input/contents.html

    December 27, 2010
  • R normality tests shapiro.test() his …

    R normality tests shapiro.test() hist(data, prob=TRUE) lines(density(data)) qqnorm(data) qqline(data)

    December 27, 2010
  • Multi plots in a page gridExtra package …

    Multi plots in a page gridExtra package makes it easier to put multiple plots generated by ggplot2 in a page equivalent to par(mfrow= ). Example: http://code.google.com/p/gridextra/wiki/arrange came across through a conversation in StackOverflow http://stackoverflow.com/questions/1249548/side-by-side-plots-with-ggplot2-in-r

    December 12, 2010
  • How to select the first/least/max row pe …

    How to select the first/least/max row per group in SQL A nice explanation about the subject. Easy to understand. http://www.xaprb.com/blog/2006/12/07/how-to-select-the-firstleastmax-row-per-group-in-sql/

    December 10, 2010
  • An nice example of using in Beamer clas …

    An nice example of using in the Beamer class in LaTex Using overlays for source code listings in LaTeX Beamer

    December 2, 2010
  • Quick fix of command line typo ^type^ …

    Quick fix of command line typo ^typo^correct This will replace the word ‘typo’ with ‘correct’ from the previous command line. http://lifehacker.com/5698494/quickly-fix-command-line-mistakes-with-the–symbol

    November 25, 2010
←Previous Page
1 … 20 21 22 23 24
Next Page→

10,000 hour challenge of microbe

Proudly powered by WordPress