Displaying 20 results from an estimated 1000 matches similar to: "simple random cluster sampling - bootstrapping"
2006 Sep 27
1
MSM modeling and transition rates in R
Greetings,
I'm using MSM (mutli-state markov modeling) package to study the
progression of fibrosis in U.S hepatitis C population. I find this is a
very fascinating tool for an applied researcher like myself.
I have a four stage progression only model without any absorbing stage,
also assuming no misclassification error in the data for the time being.
I also have a couple covariates in the
2006 Nov 13
0
question on MSM warning message
Hello
After (simple random cluster) resampling with replacement I ran MSM
function and I'm getting the following warning message ,which I'm not
sure why. I don't have any absorbing stage set up in my MSM model. I
have a 4 stage uni-directional MSM model. The only thing I see might be
a problem is that when the last stage (stage 4 in my data) gets repeated
it seems to give me a warning
2012 Nov 26
1
A problem subsetting a data frame
Hi all,
I have this microarray large microarray data set (ALL) from which I would like to subset or extract a set of data based on a factor ($mol.biol). I looked up some example of subsetting in, picked up two commands and tried both but I got error messages as follows
> testset <- subset(ALL, ALL$mol.biol %in% c("BCR/ABL","ALL1/AF4"))
>> Error in
2010 Jan 14
1
PCI-E CF adapter?
I know this is slightly OT but folks discuss zfs compatible hardware
here all the time. :)
Has anyone used something like this combination?
<http://www.cdw.com/shop/products/default.aspx?EDC=1346664>
<http://www.cdw.com/shop/products/default.aspx?EDC=1854700>
It''d be nice to have externally accessible CF slots for my NAS. I can''t
put them into a drive bay because
2006 Jul 21
1
Failed to set servicePrincipalNames (Samba+Solaris 10+NISplus+ADS+DNS)
When joining our Solaris 10 Samba 3.0.23 system to ADS via...
# /usr/local/samba/bin/net ads join -U Administrator
Administrator's password:
Using short domain name -- ULS
Failed to set servicePrincipalNames. Only NTLM authentication will be
possible.
Please ensure that the DNS domain of this server matches the AD domain,
Or rejoin with using Domain Admin credentials.
Joined
2005 Feb 03
1
If this is should be posted elsewhere, please advise
Hi,
I am puzzled by the relationship between the p-values asociated with the
coefficients of a univariate logistic regression involving categorical
variables and the p-value I get from Fisher's exact test of the
associated 2 x 2 contingency table.
(1) The 2-sided p-value for the table is ~ 0.0015, whereas the p-value
for the independent is 0.101 and the p-value for the intercept is
2002 May 10
1
Preserve TARGET perms, user and group would be nice
Using --existing, I would like to transfer files created by root to home
dirs, where the files would be updated, but leave the user,group and perms
as they were. ie root creates a new file on the sending system, rsyncs it
to the home dir of the user, leaving the perms untouched.
Seems there is no option for this - the users are not defined on the
sending system. I cant do it backwards due to
2000 Jan 31
1
Feature requests for princomp(.) : Allow cor() specifications
(all in subject).
If I want to do a PC analysis in a situation with missing data,
I may want to have same flexibility as with "cor(.)",
e.g., I may want
princomp(x, ..., use.obs = "pairwise.complete")
Actually, I may want even more flexibility.
Currently,
princomp(.)
has
if (cor)
cv <- get("cor", envir = .GlobalEnv)(z)
else cv <-
2009 Mar 05
3
Time Series - ARIMA differencing problem
Hi,
I have been using this website (
http://www.stat.pitt.edu/stoffer/tsa2/Rissues.htm
http://www.stat.pitt.edu/stoffer/tsa2/Rissues.htm ) to help me to fit ARIMA
models to my data. At the moment I have two possible methods to use.
Method 1
If I use
arima(ts.data, order=c(1,2,0), xreg=1:length(ts.data))
then the wrong value for the intercept/mean is given (checked on SPSS and
Minitab) and
2004 Aug 16
2
tuning for samba server
Hi!
anyone knows where to get some info for kernel (maybe via sysctl) and or
samba tuning for high performance ?
I have read all the samba docs available, so aim looking for others tips
besides the tcp tunings usually applied in smb.conf ?
i am setting a server on a client site, with many clients (about 100), and i
am using a real server hardware (an HP netserver with xeon procesor@2.8Ghz,
1Gig of
2003 Jun 15
5
ssh works fine, scp fails
Hi openssh developers!
I have the following problem: ssh works very fine, but scp fails as
soon as it wants to start the actual transfer:
--------------- screenshot ------------------
martin at donald:/home/martin$ scp -v -v -v joke mpitt at piware.de:
[...]
debug1: Authentication succeeded (publickey).
debug1: fd 4 setting O_NONBLOCK
debug1: fd 5 setting O_NONBLOCK
debug1: channel 0: new
2004 Aug 25
1
Newbie Question: Spatial Autocorrelation with R Tutorial?
Howdy All,
I am looking for some good tutorials (books, websites, whatever) for calculating/testing for Spatial Autocorrelation using R.
Specifically, I am wanting to test for autocorrelation of a number of variables measured at a set of discrete locations.
Up to this point I have been exploring the "spdep" package and I can get "moran.test" to work, but I am concerned that
2005 Aug 18
1
rsync Reverse lookup error on Solaris 9
Hello,
I am using rsync for the first time.
I have rsync 2.6.5 running on Solaris 9. It was built with gcc-2.95.
We are experiencing a reverse lookup host error in rsyncd.log when the
client with ip addy 180.X.XX.XX
tries to access rsync on my Solaris box.
2005/08/11 14:30:13 [18092] rsync denied on module log from unknown
(0.0.0.0)
2005/08/11 14:30:54 [18094] name lookup failed for 0.0.0.0:
2009 Mar 31
2
Help With File transfer of files named "Apple*" + Lacie 5Big RAID
Hello Rsync Community,
I have been using rsync for several years to backup servers across an
array of different areas.
I have run into a new problem that I cannot find an answer for.
We just recently purchased a Lacie 5Big Network RAID: http://www.cdw.com/shop/products/default.aspx?EDC=1596257
for one organization.
We set up a test server to start backing up to this RAID via AFP. The
2005 Jun 09
2
Weibull survival modeling with covariate
I was wondering if someone familiar
with survival analysis can help me with
the following.
I would like to fit a Weibull curve,
that may be dependent on a covariate,
my dataframe "labdata" that has the
fields "cov", "time", and "censor". Do
I do the following?
wieb<-survreg(Surv(labdata$time,
labadata$censor)~labdata$cov,
2008 Mar 26
2
pseudo R square and/or C statistic in R logistic regression
Dear all,
I am now doing the logistic regression using R. (glm, family=binomial). Besides the standardize summary statistics generated from R, I am also interested in some more informations concerning the model fitting / prediction etc; Particularly I am interested in "pseudo R squar" and "C statistic". I searched the R- help and could only get very limited information. (Post
1998 Aug 26
0
prcomp & princomp - revised
My previous post about prcomp and princomp was done in some haste as I had long
ago indicated to Kurt that I would try to have this ready for the June release,
and it appeared that I would miss yet another release. I also need to get it out
before it becomes hopelessly buried by other work.
Brian Ripley kindly pointed out some errors, and also pointed out that I was
suggesting replacing some
2011 Aug 30
1
R cmd build error -- "running 'zip' failed"
Hi All,
My attempts to build an R package on my Windows 7 computer using R V13.0 ir R V13.1 using
R CMD build --binary <filename>
have been failing at the penultimate step with the error message "running 'zip' failed" coming after the procedure has completed the MD5 sums step.The same build command on the same package completes successfully on my older Vista
2011 Nov 25
2
Multiple Mounts (streams) Managed by Virtual Sound Board
All,
I am looking for a way to manage multiple streams (mounts) by a virtual
sound board. For example:
mount-baltimore.ogg --> virtual channel 1
mount-philly.ogg --> virtual channel 2
mount-pitt.ogg --> virtual channel 3
mount-new-york.ogg --> virtual channel 4
Main Virtual Out (speaker output) --> Physical Channel 1
Any ideas?
Thanks
-winn
-------------- next part
2009 Feb 25
1
Problems with ARIMA models?
Dear R,
I have find a website where they report problem with ARIMA models in R. I
run the examples there and they give result as shown on the website. Does
this mean that nothing has corrected in R? Maybe you not have seen the
page, but the author said he contacted you.
Here is the URL: http://www.stat.pitt.edu/stoffer/tsa2/Rissues.htm
I like to know your opinion.
Mvh.
Marie
[[alternative