Displaying 20 results from an estimated 600 matches similar to: "Scalling/Centering the Data by an Index"
2004 Dec 17
1
Confidence Intervals from Bootstrap Replications
Hi All:
I have to compute bootstrap confidence intervals, the statistic
(incremental cost effectiveness ratio) is computed from two samples
(intervention and control) of different sizes. All the bootstrap
functions that I have seen use one dataset as argument. I may go ahead
and get the desired number of bootstrap replications separately. I would
appreciate if you could point me to a source of a
2006 Mar 22
1
lme convergence
Dear All:
lme(sbp ~ cengirth, data = family, random= ~ 1 | familyid)
converges but
lme(sbp ~ cengirth, data = family, random= ~ cengirth | familyid)
does not.
I get the following message:
Error in lme.formula(sbp ~ cengirth, data = family, random = ~cengirth |
:
iteration limit reached without convergence (9)
The data has 488 rows and 154 familyid levels. For
2005 Aug 04
1
Where the error message comes from?
Hi all:
I get the following error message that I am not able to resolve.
Error in if (const(t, min(1e-08, mean(t)/1e+06))) { :
missing value where TRUE/FALSE needed
It appears right before the last data.frame statement.
Below is the program that simulates data from one way random effects
model and then computes normality and bootstrap confidence interval for
2006 Mar 16
6
removing ROWS with missing values
I am trying to find out if R can recognize specific criteria for removing
rows (i.e. a prexisting function)
I have a matrix myMatrix that is 12000 by 20
I would like to remove rows from myMatrix that have:
-999 across all columns
-999 across all columns but one
-999 across all columns but two
-999 across all columns but three
-999 across all columns but four
-999 across all columns but five
2006 Jul 29
0
Help with clogit in survival - conditional logistic regression
Dear All:
I have been struggling to run the conditional logistic regression on a
dataset. I am using clogit function in survival package. Here is how the
data is generated. I tried to shorted the data by using the second count
variable but still the clogit did not run. Why I am not able to run clogit
on my dataset. I appreciate any input.
Regards,
Ashraf
age <- c(rep(0,8),rep(1,8))
scc <-
2005 Apr 03
4
Generating a binomial random variable correlated with a normal random variable
Hi All:
I would like to generate a binomial random variable that correlates with a
normal random variables with a specified correlation. Off course, the
correlation coefficient would not be same at each run because of randomness.
I greatly appreciate your input.
Ashraf
2005 Apr 13
2
extracting one element of correlation matrices from a list poroduced by the 'by' statement
I am producing 2X2 correlation matrices by a class variable. I need to
extract a vector of correlation coefficients only. I am doing that in a
loop (see below) but I am sure there would be a simpler way. Please
help!
> by(d1[,c(2,3)],d1[,1],cor)
d1[, 1]: 1
c e
c 1.0000000 0.1972309
e 0.1972309 1.0000000
2005 Apr 03
3
'skewing' a normal random variable
Hi All;
The following question is directed more to statisticians on the list.
Suppose I have a normal random variable. Is there a transformation that I
can apply so that the new variable is slightly positively skewed.
I greatly appreciate your help.
Ashraf
2008 Jun 21
1
Fwd: Detection of Answer, hangup, busy etc while using Dial command
---------- Forwarded message ----------
From: Arun Kumar Chaudhary <uniquearun04 at gmail.com>
Date: Sat, Jun 21, 2008 at 4:51 PM
Subject: Detection of Answer, hangup,busy etc while using Dial command
To: asterisk-users at lists.digium.com.
Hi Guys,
I am in kanpur, India.
I am using Dial() command in my phpagi script. I am unable to detect
whether it is connected to the dialed number, if
2015 Nov 02
3
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Greetings Richard,
Thanks for the pointer. It was helpful. (Note: We have 2 physical machines,
one is p2v machine & the other is conversion server. Both the machines have
been updated with "*yum install qemu libvirt-client virt-manager
virt-viewer guestfish libguestfs-tools virt-top*")
We have couple of questions for the exact functioning of virt-p2v:
1. We are unable to
2009 Aug 22
6
Fw: Re: my bootlog
Fasiha Ashraf
--- On Sat, 22/8/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote:
From: Fasiha Ashraf <feehapk@yahoo.co.in>
Subject: Re: [Xen-users] my bootlog
To: "Boris Derzhavets" <bderzhavets@yahoo.com>
Date: Saturday, 22 August, 2009, 11:12 AM
Please check what wrong here
grub.conf
title Fedora (2.6.30-rc6-tip)
root (hd0,6)
kernel
2017 Sep 26
2
build a SpatialLines object from a list
Hi Eric,
Thanks for the help.But this will not solve the problem as it will generate a list and what I need is an object of class sp using SpatialLine function from sp package.So, I need to convert each matrix to coordinates and then to a line and then to a spatial line as figured in the code.
My data structure is a list of 141 matrices.Each matrix represents coordinates of the river lines
2017 Sep 25
0
build a SpatialLines object from a list
Hi Ashraf,
It is not obvious to me what your structures are but one problem in your
function is the assignment tt1 <- SpatialLines(list(tt[[i]])).
This will set tt1 to just have one item.
Consider the following
test.func <- function(x) {
tt1 <- list()
for ( i in ... ) {
...
tt1[[i]] <- SpatialLines(tt[[i]])
}
return(tt1)
}
HTH,
Eric
On Mon, Sep 25,
2005 Jul 20
1
Re: help me in printer driver
You mean u have no idea to develop printer driver
keshu
>From: David Collier-Brown <David.Collier-Brown@Sun.COM>
>Reply-To: samba@lists.samba.org
>To: keshav chaudhary <keshu82_sh@hotmail.com>
>Subject: Re: help me in printer driver
>Date: Wed, 20 Jul 2005 09:44:53 -0400
>
>[Sent to samba-technical by mistake]
>
>No, but I've forwarded this to the
2009 Aug 27
8
cannot boot PV guest
This is my install profile F11.install
name="FC11-G1S2"
memory=500
disk = [''phy:/dev/sda3,0,w'' ]
vif = [ ''bridge=eth0'' ]
vfb = [ ''type=vnc,vncunused=1'']
kernel = "/etc/xen/vm/vmlinuz.1"
ramdisk = "/etc/xen/vm/initrd.img.1"
vcpus=1
on_reboot = ''restart''
on_crash = ''restart''
2009 Jun 02
5
Help please- Post - Login Script--- Migration
Hi all
I am in the process of migrating Courier to Dovecot, am using
courier-dovecot-migrate.pl<http://www.dovecot.org/tools/courier-dovecot-migrate.pl>it
works fine. I want to migrate each user as they login using post-login
script (As i have huge no of users). We are using NFS storage, users are
authenticated using mysql, User home directories as passed using variable
mail ( usign mysql
2009 Oct 28
6
Re: [virt-tools-list] Unable to complete install: ''Domain not found: xenUnifiedDomainLookupByName
[This email is either empty or too large to be displayed at this time]
2009 Oct 27
12
Virt-manager issue resolved
[This email is either empty or too large to be displayed at this time]
2015 Nov 02
2
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
On Mon, Nov 02, 2015 at 06:51:20PM +0530, Ravi Chaudhary wrote:
> Sorry, attached herein is the screenshot
This error "unexpected end of file waiting for password prompt" is
this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1167916#c4
Although it is a bug in virt-p2v -- it should print a clearer error
message -- what it really means in this case is that you've got the
wrong
2017 Sep 25
2
build a SpatialLines object from a list
Hi all,I'm trying to build a SpatialLines object from a list that contains 124 river segments. Each segment in the list contains the x,y coordinates. I'm using the following code to create the SpatialLines object, but it just retrieves one segment. Any suggestions?
test.func = function(x){
??? for (i in 1:length(x)) {??????? tt[[i]] <- x[i]; tt[[i]]? = Line(tt[[i]]); tt[[i]]? =