Displaying 20 results from an estimated 110 matches similar to: "Ordering a matrix based on cluster no"
2006 Jan 20
3
command in survival package
Hi there,
I have a question about one command sentence when I follow the example
in the book of "Survival analysis in S":
> aml1<-aml[aml$group==1]
but I got the error warning: NULL data frame with 23 rows
Thus, I couldn't keep going on the next command:
esf.fit<-survfit(Surv(aml1,status)~1).
and also when I try
> aml1<-aml[aml$group==1,]
2011 May 14
4
Crysis first level load crash.
Hi
I more or less followed the AppDB how to (http://appdb.winehq.org/objectManager.php?sClass=version&iId=10107&iTestingId=59999) for Crysis. Copying in the DLLs failed to solve the problem, so I rather installed directX9 from the latest winetricks as suggested in the other Crysis version
2017 Nov 03
2
ntfs user mappings?
That looks easier
I was working on ldap to convert but I'll try ldb-tools
I was off on a bash mission here is what I had so far it isn't correct
so I'll keep working on it
#!/bin/bash
if [ "$(echo $1|wc -c)" = "41" ];then
hex=$(echo $1|base64 -d| od -x -w28 --endian=big|head -n1|sed
's/^0000000 //'|sed 's/ //g')
echo ${hex}
hex_chunk=$(echo
2017 Nov 04
2
ntfs user mappings?
. DOMAIN_ADMIN_PASSWD.sh
echo ${PASSWD} | kinit ${ADMIN}@${DOMAIN}
echo -n > /etc/ntfs-3g.usermap
for DOMAIN_USER in $(wbinfo -u);do
RPCLOOKUPID=$(rpcclient -P -c "lookupnames ${DOMAIN_USER}" ${DOMAIN})
if [ "${RPCLOOKUPID:0:7}" != "ERROR: " ] && [ "${RPCLOOKUPID:0:7}" !=
"Failed " ];then
SID=$(echo ${RPCLOOKUPID}|awk '{print
2016 Mar 11
2
100% CPU when using nested virtualization
Hi all,
I got a new laptop recently and what worked before no longer works
(Fedora 23 on the laptops in both cases)...
I'm trying to get nested virtualization to work because I use the VMs
on the laptop to simulate an HA cluster that itself hosts VMs. I don't
care much at all about the performance of the nested VM, it's just there
so that I can work on the cluster's code.
2017 Nov 05
3
ntfs user mappings?
On Sat, 4 Nov 2017 18:42:36 -0600
Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> I decided to continue trying the ldap route as well
>
> littlehex2int()
> {
> hex=$1
> hex_chunk=$(echo ${hex}|cut -c$2-$3)
> little=$(echo ${hex_chunk}|awk '{print
> substr($0,7,2)substr($0,5,2)substr($0,3,2)substr($0,1,2)}')
> echo "ibase=16; ${little}" |
2017 Nov 03
2
ntfs user mappings?
On Fri, Nov 3, 2017 at 2:43 PM, Rowland Penny <rpenny at samba.org> wrote:
> On Fri, 3 Nov 2017 13:53:22 -0600
> Jeff Sadowski via samba <samba at lists.samba.org> wrote:
>
>> just get objectsid and use this
>>
>> https://blogs.msdn.microsoft.com/oldnewthing/20040315-00/?p=40253
>
> Why ???
>
So that when someone on a linux machine writes to disk
2014 Feb 01
11
[Bug 74316] New: [NV92] Graphical corruption on KDE shutdown/restart/log out screen
https://bugs.freedesktop.org/show_bug.cgi?id=74316
Priority: medium
Bug ID: 74316
Assignee: nouveau at lists.freedesktop.org
Summary: [NV92] Graphical corruption on KDE
shutdown/restart/log out screen
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux
2005 Jun 16
2
User directories in /home are missing
Hi,
I use Redhat Enterprise Edition 2.4.21 kernel version. In my system all
the user directories in /home disappeared. No one deleted it. But I
don't know how it is missing. I had one or two open sessions where I
already logged in as root and cd'ed to one particular home directory.
>From there I am able to access files in that home directory. But not
from a new session. In new session
2012 Feb 06
1
how to access values from functions
Hi All
I would like to know how to access the values of the variable
lambda.mu and and see what abs(lambdas[1])
does since lambdas is not a keyword.
Snippet of the code:
scoreFunction <- function(lambdas)
{
lambda.mu <- abs(lambdas[1])
sme.em(yi,tmei,Xi,Ni,G,lambda.mu,lambda.v)$AICc
}
Thanks in advance.
Regards
Ap
--
Aparna Sampath
Master of Science (Bioinformatics)
2005 Aug 11
2
URGENT: How to recover ext3 files?
Hi,
After panic boot, I have executed fsck for the mount point and we
couldn't find a single file. We have lot of directories under lost+found
like this #3194985.
Can anyone tell me how to recover the data from this folder? This is
urgent.
Thanks in advance for your help.
Regards
Kapil Sampath
"Many of life's failures are people who did not realize how close they
2005 Apr 24
3
Help needed to recover data from ext3 file system where mkfs was issued accidentally
Hi,
I connected my harddisk which had ext3 filesystem and some files
archived in it as slave device and issued "mkfs /dev/hdb2" accidentally.
Immediately I issued Ctrl C and stopped the process. But before that it
had deleted some 100 Blocks.
After that I am unable to boot that hard disk as primary device. The
system is asking me "please insert a valid boot device and press
2005 Jun 02
1
passwd : Module is unknown (Redhat 9 Enterprise Edition)
Hi All,
Can anyone help me in resolving this problem.
I use Redhat 9 Enterprise edition. I have a session in which I logged in
as a root. When I issue the command "su" from any other user it is
throwing error "su : Incorrect password", If I try to change the
password from the root session, it is throwing error "passwd : module
unknown".
[root at TESTING
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
Hi:
After compiling rsync2.5.6 using on SVR4 on Intel HW, Please help
# ./rsync --version
rsync: --version: unknown option
rsync error: syntax or usage error (code 1) at main.c(994)
# ./rsync --help
Segmentation Fault - core dumped
Here is log of compilation.
Script started on Sat Jun 21 05:56:15 2003
# make
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c rsync.c -o rsync.o
NCR High
2011 Jul 06
1
Create simulated data's using mvrnorm
Hi All
This might be something very trivial but I seem to miss something in the
syntax or logic which makes me keep wandering around the problem without
arriving at a solution.
What I want to do is to simulate a sample data for performing cluster
analysis. I tried to use
x1= mvrnorm(10,rep(0.8,3),diag(3))
x2= mvrnorm(10,rep(0,3),diag(3))
x3= mvrnorm(10,rep(-0.5,3),diag(3))
x=rbind(x1,x2,x3)
2012 Mar 15
1
substituting own test statistics in a built-in function
Hi All
I would like to compute the raw p-value from permutation tests and I found
mt.sample.rawp() from the package multtest almost similar to what I want to
do. But in the function definition:
mt.sample.rawp(V,classlabel,test="t",side="abs",fixed.seed.sampling="y",B=10000,na=.mt.naNUM,nonpara="n")
I would like to choose my own t-test which is designed
2017 Nov 04
0
ntfs user mappings?
On Fri, 3 Nov 2017 16:25:57 -0600
Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> That looks easier
>
> I was working on ldap to convert but I'll try ldb-tools
>
> I was off on a bash mission here is what I had so far it isn't correct
> so I'll keep working on it
>
> #!/bin/bash
> if [ "$(echo $1|wc -c)" = "41" ];then
>
2010 Oct 31
9
self.where('section = ?', '%:search_item%')
I am trying to do a search where I can enter a part of a word and the
search find all occurrences of that part word in the field. The above
subject does not work. Can anyone help
I am using Rails 3 and ruby 1.9.2
I use to be able to do it in rails 2.x.
In my Model I have the following:-
def self.search(search_item)
if search_item
self.where(''section = ?'',
2017 Nov 05
0
ntfs user mappings?
I decided to continue trying the ldap route as well
littlehex2int()
{
hex=$1
hex_chunk=$(echo ${hex}|cut -c$2-$3)
little=$(echo ${hex_chunk}|awk '{print
substr($0,7,2)substr($0,5,2)substr($0,3,2)substr($0,1,2)}')
echo "ibase=16; ${little}" | bc
}
base64_to_sid()
{
OBJECTSID="$1"
hex=$(echo ${OBJECTSID}|base64 -d|od -A n -x -w28 --endian=big|sed 's/
2004 Feb 18
4
How to repeat a procedure
Hello,
1. After I generate a 100x50 matrix by x3<-matrix(0,100,50);for (i in
1:100) {x1<-rpois(50, mu[i]);x2<-x1; x2[runif(50)<.01]<-0; x3[i,]<-x2},
2. I want to calculate means and sample variances of each row and create a
new matrix 100x2;
3. I then want to repeat above procedure 500 times so that eventually I
will have 500 100x2 matrices.
Would someone mind helping me to