similar to: Help for R

Displaying 20 results from an estimated 3000 matches similar to: "Help for R"

2011 Dec 31
4
Base function for flipping matrices
Hi all, Are there base functions that do the equivalent of this? fliptb <- function(x) x[nrow(x):1, ] fliplr <- function(x) x[, nrow(x):1] Obviously not hard to implement (although it needs some more checks), just wondering if it had already been implemented. Hadley -- Assistant Professor / Dobelman Family Junior Chair Department of Statistics / Rice University http://had.co.nz/
2007 Dec 20
1
Computing normal conf.intervals
Hi everybody, I wonder if there is a built-in function similar to Matlab's "normfit" which computes 95% CI based on the normality assumption. So, I have a vector of values and I want to calculate 95% normal CI. Of course, I could write my own function, no problem, but I still wonder if built-in functionality exists. (I wish quantile() had this functionality included). Anyone knows?
2008 Feb 29
1
freeRADIUS + krb5 + samba + AD
Hi, We are using freeRADIUS 1.1.6. + samba 3.0.1 + krb5-1.3.2 talk to active-directory(win2k3). Followed by: http://wiki.freeradius.org/FreeRADIUS_Active_Directory_Integration_HOWTO Now it can work. But there are multiple domains in active-directory. Can samba or krb5 support mutiple domains? How to configure krb5.conf and smb.conf can let it support multiple domains?
2006 Apr 13
0
how to open a linux application in the windows program
I appreciate your help as I begin to understand Wine. I installed kernel-win32 on Linux,and tried running a program which is developed with vc++6.0. The program runs well except opening a linux application. I can use system(),WinExec(),and ShellExecute() to open a windows application in vc++6.0. The question is,how to open a linux application in my program?and how to fill the correct
2005 Nov 09
0
ACL doesn't work on Solaris
SAMBA (version 3.0.1) works on Solaris server very well, however, it looks like not support ACL. When users copy/over-write a file from Windows PC through SAMBA to Solaris, ACL will disappear. Any suggestion or advice will be greatly appreciated. --------------------------------------------- smb.conf --------------------------------------------- #============== Global Settings
2003 Apr 11
1
samba performance on uclinux embedded system
Hello, Did anyone do some work on improving the samba read/write performance? We've got a board attached with an IDE hadisk, running samba 2.0.7 on uClinux(NOMMU) OS, the IDE throughput: 10.5Mbps,ethernet speed: 16Mbps,Samba throughput(copy file from WINDOWS PC to host board ): 600KByte/s,CPU working at 120MHz, system SDRAM 16Mbyte. Could anyone help to figure out where the bottleneck is and
2006 May 30
1
about printing
Dear members of samba team I have a problem about samba realizing the function of printing when studying the source of samba-2.2.8. I want to know if the samba can realize printing a big file. For example, the memory of my printing server is limited to 20M, but I want to print a file beyond 20M, how does the samba do? Can samba realize the big file pinting function by cutting the file into a
2009 Nov 17
0
Re place NA values in matrix with the value of Nearest Neighbour
I am extracting climate data for coastal areas from 5km grid data for specific xy coordinates that relates to individual study sites (SQ). Code so far: setwd("/Users/roblewis/Documents/PhD/Climate Data") fnamestemp=read.table("Path_Directory_Maxt") fnames=paste(fnamestemp[,1],fnamestemp[,2]) nfiles = length(fnames) xy=as.matrix(read.table("xy_.txt"))
2005 Jan 05
4
May i ask a question?
my version of wine is 20040408 when i use wine to install a software named "flashpgm" it start the installshield,and a windows shows"The operation system is not adequate for running Flash programmer",and installation stoped. All the imformation showed is as below: fixme:nls:init_default_lcid charset GB18030 was not recognized err:dc:DCE_FreeWindowDCE [0x90031] GetDC() without
2004 Oct 17
2
problems in the install microsoft office 2000 with wine
My systems is rh9, I installed the latest wine (20040914), with a RPM package downloaded from http://rpm.pbone.net/. when I execued "wine setup.exe" (Note: it is in the hardware, not in CDROM. I am not for sure whether it is a problem). The following errors occured. fixme:msi:MsiEnableLogA 00000516 "c:\\windows\\temp\\Office 2000 Premium Setup(0008)_MsiExec.txt"
2005 Jul 01
0
how to ignore the arp request for the alias ip in freebsd
I want only to ignore the arp request for alias ip ,at the same time I don't want disable the arp function of the interface ? How do ? thanks! --------------------------------- DO YOU YAHOO!? ÑÅ»¢Ãâ·ÑGÓÊÏ䣭ÖйúµÚÒ»¾øÎÞÀ¬»øÓʼþɧÈų¬´óÓÊÏä From vova at fbsd.ru Fri Jul 1 13:12:10 2005 From: vova at fbsd.ru (Vladimir Grebenschikov) Date: Fri Jul 1 13:12:12 2005 Subject: how to ignore
2007 Apr 18
0
[Bridge] Help: bridging eth0 and wlan0?
Hello all, I'm trying to bridge the wlan0 and eth0 on an embedded system. I used the following commands to setup the bridge: ifconfig eth0 0.0.0.0 promiscuous ifconfig wlan0 0.0.0.0 promiscuous brctl addbr br0 brctl addif br0 eth0 brctl addif br0 wlan0 brctl sethello br0 1 brctl setmaxage br0 4 brctl setfd br0 4 ifconfig br0 up The eth0 is connected to a local network, and wlan0 is set to
2002 Aug 23
0
企业最低廉的宣传手段 samba
Hello: (If you can't read the email,please click here http://www.jjyx.com/serve/advertise.htm) Thank you ×ð¾´µÄÏÈÉú/Ůʿ£º(´òÈÅÄúһϣ¬Èô´ËÐŶÔÄúÎÞÓã¬Çëɾ³ý£¬Ð»Ð»£© ÒøºÓÖ®Ðǹã¸æ·þÎñ£º ¿ÉÔÚÈ«¹úÄËÖÁÊÀ½ç·¶Î§·¢²¼ÐÅÏ¢£¬Í¶·Å¹ã¸æ¡£ Ò»
2004 Oct 19
1
Error in grep
Hi, there. I used the function read.maimages in limma package to analyze the microarray data .but I got following message >RG <- read.maimages(targets$FileName, source="spot") Error in grep(pattern, x, ignore.case, extended, value, fixed) : invalid argument I don't know what is the matter Thanks a lot Regards Shizhu Zang Department of Biochemsitry Peking
2004 Oct 25
1
unable to open connection
Hi , there: I used function source to download the package but found > source("http://www.bioconductor.org/getBioC.R") Error in file(file, "r") : unable to open connection In addition: Warning message: unable to resolve 'www.bioconductor.org'. Then I downloaded the packages from CRAN and found > local({a <- CRAN.packages() +
2006 Sep 09
2
duplication matrix
Dear R-list members, Just wondering if there is any way to compute the duplication matrix in R. I tried to search for it but only found functions "xpnd" and "vech". Basically for a symmetric n by n matrix A, the duplication matrix D_n is a matrix of dimension n^2 by n(n+1)/2 such that D_n vech(A)= c(A), where c(A) just vectorizes A. The duplication matrix is defined on page
2008 Sep 22
1
R-help Digest, Vol 67, Issue 23
Warranty on Accuracy, Precision, Legality, ... of R in Research (These questions may well have been raised.) What is the implied warranty of using R for research & publications, consulting, etc.? Alternately, how does one obtain such a warranty? Your answers will be much appreciated. Perhaps you can point me to some websites which discussed this subject in the past. Thanks & regards
2004 Aug 06
0
ºÍÄúÓйØϵ£ºÖлªÎÀÊÓÓ°ÊǪ́2002Äê1ÔÂ28ÈÕÕýʽ¿ª²¥£¡
ºÍÄúÓйØϵ£ºÖлªÎÀÊÓÓ°ÊǪ́2002Äê1ÔÂ28ÈÕÕýʽ¿ª²¥£¡
2004 Oct 19
2
error in file(file, "r")
Hi, there. I am trying to read a file into R, but I got following message Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file `SwirlSample.txt' . In fact, my file has been already in the current working directory. My R is running on window operation system instead of UNIX. Thanks. Shizhu Zang Department of Biochemsitry Peking
2006 Oct 31
0
On Solaris8 install samba show error: libsendfile.so.1: open failed: No such file or directory
samba everyone: How do you do! I have a question about install samba on solaris8.I search internet a lot.but don't find useful info. wish can get work it out there.Hope any advices and tips.Thanks lot. OS: solaris8 I have installed follow softeware: gcc-3.3.2-sol8-sparc-local.gz libiconv-1.9.2-sol8-sparc-local.gz ncurses-5.4-sol8-sparc-local.gz