Displaying 7 results from an estimated 7 matches for "wbl".
Did you mean:
bwl
2008 Apr 09
1
CentOS Build
Johnny, or any one to answer.
http://www.linuxhelp.net/forums/How_to_Build_Enterprise_Srpms_t3384.html
As it seems this was done in 2004. Is there an updated version to it?
Also the required pckages needed. I have the info from WBL site and
various scripts from the centos site.
What i am really interested in is the main os rebuild with anaconda
runtime. I'm not after creating a live image.
Great article.
--
~/john
OpenPGP Sig:BA91F079
2001 Mar 12
1
Using Samba from One Unix box to one Win98 PC
To all the helpful people out there,
We currently use samba on our Unix server and have win98 clients from a
winNT network that we share files with. I have a user that will soon be
working at home using a Unix (SGI Octane2) box and a Win98 PC. He wants to
be able to share files between the machines. My question is will I need
some kind of hub between the two for them to make Samba work or
2007 Feb 22
1
memory problem read.table v array (PR#9526)
Full_Name: bill langdon
Version: 2.4.1
OS: ubuntu
Submission from: (NULL) (155.245.58.159)
#WBL 22 Feb 2007 ubuntu
R.version
#platform i486-pc-linux-gnu
#arch i486
#os linux-gnu
#system i486, linux-gnu
#status
#major 2
#minor 4.1
#year 2006
#month 12
#day 18
#svn rev 40228
#language R
#version.st...
2010 Sep 04
4
[Bug 1815] New: RemoteCommand and PseudoTTY config options
https://bugzilla.mindrot.org/show_bug.cgi?id=1815
Summary: RemoteCommand and PseudoTTY config options
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2017 Aug 10
3
Creating New Variable Using Ifelse
...w variable. My many attempts at creating a nested ifelse statement that would pass the NAs through properly have not been successful. Any help is greatly appreciated.
Here is a MRE:?
library(RCurl)
data <- getURL("https://raw.githubusercontent.com/cbenjamin1821/careertech-ed/master/elsq2wbl.csv")
elsq2wbl <- read.csv(text = data)
##Recoding Negative Responses to NA
elsq2wbl [elsq2wbl[, "EVERRELJOB"] < -3, "EVERRELJOB"] <- NA
elsq2wbl [elsq2wbl[, "PSWBL"] < -2, "PSWBL"] <- NA
#Labeling categorical variable levels
elsq2wbl$EV...
2007 May 27
0
weibplot (Weibull plot) for R
Hello,
The following script allows for Weibull plots using R.
Its output is similar to the output of the wblplot function (or weibplot function) in MATLAB.
As opposed to the previously mentioned function it does not require proprietary software. Instead, it is based on R.
My code also allows for a graphical visualization of weibull fitted data. In particular, data can be represented by a straight line...
2017 Aug 10
0
Creating New Variable Using Ifelse
...ng a nested ifelse statement that would pass the NAs
> through properly have not been successful. Any help is greatly appreciated.
>
> Here is a MRE:?
>
> library(RCurl)
> data <-
> getURL("https://raw.githubusercontent.com/cbenjamin1821/careertech-
> ed/master/elsq2wbl.csv")
Did not work for me probably due to some restriction of data access.
> elsq2wbl <- read.csv(text = data)
>
> ##Recoding Negative Responses to NA
> elsq2wbl [elsq2wbl[, "EVERRELJOB"] < -3, "EVERRELJOB"] <- NA
> elsq2wbl [elsq2wbl[, "PSWBL...