Displaying 5 results from an estimated 5 matches for "exmample".
Did you mean:
example
2005 Jan 25
4
more question
Hello,
thank you very much for your help in last email. it is very helpful. right now, i have more questions about my project,
1. solve can i remove the NA from a vectors:
for exmample, if my vector is:
v <- (NA, 1, 2, 3, 4, 5)
how can I remove the NA from vector v
2. how I can get input from the user?
3. can I read more than one data files in one program? and how i can write something to a file
4. how i can display/output something on the screen?
thank you so much
B...
2011 Dec 17
1
Binning a 2 column matrix by avarages of rows.
...e of 2
columns and put k lowest (or highest) values in bin1, second k high/low
values in bin2, and so on (bins would be of the same dimensions). I should
also know what the first index (or position) of the pair has been.
car-1 29 30
car-2 22 24
car-3 16 16
car-4 41 41
car-5 43 45
car-6 34 36
for exmample in bins of 2x2
bin1
car-3 16 16
car-2 22 24
bin2
car-1 29 30
car-6 34 35
bin3
car-4 41 41
car-5 43 45
--
View this message in context: http://r.789695.n4.nabble.com/Binning-a-2-column-matrix-by-avarages-of-rows-tp4207606p4207606.html
Sent from the R help mailing list archive at Nabble.com.
2011 Apr 12
1
lookup not working properly
Hello!
Below is my exmample. "myref" is my reference data frame with columns a and b.
"temp" is my data with column c analogous to column a in "myref".
I am trying to create a new variable b - in "temp" - that matches
values from b in "myref" to values in c. If you look at the...
2008 Sep 25
0
"InetBoot for x86&x86_64 liveCD (Debian-Lenny-Beta1/Feora/Ubuntu/KNOPPIX/VMKnoppix)" is released.
...86_64 (9,8)
1 types of Ubuntu x86_64 (804)
### gPXE scripts ###
We offered gPXE scripts to boot InetBoot itself from the Internet.
gPXE, which is included syslinux (http://syslinux.zytor.com), is a Network Bootloader.
It can download a kernel and initrd from HTTP server and boot the OS.
=== Exmample to use gPXE scripts on the sample CD-ROM ===
Select "gPXE" at GRUB Menu and Move to shell mode of gPXE (Press "CTL+B" right after GRUB).
Execute the following commands on the shell to boot InetBoot.
gPXE> dhcp net0
gPXE> kernel http://www.inetboot.net/gpxe/debian...
2008 Aug 05
0
"InetBoot for x86&x86_64 LiveCD (Feora/Ubuntu/KNOPPIX/VMKnoppix)" is released.
...dora x86_64 (9,8)
1 types of Ubuntu x86_64 (804)
### gPXE ###
gPXE, which is included syslinux (http://syslinux.zytor.com), is an
open source Network Bootloader. It can download a kernel and initrd
from HTTP server and boot the OS. We offered gPXE scripts to boot
InetBoot from the Inetnet.
## Exmample to boot InetBoot from gPXE and syslinux. ##
Move to shell mode of gPXE (Press CTL+B to change the shell mode).
After that, execute the following commands on the shell to boot InetBoot.
gPXE> dhcp net0
gPXE> kernel http://www.inetboot.net/gpxe/fedora9
gPXE> boot
Please refer...