similar to: dataset.date, date of an object

Displaying 20 results from an estimated 10000 matches similar to: "dataset.date, date of an object"

2007 Jul 15
1
How to load a dataset
Hi: Since I didn't get any answers, I'll refresh my question. I have a dataset called "Chinook Run" saved in Excel and I want it to be loaded everytime R starts, so I can call it with a statement like the one below: qplot(color, Year/Forklength, data = Chinook Run) I wonder how can I do that. I went to the rprofile.site and copied the path to my dataset there and it
2012 Aug 16
6
vi defaults in 6.x
When I use copy/paste text into a window running vi, if there is a single line starting with '#', in the pasted content, it adds a # to all subsequent lines and indents each an additional level. Is there some way to eliminate this bizarre behavior, preferably globally and permanently so I don't have to repeat some change for every machine/user where I might log in? -- Les
2010 Jul 29
4
looking for setdiff equivalent on dataset
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100729/2fc86d3d/attachment.pl>
2016 Mar 11
2
The sad state of samba 4 adaption for home/small business routers.
Reindl Harald <h.reindl <at> thelounge.net> writes: > most likely because there is no serious market > > if i want a NAS i buy a NAS > if i want a router i buy a router > > > no struggle with updates and security holes > no struggle with software versions > no struggle with "i can have this and this but not combined with that" > no struggle
2007 Sep 04
2
Table and ftable
Dear listmembers, I have a little question: I have my data organized as follow sic level area a 211 2.4 b 311 2.3 b 322 0.2 b 322 0.5 c 100 3.0 c 100 1.5 c 242 1.5 d 222 0.2 where levels and sics are factors. I'm trying to obtain a matrix like this: level 211 311 322 100 242 222 sic a 2.4 0 0
2006 Apr 06
2
# IP601's with POE per Catalyst 3560G-48PS
Hello people, I am having difficulties figuring out the POE power draw in watts from a Polycom IP601. I want to know how many IP601's can be powered from the Cisco Catalyst 3560G-48PS. The IP601 wallwart has: Input 120VAC 60hz 19W, Output 24VDC 500mA. I assume the output is appropriate value to figure out how many phones can be powered. The Cisco 3560 datasheet says "the 48-port PoE
2009 Jul 24
7
How to create a permanent dataset in R.
Hi everybody, Actually, we know that If we create a dataset in R ,after closing the session the dataset automatically is closed. I tried for creating dataset permanently in R.I am facing the problem of creating permanent dataset. can we create dataset permanently If possible? Could somebody help me out in this aspect,plz? Any help would be appreciated. Thanks in advance. -- View this message
2009 Jul 24
7
How to create a permanent dataset in R.
Hi everybody, Actually, we know that If we create a dataset in R ,after closing the session the dataset automatically is closed. I tried for creating dataset permanently in R.I am facing the problem of creating permanent dataset. can we create dataset permanently If possible? Could somebody help me out in this aspect,plz? Any help would be appreciated. Thanks in advance. -- View this message
2007 Jan 04
4
POE draw on Aastra 480i
Anyone know what the POE draw is for the Aastra 480i phones? We have switches that will do 15 watts on 12 ports but only do 7.7 watts on all 24 ports. A Cisco 3560 switch will do 15.6 watts on all 24 ports. Just trying to find out if we need that much power. Can't seem to find any info on the Aastra site. Comments?
2011 May 03
3
Watts Strogatz game
Hi, I have a erdos-renyi game with 6000 nodes and probability 0.003. g1 = erdos.renyi.game(6000, 0.003) How to create a Watts Strogatz game with the same probability. g1 = watts.strogatz.game(1, 6000, ?, ?) What should be the third and fourth parameter to this argument. -- View this message in context: http://r.789695.n4.nabble.com/Watts-Strogatz-game-tp3491922p3491922.html Sent from the R
2009 Nov 18
2
Median on Aggregated data
Folks, I have the following code, that works fine on smaller data sets. For larger datasets, it runs out of memory and runs way too slow because we are essentially creating large vectors with rep() and then calling median() on it. (I learned this approach from a post on the web). Below that, I have written the corresponding SAS code. The SAS code works fast because I can just tell the proc
2003 Mar 17
2
scoping rules; summary
Hi everyone thanks for the replies. The issue was NOT a font problem; I deliberately chose ll1 and l11 as examples of easily confused variable names (evidently these were too easily confused ;-). The code snippet was written as intended, and increment() contained a deliberate, highlighted, bug. I was asking for guidance on avoiding/finding this sort of coding error. That was why I wrote
2008 Jan 29
2
POE draw on Aastra 480i
> > Allen Casteran wrote: > > Anyone know what the POE draw is for the Aastra 480i phones? > > We have switches that will do 15 watts on 12 ports but only do 7.7 watts on all 24 ports. > > A Cisco 3560 switch will do 15.6 watts on all 24 ports. > > Just trying to find out if we need that much power. > Drew wrote: > According to Aastra tech support, 5 watts
2009 Sep 17
4
Optimised ARM Ogg/Theora/Vorbis decoder
This is a note to announce the availability of "Ogg Theorarm", an optimised ARM implementation of decoding libraries for the Theora video code, and Vorbis audio codec from xiph.org. Full details of this code release can be found at <http://www.wss.co.uk/pinknoise/theorarm>, but highlights include: * Full speed playback of a 320x240x25fps clip with a 48kHz stereo audio track on
2009 Jul 27
2
create dataset permanently in package (i.e. default or our own package)
Hi, actually while opening R console and R commander we see some packages like car and datasets. in this packages we have default datasets are available. example: women and prestige like that. now i created a sales dataset importing from excel, xml or text file. now i want to store that dataset permanently in any one of the package like i mentioned above (car or datasets). now i closed my R
2013 Jan 11
6
Off-Topic: Low Power Hardware
Hello, I'm slightly off-topic here, but it is somewhat CentOS related! I'm in search of some hardware that consumes a low amount of power for use as a test-bed for Linux, various coding projects, and LAN services. 1) Low power consumption (10-15W ... maybe 30W at most) 2) Must run Linux without too much fuss (CentOS or otherwise) 3) Must have two NICs (fast ethernet or better) 4) Memory
2012 Aug 09
2
[LLVMdev] Pseudo instructions expansion
Hi all, I'm trying to solve a problem that we have in implementation of the assembler for Mips platform in llvm. Mips has some pseudo instructions that, depending on the arguments can be emitted as one or more real instructions by the assembler. For example load immediate instruction can have multiple expansions depending on a size of immediate operand: This expansion is for 0 ≤ j ≤ 65535. li
2004 Jul 01
3
BIC vz SBIC vz SIC
DeaRs, I have a doubt about: BIC (Bayesian Information Criterion) SBIC (Schwartz Bayesian Informarion Criterion) SIC (Schwartz Information Criterion) In many references these are know as the same (eg. stepAIC() function) but I just found a SAS8.2 output that show either the BIC and SIC values for a logistic regression.. simillary values but different. 1) question: What are the differences?
2016 Feb 15
2
zenity <-- Re: rpm containing gmessage???
On 02/15/2016 04:20 PM, Frank Cox wrote: > On Mon, 15 Feb 2016 14:57:25 -0500 > ken wrote: > >> Is there a way to make the font of some of the text in a zenity-created >> window larger? This property doesn't seem to be configurable in any >> way. If it matters, I'm using text entry (--entry) mode. > >
2005 Jun 07
3
Polycom Phones & shorter than /24 netmasks
Has anybody tried to use a Polycom phone (I have 500s and 600s) with a netmask shorter than /24? (A network bigger than 255.255.255.0). We've run out of IPs in our initial /24 network, and I'd like to expand it to 255.255.248.0. When I set it to 255.255.248.0 I can ping the phone while the bootloader has control. As soon as the SIP application starts, I stop getting ping responses. Phone