Displaying 17 results from an estimated 17 matches similar to: "Survival data with time dependent covariate"
2010 Jun 02
2
building time series/zoo/its from a data frame
Dear R People:
I have the following data frame:
> x.df
date cond freq
1 04/01/09 Fever 12
2 04/02/09 Fever 11
3 04/03/09 Fever 10
4 04/04/09 Fever 13
5 04/05/09 Fever 6
6 04/01/09 Rash 6
7 04/02/09 Rash 10
8 04/03/09 Rash 9
9 04/04/09 Rash 10
10 04/05/09 Rash 8
11 04/01/09
2007 Oct 03
0
can you help me with empirical probability
I found you online.......
Can you help with empirical probability?
Hi Partha. I really liked your email that you sent me, it really inspired me. I have been breezing through the chapters, and doing quite well, You should be a teacher. After all the time my college instructor spent with the class on the slopes etc.... There were very few of us who really understood it. However, after reading
2013 Feb 04
2
reshape help
Dear R users -
I have a list of patient identifiers and diagnoses from inpatient
admissions. I would like to reorganize the list, presently in a long
format to a wide format in reshape, but in the absence of a "time" element,
I am uncertain how to do this - any help greatly appreciated.
ID Dx
A nausea
A diabetes
A kidney failure
A heart attack
A fever
B fever
B
2011 Sep 29
0
geeglm estimates and standard deviation are too large
Hi,
I'm using geeglm function to account for the repeated measure.
fit1<- geeglm( binary.outcome ~ age + race + gender + fever.yes.no,
data=mydata, id=ID, family=binomial, corstr="exchangeable")
summary(fit1)$coef gives too large estimates and standard deviation:
Estimate Std.err Wald Pr(>|W|)
(Intercept) 3.07e+16
2002 Nov 21
1
more than one level of grouping in xyplot
Dear listers,
Let use say that I want to display the Pixel dataset (in the NLME library)
xyplot(pixel~day|Dog, groups=Side, data=Pixel, panel=panel.superpose, panel.groups=panel.xyplot, type="b", pch=16)
(I know, there are better examples, ...)
Now, how could I change the colours of the symbols accordingly to another factor changing within subject and side form time to time? (let us
2013 Sep 04
0
Fwd: Bienvenido a la lista de distribución R-help-es
Estimado José Betancourt
Dos sugerencias:
Debes responder a toda la lista, no solo a quien envía un correo.
Es un conjunto de datos y esas son probabilidades. Entiendo que puedes
utilizar el método de cálculo que le resulte adecuado.
Flu2009 {EpiEstim} R Documentation
Data on the 2009 H1N1 influenza pandemic in a school in Pennsylvania
Description
This data set gives
1/ the daily
2005 Apr 13
0
Data Mining in Europe, please advise
Our CEO, Dr. Dan Steinberg, is planning to visit Europe in May. He
would like the opportunity to introduce statisticians (and statistically
minded people) to data mining, data mining applications and to forefront
data mining tools. Our algorithms are probably familiar to many
statisticians (CART, MARS, MART, TreeNet and RandomForests), although it
isn't necessary to be a statistician to
2007 Nov 30
1
Help with tables
Hello, I'm new using R and developing tables.
I have a problem in developing a table. In a questionaire I made I ask this
question "Please tell me the first three sympthoms caused by Respiratory
tract infection you've caught this year", then the people answer three
sympthoms, the first mention (Top of mind) is saved in a variable called
"P2_A", the second mention in
2006 Jun 24
1
Parsing XML with REXML problem
Why can it not find my object? What am i missing here? Here is my code:
require ''rexml/document''
include REXML
# classes to represent the objects and relationships in the xml file
class Article
attr_accessor :id, :post, :archive, :ntype, :head, :blurb, :body,
:fblurb, :fimage, :att, :source, :copy, :brand
end
# the base parser
class BaseXMLParser
def initialize(filename)
2010 Aug 19
4
Aggregate Help
Please let me know if this is or is not the right place to ask these
types of questions.
Warning: I am new to R by two days.
I have a simple dataset.
I have loaded the dataset successfully using the following code:
Filepath=(C:\temp\\pilot\dataset1.txt")
Pilot=read.table(filepath, header=TRUE)
Dataset1.txt is delimited and looks like this:
Date illness count
2006/01/01 derm 17
2006/01/01
2010 Aug 20
3
rollmean help (or similar function)
I am working on a simple pilot project comparing the capability of SQL,
SAS and R to perform a rolling mean per the following instructions. I
have completed the SQL and SAS analysis, so now it's R's turn.
Calculate mean values of x (x=count) for each date in the dataset where
mean = the average count of days [t-9] through day [t-3] for each
date/illness combination.
Dataset aggpilot
2017 Oct 11
3
TargetRegistry and MC object ownership.
Hi All,
While trying to put together an MC-based assembler the other day, I again
encountered MC's non-obvious memory ownership rules. The most egregious
example of these is MCObjectStreamer's destructor:
MCObjectStreamer::~MCObjectStreamer() {
delete &Assembler->getBackend();
delete &Assembler->getEmitter();
delete &Assembler->getWriter();
delete Assembler;
2017 Apr 13
0
Wine release 2.6
The Wine development release 2.6 is now available.
What's new in this release (see below for details):
- Multi-threaded command stream in Direct3D.
- More Shader Model 5 instructions.
- More support for 3D textures.
- Better font transformations in DirectWrite.
- Various bug fixes.
The source is available from the following locations:
2016 Mar 04
0
Wine release 1.9.5
The Wine development release 1.9.5 is now available.
What's new in this release (see below for details):
- New version of the Mono engine, with 64-bit support.
- Beginnings of the WineD3D command stream.
- Support for effect states in Direct3DX.
- Drag & drop improvements.
- Various bug fixes.
The source is available from the following locations:
2002 May 02
0
ADD_IP_ALIASES
There is a lingering level of anxiety regarding the way that Shorewall
adds IP addresses for NAT under the ADD_IP_ALIASES="Yes" option.
Up to now, Shorewall has added these ''aliases'' as single addresses (/32)
without subnet or broadcast address.
The current Beta ''firewall'' script adds these aliases using the same VLSM
and Broadcast address as the
2011 Feb 01
3
centos 4.8 or centos 5.5 for server is great?
hi,i am new guy for linux world
i made a server (centos5.5 8g ram 300g*2 sas 15k harddisc ),but some my
friend use linux feveral years advise me use centos 4.8,he said it is much
good than centos 5.5
it is trouble me ,is it newest is good than older?
please give me some advice
Thanks all
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Jun 21
2
Bug#255560: logcheck-database: More Postfix rules
Package: logcheck-database
Version: 1.2.22a
Severity: normal
Thanks to the upgrade to Postfix 2.1 and deploying a newer logcheck
ruleset on a busier server I've found a bunch more rules for Postfix.
I've attached new rules files and patches are inline.
The following patch is for violations.ignore.d:
--- logcheck-postfix.orig 2004-06-21 20:11:14.000000000 +0100
+++ logcheck-postfix