Displaying 2 results from an estimated 2 matches for "bindt".
Did you mean:
bind
2008 Aug 07
3
Bug in rnorm? (PR#12016)
Full_Name: Paul Eckermann
Version: 2.7.1
OS: Windows XP Service Pack 2
Submission from: (NULL) (129.127.183.12)
This is the first time I have submitted a bug report, so apologies if I have not
followed the correct protocol.
If I enter
length(rnorm(100*.29))
it returns 28 rather than 29.
y<-(1:100)/100
z<-sapply(y,function(x) length(rnorm(x*100)))
z!=100*y
indicates that it has
2008 Aug 07
2
help with longitudinal data plot
Dear R Help,
I am attempting to make a plot of longitudinal data, a sample data
frame of which is shown below.
I'd like to show all of the subjects in the same plot, with a set of
connecting line segments for each subject. 'age' would be the x-axis
and 'score' would be the y-axis.
subject age score
1 10123 12 51.06
2 10123 14 50.00
3 10123 15 62.22
4