similar to: R ``literal'' comand

Displaying 20 results from an estimated 1000 matches similar to: "R ``literal'' comand"

2006 Mar 25
1
Trouble phrasing an R command that will run the model i need (ANOVA, nes
Hi John, Thank-you very much for replying, - in answer to your questions: *"As I understand what you wrote, all factors but linelabel are crossed, with linelabel nested within all the other factors?" That's exactly it, *" What is in the highest order cells? Single observations, or multiple scores?" I would say "single observations" - but i have to
2004 Aug 06
1
Newbie question about soundcards
Here's what I got: a running shoutcast server, and doing just fine thanks. machine is a crapola with a 486 dx/4 24meg, running SuSE kernel 2.2.16, no X, no soundcard, runs secondary DNS and serves NFS. nothing else, hell, doesn't even have a monitor attached. http, sendmail and others run on another box that has more *oomph*, in case you're wondering. icecast 1.4.0 compiled on the
2006 Dec 27
0
comand stun (for what) asterisk 1.4
I'm looking for some doc's what is new in 1.4 in deep for the comand stun debug neptun:/usr/src/asterik_pgk/asterisk-1.4.0/main # asterisk -rvvvv Asterisk 1.4.0, Copyright (C) 1999 - 2006 Digium, Inc. and others. Created by Mark Spencer <markster@digium.com> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details. This is free software, with
2008 Mar 05
2
show all groups comand
hi all, how do i find out all users & groups existing on the system from command line? thanks, t. hiep
2006 Jun 07
0
CLI comand to register softphones without close them:
Hi;I've a question: I use asterisk -R so I can see what's appening in my asterisk and the session of the calls: I use the vrrp protocol, I use 2 asterisk box;when the master falls down, the slave goes up, and I use X-lite,Phoner,3CXphone;some of this softphones are immediately registered to the slave, but sometimes this don't happen;I must close the softphone from my xp and restart
2003 Apr 01
1
nmblookup comand
Dear Ladies and Gentlemens, i have a problem, the nmblookup command have an error, but the smbclient command have no error. See example. Can you please help me. rzs12:/opt/samba/bin># ./nmblookup -d 10 pc8686 Initialising global parameters params.c:pm_process() - Processing configuration file "/opt/samba/lib/smb.conf" Processing section "[global]" doing parameter workgroup
2005 Mar 24
1
Has the add parameter of plot commands been deprecated?
R for OS X, version 2.0.1 Has the add parameter of plot commands been deprecated? It no longer occurs in the help listing for plot, and doesn't work, either. If it has been deprecated, what is the replacement? That is, how does one overlay an existing plot? -- John R. Vokey, PhD Professor B.E.R.G. - Behaviour and Evolution Research Group Micro-Cognition Laboratory Department of
2006 Sep 23
1
contrasts in aov
useRs, A no doubt simple question, but I am baffled. Indeed, I think I once knew the answer, but can't recover it. The default contrasts for aov (and lm, and...) are contr.treatment and contr.poly for unordered and ordered factors, respectively. But, how does one invoke the latter? That is, in a data.frame, how does one indicate that a factor is an *ordered* factor such that
2012 Apr 01
1
Arabic Wiki pages, again
Could I please, pretty please, with whipped cream and a cherry on top, be given the privilege to alter the most exalted and sublime of pages, the Arabic wiki? :) I'm still pumped up about this and I'm planning on staying pumped up about this for quite some time.
2010 Nov 18
2
Centos podcast on FLOSS weekly
If you've ever wondered what Karanbir Singh looks like, check out this week's (142) video podcast at http://twit.tv/floss. I'm only partway through the audio version (will finish on the drive home) and haven't heard anything that would be surprising to people already using Centos yet but it's a great presentation and something to recommend to people who aren't
2009 Jan 28
6
unsubscribe
Nyarai Tunjera ICT Director Gateway Primary School Box EH 121 Emeraldhill Zimbabwe www.gatewayprimary.co.zw Forever God is Faithful Be exalted oh GOD above the heavens Let your Glory fill ALL the earth. Great is OUR God -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------- next part -------------- An HTML attachment was
2008 Nov 27
2
git .gitignore vs exclude file
I am a bit confused about the different purpose of each. I think the .gitignore file belongs in the root of my project and is project specific, but that also seems to be the reason for the .git/ info/exclude file what happens if they conflict? which one wins. What is standard practice? My exclude file looks like this # git-ls-files --others --exclude-from=.git/info/exclude log/*.log tmp/**/*
2006 Jun 14
2
A whine and a request
guRus and useRs, As I instruct my students: "With R what is difficult in anything else, is easy, usually one line of code; but, what is easy in anything else, is *&^%$%#$... (translation: next to impossible) in R." I just ran into such a case that has, to put it mildly, driven me to use spreadsheets (if that is not a sign of complete desperation, I don't know what is).
2010 Jul 03
1
VoIP Users Conference Recordings
Hi, Alistair Cunningham of Integrics was our guest yesterday. We talked about Integrics new product Geons, a suite of software for building large-scale distributed enterprise applications. The recorded session is now available here: http://www.voipusersconference.org/2010/geons/ The extremely rare John Todd was sighted (and heard) at this event. If you are developing a product or service
2010 Jan 21
4
[LLVMdev] how to compile asm output for x86 with Micorsoft's ML
> Nope, llvm's .s output is only compatible with GAS and other at&t syntax > assemblers.  It turns out that MASM syntax is highly ambiguous and MASM is > not production quality for use by a compiler.  This is why visual studio > doesn't go through it.  Long term, we'd like LLVM to be able to write out .o > files directly, if you're interested in adding PECOFF
2016 Dec 04
4
[OT] firefox 45.5.1
read 'announce' of new release for firefox-45.5.0, then for firefox-45.5.0, decided, wrongly, to upgrade. my bad. nothing but problems. on opening what moz devs considered as 'latest and greatest', found that it was more crapola from moz devs. first run was to login with my isp, only to find page would not fully load and a message bar saying; Firefox prevented this page from
2006 Mar 15
2
Regarding aov Error()
The following dummy data frame has factor Q (with 2 levels) nesting factor P (with levels p1 and p2 nested under q1, and p3 and p4 nested under q2), but both crossing the random variate s, which has 8 levels. The dependent measure is dv. > # The data frame: > testnest dv s P Q 1 1 s1 p1 q1 2 2 s2 p1 q1 3 1 s3 p1 q1 4 2 s4 p1 q1 5 1 s5 p1 q1 6 3 s6 p1 q1 7 3 s7
2010 Jun 03
2
creating fixtures for has_many :through
I''m stymied at how to create a fixture that establishes a has_many :through relationship. I''ve watched the railscast at: http://media.railscasts.com/videos/081_fixtures_in_rails_2.mov ... but that''s for HABTM relationships. I''ve read: http://www.ruby-forum.com/topic/145676 but that ultimately doesn''t answer any question. So with no further ado:
2013 Jun 28
1
Asterisk 1.2 crashing on x64 when transferring a call
Yes, I know, but I'm a 1.2 Luddite. 1.2 on 32 bits has been stable and rock solid for almost 10 years, but the client wanted to try it on a 64 bit version of CentOS 5.9. It all seems to be working OK, but when the customer service agents transfer a call they got from a queue, Asterisk crashes. Has anybody else had issues running 1.2 (or similarly ancient versions) on 64 bit OSes? Can
2004 Sep 10
0
Should FLAC join Xiph?
Really, it's a case of resource management and helping things along in an inclusive manner, as opposed to an exclusive manner. Sure, we could just start building on it and give it out, but that's not really our style. I'd much prefer to take some of the resources we have and offer them to a project that has proven that it can kick a lot of ass on its own. There's no question in my