Displaying 6 results from an estimated 6 matches for "height2".
Did you mean:
height
2010 Mar 25
1
Problem with reshaping data from wide to long format
...0135907, 161.75075865, 162.17477449, 157.24285415, NA, NA,
160.51351242, 159.91685827, NA, 161.20032847, 163.04696627, 161.12942938,
NA, 158.80416016, 155.23140708, 156.31264334, 162.37744195, 160.90847312,
NA, NA, 161.25101061, 158.11268844, 157.49338051, 156.92212718,
155.53316098, 157.68964234), height2 = c(168.21926725, 161.56637515,
167.67702789, NA, 162.30948163, 167.82148015, NA, 167.22602729,
163.12053538, NA, 165.14942295, 167.87354665, 160.38044351, 164.10900509,
168.07467582, NA, NA, 163.03725294, 167.76514949, 161.69014727,
161.5809546, 161.14341254, 164.80047183, 162.05997825, 164.114751...
2005 May 28
1
Forcing ticks in plot for hclust object outside the limits
Hello!
I have the following problem.
I would like to plot the hclust object "hcd" (bellow, at the end of the
mail) with ticks at seq(0.05,0.25,by=0.05). I tried using the code
plot(hcd)
and
plot(hcd,axes=FALSE)
axis(2,seq(0.05,0.25,by=0.05))
In both cases, the resoult is the same, ticks at 0.05 and 0.25 are not
printed. I tried changing the ylim argumet in plot, however I got a
2008 Sep 06
2
Hopefully an easy error bar question
...]-z[i]))
lines(c(xv[i]-g,xv[i]+g),c(yv[i]+z[i], yv[i]+z[i]))
lines(c(xv[i]-g,xv[i]+g),c(yv[i]-z[i], yv[i]-z[i]))
}}
Have then worked out the standard errors and added that using:
se<-c()
and then added the final bit of code:
labels<-as.character(levels(Sex2))
ybar<-as.vector(tapply(Height2,Sex2,mean))
error.bars(ybar,se,labels)
So i was wondering, in order to get error bars on my barplot with two levels do i need to change the last bit of code. For example im looking at mean body condition (y) against age (x) and sex (level), i tried to change the code to the following but it didnt...
2003 Sep 04
1
scatter.smooth error
Hello
When I run
scatter.smooth(jitter(weight), jitter(height2), span = .25, evaluation
= 50, pch = '.')
I get the type of graph I thought I would get, but also a warning.....
k-d tree limited by memory. ncmax= 528
I always get concerned when there are warnings I don't understand.
What's a k-d tree? Is this something to be concerned abou...
2007 Mar 07
1
2 commits - libswfdec/swfdec_script.c test/trace
...trace/Makefile.am b/test/trace/Makefile.am
index 2368dc6..a0fa2ca 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -69,6 +69,8 @@ EXTRA_DIST = \
goto4.swf.trace \
goto5.swf \
goto5.swf.trace \
+ gotoframe.swf \
+ gotoframe.swf.trace \
height1.swf \
height1.swf.trace \
height2.swf \
diff --git a/test/trace/gotoframe.swf b/test/trace/gotoframe.swf
new file mode 100755
index 0000000..0aa1970
Binary files /dev/null and b/test/trace/gotoframe.swf differ
diff --git a/test/trace/gotoframe.swf.trace b/test/trace/gotoframe.swf.trace
new file mode 100755
index 0000000..db5fe6d
--...
2007 Feb 16
0
11 commits - libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c libswfdec/swfdec_script.h test/.gitignore test/trace
...e <otte@gnome.org>
Date: Thu Feb 15 21:15:23 2007 +0100
add another test for the width/height changes
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index d931702..d5706dc 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -64,6 +64,8 @@ EXTRA_DIST = \
height2.swf.trace \
height3.swf \
height3.swf.trace \
+ height4.swf \
+ height4.swf.trace \
lifetime1.swf \
lifetime1.swf.trace \
load-4.swf \
diff --git a/test/trace/height4.swf b/test/trace/height4.swf
new file mode 100755
index 0000000..1df1e43
Binary files /dev/null and b/test/trace/height4.s...