search for: did'nt

Displaying 20 results from an estimated 125 matches for "did'nt".

2005 Mar 09
4
How to get standard deviation of rows in a matrix
Hi all, I am trying to find sd of my rows in a matrix and i get column sd inspite of extracting rows. I tried to do the sqrt(var(x)) but that did'nt work as well, Here is my data genes 15 24 63 40 25 42 46 35 23 53 37 45 30 37 50 55 40 51 30 48 x<-sd(genes[1:5,]) y<-sqrt(var(genes[1:5,])) I get 4 sds for the 4 columns instead of 5 sds for my 5 rows. Thanks you in advance. Choudary Jagarlamudi Instructor Southwestern Okl...
2006 Mar 08
3
bug in map('world') ?
hi, did'nt see anything in the archive: map('world',pro='rectangular',para=0) yields a strange artifact (horizontal bar) extending over the whole map at a certain latitude range (approx 65 deg. north), whereas map('world',pro='rectangular',para=180) (which should be...
2009 Apr 29
2
Select the same rows
...ave a problem selecting some rows from a random data. I'd like to select the same rows (before 0) . For example: A [1] 0 [2] 1 [3] 2 [4] 0 [5] 1 [6] 0 [7] 1 [8] 2 [9] 3 [10] 4 I'd like to select the row where a = 2 1 4 I searched on the search of the R site but I did'nt find anything of simple. Can someone help me? Thank you very much Seangduan
2009 Sep 07
3
World of Warcraft installed on Windows-trying to run onLinux
Hello, I know there's quite a lot of topics regarding WoW and Wine, but I did'nt find any where WoW was installed on Windows and trying to run on Linux with WINE. So I have WoW installed on Windows XP (I'm not playing retail but private server if that makes any difference), and exactly it's WoW 3.1.3. When I try to run it with WINE, there appears a black screen,...
2004 Jan 20
2
graph algorithms in R
Hi, I was wondering if there are any packages available that can represent mathematical graphs along with functions to manipulate them? Google did'nt turn up anything ( I may be asking too much of R :-/ ) Thanks, ------------------------------------------------------------------- Rajarshi Guha <rxg218 at psu.edu> <http://jijo.cjb.net> GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634 9B87 56EE ------------------------...
2004 Aug 27
2
Packing of data files in packages
...ata. However, I use .R files to read in the data from one (sometimes more) files, so Rcmd build --zip-data gives a package which does'nt work. How should I do it, is it better ti zip each data file individually and use the functions to read from zipped files, or are there some other solution? Did'nt find anything in "Writing R extensions". Kjetil
2019 Jul 09
1
CTDB Samba 4.10 example?
Hi there, I use Samba 4.9 since its releaseday and also had some troubles first due to the lack of informations in the wiki. Anyways... after some try & error i got it working and since i run the Cluster (non-production environment) had no errors except CTDBs monitoring of the Samba process did'nt work as i would expect it (RPC-Server was dead but CTDB did'nt complain and "ctdb scriptstatus" shown "50.Samba - OK") so there could be a little misconfiguration in my following advices couse i did'nt look further into it yet. Anyways... heres what i did: ## IN...
2003 May 25
2
Windows 2000 PDC - Profiles on Samba Server
Hi, I have set up a Samba 2.2.8 server and I would like store Windows 2000 Profiles on the Samba server. For a test I set the File Permissions for all users on samba but the Windows 2000 PDC did'nt create any file of a profile. Trying to get acces from the PDC on Samba works withtout problems. Sorry for my english I'm swiss german. Thank You and Best Regards Thomas Arnold
2007 Jul 03
2
select row
...4834907 3 24-2005 1621763 4834956 4 25-2006 1622330 4835189 5 25-2006 1622533 4834834 6 25-2006 1622535 4834909 7 25-2006 1622543 4834803 8 28-2005 1622798 4835043 9 28-2005 1622299 4835129 I'd like to select the row where id=25-2006 I searched on the search of the R site but I did'nt find anything of simple. Can someone help me? Thank you very much Leonardo
2005 Sep 07
3
Hosted PBX (vPBX) and Call/PickUP Groups
..., I'm working with this issue for a while, Now I already solve the dialplan issues, but I still have a question about the Callgroups, I read at www.voip-info.org that , there is a 63 limit of callgroups. And I'm wondering why?? and if the 1.2.0beta version supported more than 63 Groups?? (I did'nt find any Changelog for 1.2) or If not There is any unoficial patch for that ? Thanks in advance. -- Ren? Mayorga <rmayorga@saltel.com> El Salvador Telecom S.A. de C.V.
2004 Oct 17
2
Which package to download
Hello I am new to the list, and recently began using Redhat Linux 9. I am also a new WINE user, I went to the binaries page and there seemed to be some many WINE binary packages, since I am new I did'nt know which one to download. How would I know which binary package to download? _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
2004 Feb 28
2
logististic regression (GLM). How to get 95 pct. confidence limits?
...=emrisk) I want to get predictions with 95% confidence limits for age 30 and age 60. I've been reading the "google" and "search r-project" for suggestions but could only find solutions for lm: predict(model,data.frame(Age=30),level=.95 ..............) ?predict.glm or ?glm did'nt give me hints either. Using R1.8.1. Windows Cand. Polit. Niels Steen Krogh Solsortvej 44 2000 F. Tlf: 3888 8613 ZiteLab / EmpoweR youR data with R, Zope and SOAP
2008 Aug 27
3
compile with ssl support
Hi, I have installed 1.1.2 first with ssl_disable=yes, work fine but when i set ssl_disable to no and configuring according to dovecot.org (SSL certificates) i get 'SSL support not compiled in but ssl_disable=no' CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib ./configure make make install what am i missing? i starting with a simple dovecot.conf protocol imap { } protocol
2002 Oct 28
3
create an object list in a loop
Hi! Probably I perform this question because I did'nt still understand the R-philosophy. I have to build many matrix, with different dimensions, and I would to assign them a same 'prefix' name, i.e. "aval", but, obviuosly different suffix, something like: for (i in 1:n) { aval%i% <- matrix(scan(data....),nrow=nr[i]...
2004 Apr 01
2
[LLVMdev] spec95
....linked.rbc] Error 1 make[2]: Leaving directory `/home/llvm/llvm/test/Programs/External/SPEC/CINT95/099.go' make[1]: *** [099.go/.makeall] Error 2 make[1]: Leaving directory `/home/llvm/llvm/test/Programs/External/SPEC/CINT95' make: *** [all] Error 1 ------------------- The initial steps did'nt seem to cause any problems. Thanx, -- Vinay S. Belgaumkar
2005 Oct 27
2
F tests for random effect models
Dear R-users, My question is how to get right F tests for random effects in random effect models (I hope this question has not been answered too many times yet - I didn't find an answer in rhelp archives). My data are in mca2 (enc.) : names(mca2) [1] "Lignee" "Pollinisateur" "Rendement" dim(mca2) [1] 100 3 replications(Rendement ~ Lignee * Pollinisateur, data = mca2) Lignee Pollinisateur Lignee:...
2000 Jul 01
3
openssh-2.1.1p2 problem and fix
Hi all, trawled through the archives and did'nt find what I was looking for so here goes. This may be common knowledge or may not for the developers here ... maybe it will save someone some time anyhow. I'm running Redhat 6.2, **2.4.0-test1 kernel**, openssh-2.1.1p2.tar.gz, openssl-0.9.5a.tar.gz, with these options. sh configure --...
2017 Aug 29
1
recommanded way to restore objects from Deleted Objects
...t if it is now officially supported, it would be better to use the proper way. Sysinternals tool adrestore [1] seems to be working properly (it does not restore most attributes, but this is expected since recycle bin is not yet supported. Replication after adrestor'ing an object is fine. I did'nt found an equivalent with samba-tool. Is using adrestore windows command line a proper way to do it? Should we use ntdsutil authoritative restore? Is there a samba command line to do that? Cheers, Denis [1] https://docs.microsoft.com/en-us/sysinternals/downloads/adrestore -- Denis Cardo...
2006 Nov 10
1
missing symbols for mathplot
Hi all, I'm trying to write an axis label that sounds P( X | K and Xb ) (probability of X given K and Xb ) but I need the intersection symbol (the "\cap" in latex) Actually I did'nt find any "cap" symbol in plotmath, the only one is intersect(A[i],i==1,n) but is not my case because subscripts and arguments are mandatory. Anyone knows how to do? Thanks Andrea -- View this message in context: http://www.nabble.com/missing-symbols-for-mathplot-tf2607328....
2005 Apr 14
1
Strange behavior of atan2
...with coordinates x = 0 and y = 0, we have the following result: > atan(0/0) [1] NaN This is expected. However: > atan2(0,0) [1] 0 Instead of a missing value, the function atan2 returns an angle equal to 0 radians. I've searched through the help pages, the FAQ and the forum, but I did'nt find any explanation to this result. Does anyone know if this behavior is expected, and why ? Thank you for any clues. Regards, Cl?ment Calenge -- Cl?ment CALENGE LBBE - UMR CNRS 5558 - Universit? Claude Bernard Lyon 1 - FRANCE tel. (+33) 04.72.43.27.57 fax. (+33) 04.72.43.13.88