search for: table_

Displaying 8 results from an estimated 8 matches for "table_".

Did you mean: table
2009 Mar 23
2
Looping of read.table and assignment
Dear all, I am trying to read in and assign data from 50 tables in an automated fashion. I have the following code, which I created with the help of textbooks and the internet, but it only seems to read in the final data file over and over again. For example, when I type:> table_1951 I get the same values in the table as when I type> table_2000 despite the values in the source tables being different: year <- 1951:2000 filelist <- paste("C:\\Documents and Settings\\Data\\table_",year,".txt", sep="") filelist # Code seems to operate...
2007 Oct 27
3
rake spec:rcov failing
...xt.rb:292:in `normalize'': private method `gsub'' called for 0:Fixnum (NoMethodError) from /usr/local/lib/ruby/1.8/rexml/element.rb:1084:in `[]='' from /usr/local/lib/ruby/1.8/rexml/element.rb:586:in `add_attribute'' from (eval):490:in `table_'' from (eval):490:in `each'' from (eval):490:in `table_'' from (eval):490:in `each'' from (eval):490:in `table_'' from /usr/local/lib/ruby/gems/1.8/gems/rcov-0.8.0.2/lib/rcov/ report.rb:702:in `format_overview'...
2007 Oct 04
1
Sweave and LaTeX
...I texify my snw-file to look for errors in my LaTeX and correct them. However, if I have the following chunk, I get an error when texifying: ... \usepackage{Sweave} ... <<echo=F, results=tex>>= workdr<-('c:/aaa/Projekte/IOT2005/Bericht/Workingpapers') setwd(workdr) xtable(table_nzo,caption="Importg?ter, die nicht einem NOGA-Sektor zugeordnet werden k?nnen") @ The problematic line is the last one before @. If I comment it out, I get no error. The error in the LaTeX log is ! Missing $ inserted. <inserted text> $ l.26 xtable(table_...
2005 May 13
2
tableview.sh
...setting up iptables rules for firewalling, shaping or both. I hope this helps someone. Called tableview.sh, inspired by Table Mountain, Cape Town, ZA :) --- SOF ---- #!/bin/sh # ____ # /\/ \/\ # /__________\ # # Simple loop for keeping track of what is happening in a # iptables setup # table_filter(){ echo echo "FILTER TABLE" echo "------------" echo iptables -nvL } table_mangle(){ echo echo "MANGLE TABLE" echo "------------" echo iptables -nvL -t mangle } table_nat(){...
2005 May 16
1
Interface Broadcast
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I''ve a problem on the broadcast it is adding some additional route to the router which caused me some problem... Below is my /etc/shorewall/interface swtmng1 eth0.1 202.73.10.127 norfc1918 apmng1 eth0.10 202.73.8.7 norfc1918 dist1 eth0.1000 202.73.11.255 norfc1918,nobogons idc1 eth2.50
2018 Apr 27
2
Package 'data.table' in version R-3.5.0 not successfully being installed
...ata.table' in version R-3.5.0 not successfully being > installed > > Dear Dr. John Fox, > > The solution provided by you has worked. I downloaded the binary file of > data.table package made available your website > <https://socialsciences.mcmaster.ca/jfox/.Pickup/data.table_1.10.4-3.zip > <https://socialsciences.mcmaster.ca/jfox/.Pickup/data.table_1.10.4-3.zip> >, > installed it in R and RStudio. And I happy to report that it has successfully > worked. Many thanks to you, and to other members of R-team who have tried > help me. > > > Wit...
2006 Jan 25
1
xx-0.1.0 : xhtml and xml make it twice as dirty
...string. # class Table < ::Array include XX::XML attr "fields" def initialize *a, &b @fields = a.shift replace a end def self::[] *a, &b new *a, &b end def to_xml xml_{ table_{ each do |row| row_{ fields.zip(row) do |field, value| field_(:name => field, ''width'' => value.size){ value } end } end } } end end...
2018 Apr 27
0
Package 'data.table' in version R-3.5.0 not successfully being installed
...;data.table' in version R-3.5.0 not successfully being > installed > > Dear Dr. John Fox, > > The solution provided by you has worked. I downloaded the binary file of > data.table package made available your website > <https://socialsciences.mcmaster.ca/jfox/.Pickup/data.table_1.10.4-3.zip > <https://socialsciences.mcmaster.ca/jfox/.Pickup/data.table_1.10.4-3.zip> >, > installed it in R and RStudio. And I happy to report that it has successfully > worked. Many thanks to you, and to other members of R-team who have tried > help me. > > > With...