search for: precook

Displaying 2 results from an estimated 2 matches for "precook".

Did you mean: prehook
2007 Mar 30
1
Problem with 2GB USB Pendrive
...203104... 237664... 272096... 306656... 341088... 375520... 410080... 444512... 479200... 513744... 548320... 582880... 617440... 652000... 686432... 720992... 755424... # ---END--- At this point, I retry the mount comand successfully (and sdc2 into pendrive2 dir to test), then unzipped the "precooked" qpubuntu.zip file into /media/pendrive with no problem, umount /dev/sdc1 (and sdc2), run "sync", extract, reinsert and umount (again, because gmone like to mount devices by itself). And the las step: ---BEGIN--- # syslinux -sf /dev/sdc1 syslinux: only 512-byte sectors are support...
2009 Nov 08
2
linear trend line and a quadratic trend line.
Dear list users How is it possible to visualise both a linear trend line and a quadratic trend line on a plot of two variables? Here my almost working exsample. data(Duncan) attach(Duncan) plot(prestige ~ income) abline(lm(prestige ~ income), col=2, lwd=2) Now I would like to add yet another trend line, but this time a quadratic one. So I have two trend lines. One linear trend line