Displaying 20 results from an estimated 2000 matches similar to: "Select the same rows"
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.
2007 Jul 03
2
select row
Hi all,
I have a little problem selecting some rows from a data.frame.
I'd like to select the rows where a determinated column take a
partivolar value.
For example:
tab
id x y
1 24-2005 1621814 4834991
2 24-2005 1621856 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
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, mouse cursor from
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 the same) does not show the artifact.
the artifact shows up in other projections as well,
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
2004 Aug 27
2
Packing of data files in packages
Hola!
I am writing a package with some large data files, so it would be good to
use the feature of zipping data.
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
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
2005 Sep 07
3
Hosted PBX (vPBX) and Call/PickUP Groups
Hi,
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
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
2004 Feb 28
2
logististic regression (GLM). How to get 95 pct. confidence limits?
Dear R-list.
I'm doing af logistic analyses using gml.
The model explaines variations in Adverse events infections (0 og 1) using
age as explanatory variable.
model2d<-glm(formula=AEorSAEInfecBac~Age,family=binomial("logit"),data=emrisk)
I want to get predictions with 95% confidence limits for age 30 and age 60.
I've been reading the "google" and "search
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],ncol=nc[i]
...
}
where "%i%"
2004 Apr 01
2
[LLVMdev] spec95
Ok, I am trying to configure llvm to compile benchmarks as suggested by
John, and after running configure, I get the following error while
running make in the /test/Programs/External/SPEC
----
make[1]: Entering directory
`/home/llvm/llvm/test/Programs/External/SPEC/CINT95'
make[2]: Entering directory
`/home/llvm/llvm/test/Programs/External/SPEC/CINT95/099.go'
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 --with-tcp-wrappers --with-md5-passwords
2005 Jul 05
1
Problems when upgrading to samba 3.0.14
Hi all,
We had a Debian sarge box with samba version 3.0.7 and worked ok.
When we upgraded to the new stable version in Debian (3.0.14a)
we noticed that the samba daemon (smbd) did'nt bind to its port
(139) when running in daemon mode. When running with inetd, it
binds de port but don't "pass" the connection to the samba demon...
There is any big change
2005 Jul 01
1
how does pattern routes works
i tried to write to usa destination 1* it worked well
but when i tried to specify the number of digits i
wrote
1NXXNXXXXXX but it did'nt work.can anybody help me
please
please.
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
2006 Oct 21
1
new route by caller id
Hi
I have installed, asterisk , with postgresql.
it 's the view of extensions table:
didex=# select * from extensions order by id desc
limit 5;
id | context | exten | priority | app |
appdata |
description
2008 Feb 22
1
FW: jabber
Hi all,
Do some one experiencing running jabber applications (jabberstatus...) in
asterisk? I do experinced Asterisk 1.4.18 and wish to start it, however I
got such result.
IBM*CLI> help jabber
No such command 'jabber'.
IBM*CLI> help jabberstatus
No such command 'jabberstatus'.
Any one can help me on this, or may be I miss out somethings that cause
jabber applications
2009 Sep 19
1
"Channels got stuck in asterisk 1.4.18.1"
Hi All,
Today I faced a problem with channels getting stuck. We use asterisk
1.4.18.1, and there were 2 extensions (channels) that got stuck. When I try
to do "soft hangup <channel>", it says "Requested for soft hangup" for that
channel, but if we go and check once again those channels are still stuck.
Also even after asterisk restart it did'nt go, finally we had to
2017 Aug 29
1
recommanded way to restore objects from Deleted Objects
Hi everyone,
in samba 4.5 changelog, it says that samba AD now supports tombstone
reanimation. I've been used to ldbrename and ldbmodify to reanimate
objects to keep objectSID, but 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
2005 Apr 14
1
Strange behavior of atan2
Dear all,
I've got a problem with the function atan2. For a couple of coordinates
x and y,
This function returns the angle between the vector of coordinates (x, y)
and the
abscissa axis, i.e. it is the same as atan(y/x) (as indicated on the
help page).
If we consider the vector with coordinates x = 0 and y = 0, we have
the following result:
> atan(0/0)
[1] NaN
This is expected.