Displaying 2 results from an estimated 2 matches for "prudho".
Did you mean:
prudhoe
2008 Apr 01
29
OpenSolaris ZFS NAS Setup
If it''s of interest, I''ve written up some articles on my experiences of building a ZFS NAS box which you can read here:
http://breden.org.uk/2008/03/02/a-home-fileserver-using-zfs/
I used CIFS to share the filesystems, but it will be a simple matter to use NFS instead: issue the command ''zfs set sharenfs=on pool/filesystem'' instead of ''zfs set
2004 Feb 26
3
Collapsing Categorical Variables
...ose < 15)
st <- c()
STREET <- as.vector(STREET)
for(i in 1:length(STREET)) {
if(STREET[i] == "BOYNE AVE" ||
STREET[i] == "CHAPEL ST" ||
STREET[i] == "CONE PL" ||
STREET[i] == "LACEBARK LANE" ||
STREET[i] == "PRUDHOE LANE" ||
STREET[i] == "VIRGIL PL" ||
STREET[i] == "WILMOT ST" ) st[i] <- "Other"
else st[i] <- STREET[i]
}
But I'm sure there is a better way....
Kevin
--------------------------------------------
Ko-Kang Kevin Wang, MSc(Hon)
Stat...