similar to: par() function does not work

Displaying 20 results from an estimated 3000 matches similar to: "par() function does not work"

2008 May 27
2
Write function multiple tests and write summary table
Dear R community, I am not experienced in writing functions and need your help to understand the strategy to face the following problem: I have a group of independent numerical variables, let's say a<-c(1,3,2,6,9,2,2,3,4,1) b<-c(2,3,3,4,5,6,2,1,1,6) c<-c(0,2,4,4,7,6,7,1,2,2) d<-c(0,0,0,1,0,2,1,3,1,2) e<-c(9,2,3,1,1,1,0,2,5,6) and a grouping variable,
2006 Oct 19
1
Writing a script for multiplying a progressively larger lists of items
Hi, I would like to get guidance as to how to write code in R that can deal with the following situation: v1 is a vector containing a sequence of numbers (Ex. 1:10) I want to store the sequence of numbers resulting from multiplying the first and the second element in the vector, then the product of the 1st, 2nd and 3rd, then 1st,2nd,3rd and 4th and so forth until all the elements in the
2007 Mar 20
0
Multiple testing and Logistic regression in case control studies
Dear Rs, Is it appropriate to include several phenotypes (binary outcome variables in genetic analysis) in a logistic regression model that explores the effect of a few genotypes (factors)? If so, wouldn't there be an issue with multiple testing? Thanks for your opinions, -- Fabio Sánchez, MD, MSc, PhD Unit of Dermatology and Venereology Department of Medicine Karolinska Institute SE-17176
2006 Jun 16
1
R in ConTeXt
In case there are users of the TeX macro package ConTeXt on this list, they may be interested to know that it is now possible to include R code in a ConTeXt document and have the code evaluated while compiling. The inverse of Sweave, as it were. The advantage is that there is then only one file to keep track of (.tex vs .rnw and .tex), while a drawback is speed, since each code snippet is
2007 May 30
2
matrix in data.frame
Dear list! I have run into a problem that seems very simple but I can't find any solution to it (have searched the internet, help-files and "An introduction to R" etc without any luck). The problem is the following: I would like to create a data.frame with two components (columns), the first component being a matrix and the second component a vector. Whatever I have tried so far, I
2009 Mar 16
3
Help Inbound number
i create inbound number but i calling and send this error: [Mar 16 11:41:12] NOTICE[30847]: chan_sip.c:14383 handle_request_invite: Call from '101396_procall' to extension '8888246463' rejected because extension not found. but the extensin existed -- Bayardo S?nchez Garc?a Web Developer - Internet Portals - Asterisk Support - Windows Server Support - Proxi Support E-mail:
2006 Jul 21
4
Autocompleting InPlaceEditor
Hi, I''ve created some extensions to script.aculo.us InPlaceEditor, allowing the use of either server-driven, or local autocompletion. I''ve also created new helper methods in Rails for this functionality. My question is, is there any interest that I package this and make it available as a plugin, or something like that? Regards -- Ola Bini (http://ola-bini.blogspot.com)
2006 Jul 14
8
CAS Authentication filter.
Hi CAS is a centralized authentication service, and the cas_auth filter can be installed to automatically make your web application authenticate against a CAS server. The SVN path to the plugin is http://svn.ki.se/rails/plugins/cas_auth and a homepage with some information can be found at http://opensource.ki.se/casauth.html For use, just install the plugin in your application and set
2009 Jan 26
3
I need help
i have a problem need help == Spawn extension (DLPN_everything, 2095773777, 2) exited non-zero on 'SIP/8022-b7225740' -- Got SIP response 503 "Service Unavailable" back from 74.63.41.218 -- SIP/voipms4-09ab0c38 is circuit-busy == Everyone is busy/congested at this time (1:0/1/0) == Auto fallthrough, channel 'SIP/8011-b724f888' status is 'CONGESTION'
2009 Jan 31
3
Is http://downloads.digium.com/pub/ down???
Anyone else having problems connecting to http://downloads.digium.com/pub/ ?? Jonn
2006 Jul 14
2
Configuration search order
Hi I''m in the process of deciding how a plugin should be designed to make configuration as easy as possible. Right now I require the plugin from init.rb, and set some configuration options (as class attribute accessors) from environment.rb. Then I tried setting these from environments/development.rb instead, and to my surprise this didn''t work. It said the class in question
2009 Apr 15
2
inbound filed
i create inbound confi my confi is: [incoming] exten=> 18888246463,,1,Dial(SIP/8003,60,rT) exten=> 6463,1,Dial(SIP/8003,60,rT) exten=> 18888246463,,n,Wait(5) exten=> 18888246463,,n,Hangup but y calling and send this error in my CLI: [Apr 15 09:58:48] NOTICE[26985]: chan_sip.c:14383 handle_request_invite: Call from '101396_procall' to extension '8888246463' rejected
2006 Jul 22
1
InPlaceEditor with Autocompletion
Hi Rails AJAX controls are very handy, and the InPlaceEditor is probably one of the easiest and most neat of them all. But, it doesn''t do autocompletion. I''ve rectified that situation. The plugin provides a few new helpers and a new JavaScript-file that extends the Ajax.InPlaceEditor with local and remote Autocompletion features. So, just install the plugin, include the
2008 Jul 21
1
dev2bitmap error, 'gs' cannot be found
Dear List, I am using the bioconductor package Category to do some gene enrichment analysis, and usually save my KEGGmnplot's using a dev2bitmap command. This has worked just fine, until suddenly earlier today I got this error-message: > dev2bitmap("04610_080721.jpg",type="jpeg", height = 10, width = 10, res = 200) Error in dev2bitmap("04610_CSF080721.jpg",
2005 Jan 26
4
apply for nested lists
Hi, I am working with lists whose terms are lists whose terms are lists. Although the real ones contain locuslink identifiers and GO annotations (I work with the Bioconductor GO) package, I have prepared an simplified example of what I have and what I would like to do with it: Imagine I have a list such as:
2009 Jan 18
2
Recordin call in asterisk
I need help need recording all call for my pbx but i am a novato in asterisk my confi for record is: exten=>_NXXXXXXXXX,n,Set(CALLFILENAME=CLIENTE-${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${UNIQUEID}) exten => _NXXXXXXXXX,n,MixMonitor(${CALLFILENAME}.gsm,m) exten => _NXXXXXXXXX,n,Dial(${TRUNK_CLIENTE}/${EXTEN}) -- Bayardo S?nchez Garc?a Web Developer - Internet
2005 Jan 26
2
string evaluation
Hello, I would like to be able to compose an expression using some of the arguments I give to a function, that is assuming I have a list such as: my.list<-list(A=1:3,B=c("Brave", "new", "world")) and a function printComponent<-function(component){ if (component=="A"||component=="B"){
2009 Jan 21
1
recording failed
I have a problem when I call a good record but I make a call to return to the same number I erased the previous record, and I replaced with the last call -- Bayardo S?nchez Garc?a Web Developer - Internet Portals Linux User: #418392 Ubuntu User #14171 America Central - Managua, NI (505) 249-2853 - 4886876 IM msn messenger: bjsanchezg at hotmail.com Skype: bayardo.sanchez This email is intended
2009 Aug 14
1
i have a error in ivr
i call to my tollfree number buy my CLI send the next error: Aug 14 08:15:22 WARNING[25931]: format_wav.c:169 check_header: Unexpected freqency 22050 Aug 14 08:15:22 WARNING[25931]: file.c:441 ast_filehelper: Unable to open file on /var/lib/asterisk/sounds/procall3.wav Aug 14 08:15:22 WARNING[25931]: file.c:828 ast_streamfile: Unable to open procall3 (format ulaw): No such file or directory Aug
2006 Feb 08
2
Reference for R
Hello! Could anyone please tell me how should I include R in a text section for References? Regards, Sara Mouro [[alternative HTML version deleted]]