search for: ht3

Displaying 4 results from an estimated 4 matches for "ht3".

Did you mean: ht
2010 Feb 09
1
lm combined with splines
...ight (in)", ylab = "Weight (lb)") lines(ht2,ph2) 3) height <- women$height # 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 weight <- women$weight # 115 117 120 123 126 129 132 135 139 142 146 150 154 159 164 fb3 <- bs(height, df = 5) fm3 <- lm(weight ~ fb3) ht3 <- seq(57, 73, len = 200) ph3 <- predict(fm3, data.frame(height=ht3)) # Error message about newdata. Why ? plot(women, xlab = "Height (in)", ylab = "Weight (lb)") lines(ht3,ph3) # no line Thanks for the reason of this message. Alex Randria [[alternative HTML version...
2005 Jan 25
4
typo in ?NotYetImplemented
The `examples' section says plot.mlm # to see how the "NotYetImplemented" # reference is made automagically ^ Best, Torsten
2008 Jul 01
6
OpenVZ configuration of networking with puppet - big crash
I am trying to streamline the current distribution specific setup and creation of VE''s within OpenVZ with puppet. My first attempt has gone horribly wrong as you will see below. Here''s the script I wrote to replace the redhat specific setup that OpenVZ used: [jleggett@lxp6d15m3 scripts]$ cat redhat-add_ip.sh #!/bin/bash # # Debug - take out later set -x
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking