Displaying 5 results from an estimated 5 matches for "gichangi".
2006 Aug 04
2
plotting picture data
...arkings and 3 if it was not
touched. I would like to plot this data on the chest like graph showing the
intesities of different
points and later stratify the grouping variables to see the difference.
Has anybody got an idea how I can go around this ?
Help is highly appreciated.
Regards
Anthony Gichangi, M. sc.
Department of Statistics.
JB. Winsl?vej 9B,
DK 5000 Odense C.
Tel: 00 45 6550 3379
Mobile: 00 45 61105805
2004 May 01
2
Generating Lognormal Random variables (PR#6843)
Full_Name: Anthony Gichangi
Version: 1.90
OS: Windows XP Pro
Submission from: (NULL) (130.225.131.206)
The function rlnorm generates negative values for lognormal distribution.
x- rlnorm(1000, meanlog = 0.6931472, sdlog = 1)
Regards
Anthony
2004 Dec 28
2
Varying x-axes ticks
Dear R Users,
I have the following situations to plot.
x-values (times) : range from 0 to 104 (in weeks)
y-values (hazards) : range from 0 to 0.5
Now I want to make a plot of time versus hazards such
that in the time axis (i.e x-axis) the values 0-24 occupies
half of the axis and the values 25-104 ocupies the rest
of the axis.
In other words I want to emphasize on first 24
2006 May 19
11
iraq statistics - OT
I came across this one:
http://www.nysun.com/article/32787
which says that the violent death rate in Iraq (which presumably
includes violent deaths from the war) is lower than the violent
death rate in major American cities.
Does anyone have any insights from statistics on how to
interpret this?
2005 Dec 29
2
loop
Dear All,
I have to use loop over an array so I am using following procedure
count<-1
repeat{
count<-count + 1
c(g[count],1:i[count]) ->qw
if(count>5)break
}
as a result qw is
[1] 0.9643836 1.0000000 2.0000000 3.0000000 4.0000000 5.0000000
[7] 6.0000000 7.0000000 8.0000000 9.0000000 10.0000000 11.0000000
[13] 12.0000000 13.0000000 14.0000000 15.0000000 16.0000000