[R-gregmisc-users] SF.net SVN: r-gregmisc: [955] trunk/PathwayModeling/thesispaper
Brought to you by:
warnes
From: <r_b...@us...> - 2006-04-03 15:44:58
|
Revision: 955 Author: r_burrows Date: 2006-04-03 08:44:53 -0700 (Mon, 03 Apr 2006) ViewCVS: http://svn.sourceforge.net/r-gregmisc/?rev=955&view=rev Log Message: ----------- separate pages: initial commit Added Paths: ----------- trunk/PathwayModeling/thesispaper/table1.Snw trunk/PathwayModeling/thesispaper/table2.Snw Added: trunk/PathwayModeling/thesispaper/table1.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/table1.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/table1.Snw 2006-04-03 15:44:53 UTC (rev 955) @@ -0,0 +1,25 @@ +\begin{table} + \begin{center} + \caption{Rate constants used in the Gillespie simulator} + \begin{tabular}{c|r} + rate constant & value \\ + \hline + $k_1$ & 1.600 \\ + $k_2$ & 0.540 \\ + $k_3$ & 19.500 \\ + $k_4$ & 2.125 \\ + $k_5$ & 0.190 \\ + $k_6$ & 8.460 \\ + $k_7$ & 2.077 \\ + $k_8$ & 0.090 \\ + $k_9$ & 4.560 \\ + $k_{10}$ & 1.400 \\ + $k_{11}$ & 0.106 \\ + $k_{12}$ & 3.670 \\ + $k_{13}$ & 1.640 \\ + $k_{14}$ & 0.400 \\ + \hline + \end{tabular} + \label{ki} + \end{center} +\end{table} Added: trunk/PathwayModeling/thesispaper/table2.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/table2.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/table2.Snw 2006-04-03 15:44:53 UTC (rev 955) @@ -0,0 +1,17 @@ +\begin{table} + \begin{center} + \caption{Mean squared residuals} + \begin{tabular}{c||c|c|c||c|c|c} + & + \multicolumn{3}{c||}{mean residual SSQ $\times 10^{-4}$} & \multicolumn{3}{c}{$R_{adj}^2$}\\ + \cline{2-7} + algorithm & 12 pt. & 16 pt. & 25 pt. & + 12 pt. & 16 pt. & 25 pt.\\ + \hline + 1-comp & 1.34 & 0.83 & 1.06 & 0.87 & 0.92 & 0.86\\ + all-comp & 0.74 & 0.93 & 0.74 & 0.93 & 0.90 & 0.90 \\ + NKC & 0.86 & 0.73 & 0.71 & 0.92 & 0.92 & 0.91 + \end{tabular} + \label{MSq} + \end{center} +\end{table} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |