Displaying 20 results from an estimated 400 matches similar to: "Rcmd BATCH"
2007 Aug 02
1
sapply?
I have to compare four different grape varieties proteome in two different years. I don't know what test would be more suitable for my data. I think that an anova two way can be usefull also if someone suggested me to perform a manova. In addiction, I can perform each test on a single protein a time, but I can't loose my whole life carrying out anova (I have more than 1000 protein to
2007 Jul 11
3
3D plot and interactive PDFs
With version 8 of acrobat reader, it is now possible to have 3D in PDf documents.
Does it exist already an R package who manage to produce 3D plots which can be saved as interactive 3D graphs in a PDF file?
Best Regards
Bruno Cavestro
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode? di Wind
http://i-mode.wind.it/
2002 Nov 12
1
server manager on samba pdc
I've a linux samba pdc. Anyone who tell me if exist a
software like "server manager" that work in winNT
server?
The smbstatus command is not accurate and dont allow
admin to manage connections
Thx Giballa
______________________________________________________________________
Per te Blu American Express ? gratis!
2004 Mar 22
1
problem with seasonal arima
hallo to all
I've to calculate an arima model and I need only the
first and 365 th parameter and also the sar1 and the
intercept, so I'm traing with:
arima(X,order=c(365,0,0),seasonal=list(order=c(1,0,0),..),fixed=c(NA,rep(0,363),NA,NA,NA),transform.pars=F)
but the error answer is:
Error in polyroot(z) : polynomial degree too high (49
max)
also there are problems in allocating memory
2003 Nov 30
1
Escape optimization
Hello,
I'm using optim and I'd like to know if there is a way to escape the
optimization process at a given time (for example by pressing some sequence
on the keyboard) while retaining the optimization results achieved.
I found this very useful using the Aptech GAUSS optimization module.
Thanks
Paolo
2006 Dec 20
2
Kde-window-decorator Crashes
hello
i'm on a debian sid updated.
i have installed last git version of compiz.
when i quit a session or shutdown my pc (in general when i stop the
decorator) kwd crashes with this backtrace (i hope it is useful):
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1226017088 (LWP 14523)]
[KCrash handler]
2007 Apr 20
3
sequences extraction
Hello,
I need to extract sequences from an ordered vector.
For example, if
a<-c(1,2,3,6,10,11,13)
I need to get the followings 4 vectors
(1,2,3),(6),(10,11),(13)
Thank You
-Bruno
------------------------------------------------------
Leggi GRATIS le tue mail con il telefonino i-mode? di Wind
http://i-mode.wind.it/
2007 Mar 09
2
Duplicate rows of matrix
Hello my problem is the following:
I have a matrix A and a vector B which contains as many rows as A.
I need to build a matrix C which contains B[i]-times the row A[i,] and this for each line of A.
if for example A is
[1] [2]
[1] 8 9.4
[2] 4.2 1.1
and B is (3,1). Then C will be:
[1] [2]
[1] 8 9.4
[2] 8 9.4
[3] 8 9.4
[4] 4.2 1.1
I have some
2007 Mar 15
2
how to...
I have to perform ANOVA's on many different data organized in a dataframe. I can run an ANOVA for each sample, but I've got hundreds of data and I would like to avoid manually carrying out each test. in addition, I would like to have the results organized in a simple way, for example in a table, wich could be easy to export. thank you for assistance
simone
2003 Oct 31
1
Optimization of objective function with generic number of arguments (R-Extension with C code)
Hi All! I'm a new subscriber to this mailing list. I'm writing an R
extension with C linked code having a minimization function letting me pass
it an objective function with a GENERIC number of arguments and letting me
to optimize over a specific one among them if there are many.
#################################################
############### IPOTETICAL MAIN ###############
2007 Mar 28
2
ssl with openwrt OS
Hi.
I'm still facing troubles on my way. This time concerning ssl encryption.
only dovecot-auth starts...
imap and pop3 go down with this log
dovecot: Mar 23 18:34:19 Info: Dovecot v1.0.rc27 starting up
dovecot: Mar 23 18:34:20 Error: Temporary failure in creating login processes, slowing down for now
dovecot: Mar 23 18:34:20 Error: imap-login: Can't load certificate file
2006 Jun 11
0
Account location plugin
Hi *,
I''d like to know from users of the Account location plugin if it
works with webrick without adding all the subdomains to /etc/hosts.
I''m on OS X.
I would also be glad to hear experiences using this plugin.
ngw
--
Nicholas Wieland
nicholas_wieland@yahoo.it
Chiacchiera con i tuoi amici in tempo reale!
2006 Jun 13
1
Routes question
Hi *,
I have something like
map.connect ''people/:username'', :controller => ''account'', :action =>
''index''
in my routes.rb and obviously if the user isn''t logged it defaults to
the login screen.
I''d like to be able to fetch the :username and display it in the
opposite input field inside my login page, but I
2002 Nov 08
1
samba as pdc: error
Hi this is my first msg in list, sorry for my english.
i've a problem concern the errors below, in a samba(
version 2.2.1a)pdc machine, errors are present in each
%m.log.
Anyone who help me?
Thanks Giballa.
[2002/10/16 09:41:47, 0]
rpc_server/srv_netlog.c:api_net_sam_logon(208)
api_net_sam_logon: Failed to marshall
NET_R_SAM_LOGON.
[2002/10/16 09:41:47, 0]
2004 Apr 01
1
Search Engine & Keywords
Hallo all
I don't understand why the "Search Engine & Keywords"
comand on the html help of R 1.8 doesn't work, is it
active? or the problem is in my machine?
thanks michele
______________________________________________________________________
http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/
2006 Jul 17
0
Sortable
Is there a way to know what is the ID of the element during the onUpdate
handler?
I''ve seen in Draggable and the notify(''onEnd''9 function, but I''m not
able to register an handler on this function.
Tkz!
Chiacchiera con i tuoi amici in tempo reale!
http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
2007 May 20
0
optional fields in function declarations; Solved
thank you to both Adaikalavan and Patrick.
on the basis of Adaikalavan example this is an example that point out my problems.
>log_raise=function(num, exp, base){return(log(num^exp,base))}
I would like to have optional fields, so some settings to be default parameters;
if I declare the function as above the operator must of course input all the variables.
Finally I could fix as follow.
2007 Oct 06
0
transfer to parking call transfer
I've realize the follow situation:
the phone A call the phone B,
the phone B park, throgth the application map, the phone A,
the phone B call another phone C,
the phone B, througth the application-map, transfer the phone C
to the phone parked A.
I use the follow line in feature.conf
trans_CA => #9, peer,both,transfer,701
but the result is the call down of phone C.
Thanks for the help
2007 Mar 23
0
ssl on embedded device
Hi.
I'm still facing troubles on my way. This time concerning ssl encryption.
only dovecot-auth starts...
imap and pop3 go down with this log
dovecot: Mar 23 18:34:19 Info: Dovecot v1.0.rc27 starting up
dovecot: Mar 23 18:34:20 Error: Temporary failure in creating login processes, slowing down for now
dovecot: Mar 23 18:34:20 Error: imap-login: Can't load certificate file
2007 May 24
2
Re: libao ready for release
Some questions:
* why call it 0.8.8, when 0.8.7 was not yet released?
* CHANGES file miss some changes from previous version, e.g. the new pulseaudio plugin replacing polyp;
* what about a longer rc period? It's only less than 1 hour (and the previous release was over 2 year ago);
* what about merging some fixes in the trac ( https://trac.xiph.org/report/13 ) before the release?