search for: oxy

Displaying 16 results from an estimated 16 matches for "oxy".

Did you mean: ox
2012 Jun 28
3
would you give me your hand to standardize columns in a matrix?
Hi R User, Would you give me your hand to standardize some columns in a matrix? I have included the example table. > dput(test) structure(list(X = c(1, 2, 3, 4, 5, 6), Y = c(4, 5, 6, 7, 8, 9), temp = c(0.818, 0.113, 0.256, 0.587, 0.955, 0.207), oxy = c(0.797, 0.487, 0.727, 0.128, 0.514, 0.031)), .Names = c("X", "Y", "temp", "oxy"), row.names = c(NA, -6L), class = "data.frame") here I wanted to standardize the variable "temp" and "oxy". I have more than 75 variables so th...
2007 Mar 19
5
Problem well trying to run Need For Speed Porsche Unleased
...kage manager . So I simply use wine and I get to play NFS on ubuntu simple right. I install NFS and everything goes fine. I then go to wincfg and add NFS and change it to run in 98. Error one I run the shortcut on my desktop in a terminal and I get this paul@Pdesktop:~$ wine "C:\PROG~FBU\ELEC~OXY\NEED~N54\Porsche.exe" fixme:vxd:VXD_Open Unknown/unsupported VxD L"sice.vxd". Try setting Windows vers ion to 'nt40' or 'win31'. fixme:vxd:VXD_Open Unknown/unsupported VxD L"siwvid.vxd". Try setting Windows ve rsion to 'nt40' or 'win31'. fixm...
2007 Sep 26
2
AIC questions
In accordance with Venables and Ripley, SAS documentation and other sources AIC with sigma^2 unknown is calculated as: AIC = -2LL + 2* #parameters = n log(RSS/n) + 2p For the fitness data: (http://support.sas.com/ctx/samples/index.jsp?sid=927), SAS gets an AIC of 64.534 with model oxygen = runtime. (SAS STAT User's Guide. Chapter 61. pp 3956, the REG Procedure). This value of AIC accords with p = 2. When I run the same problem in R ver 2.5.1, I get > rt.glm =glm(oxy ~ runtime, data=fitness) > rt.glm Call: glm(formula = oxy ~ runtime, data = fitness) Coefficients...
2001 Dec 19
2
Interpolating variables into quoted strings
...ining a character string or numeric to be interpolated into a quoted character string? Any help would be greatly appreciated! ------------------------ William M. Fitchen Occidental Permian Ltd. 580 Westlake Park Blvd. Westlake 2, Rm. 431A Houston, TX 77079 281-552-1225 (voice) william_fitchen at oxy.com ------------------------ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !...
2003 Nov 10
1
kmeans error (bug?)
...tent error from kmeans: >str(cavint.p.r) num [1:1967, 1:13] 0.691 0.123 0.388 0.268 0.485 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:1967] "6" "49" "87" "102" ... ..$ : chr [1:13] "HYD" "NEG" "POS" "OXY" ... > set.seed(34) > kmeans(cavint.p.r,centers=34) Error: empty cluster: try a better set of initial centers the seed being equal to the number of centers in this case is just a coincidence. I've encountered the same error with or without setting the seed at different numbers of cl...
2011 Oct 20
1
stop R from rounding
...260 *Is there any way to stop this from happening?* Here is how I created the data frame: x <- read.table('bats_1994_CTD.txt') colnames(x) <- c('Cruise','Dec.Year','Lat.N','Long.W','Press','Depth','Temp','Sal','Oxy') date <- subset(x,select=c(Dec.Year), (Depth<201) & (Depth>199)) datelist <- list(date$Dec.Year) temp <- subset(x,select=c(Temp), (Depth<201) & (Depth>199)) tempmean <- aggregate(temp,by=datelist,FUN=mean) tempframe <- data.frame(tempmean) #the first column o...
2002 Sep 16
0
Interpolating variables into quoted strings
William M. Fitchen <William_Fitchen at oxy.com> wrote on 12/19/01: > I am new to R and am coming from a Perl background. I have had trouble > figuring out from the documentation how to interpolate a variable into a > quoted string (if it's possible).... In perl I could write: > $name = "John"; >...
2007 Jun 02
1
MGE evolution s1250 all values = '2'
Hi, I think my problem will be easy to resolve ... I don't understand why the ups return the value 2.000000 for all variables ... I've been looking for 1 hour on google and I can't find similar problem. Thank you David goburge ~ # /lib64/nut/newhidups -D /dev/ttyS0 Network UPS Tools: 0.28 USB communication driver 0.28 - core 0.30 (2.0.5) debug level is '1' Detected a
2018 Jun 03
2
aic() component in GLM-family objects
Is it generally known/has it been previously discussed here that the $aic() component in GLM-family objects (e.g. results of binomial(), poisson(), etc.) does not as implemented actually return the AIC, but rather -2*log-likelihood + 2*(model_has_scale_parameter) ? Can anyone in this forum gauge how a documentation patch would be received? This behaviour does not seem to be documented in ?family
2018 Jun 04
0
aic() component in GLM-family objects
...version of S-PLUS / S+ or who have read and internalized or (even co-written !) "The white book", notably Ch.6, may be able to shed a historic light on this. I note that the white book's Appendix B with function help pages, has a page ?family.object, accessible here https://sites.oxy.edu/lengyel/M150/Sueselbeck/helpfiles/family.object.html which does *not* mention a <fam>$dev.resid() component, but instead allows to use <fam>$residuals(*, residuals=TRUE) get the " vector of deviance residual, whose weighted sum of squares is the deviance " Given th...
2005 Dec 11
1
geli or gbde encryption of slices
Hello, I was playing around with geli an gbde after last EuroBSDCon. I liked the idea of encrypting my data which resides in /home/$user. Since this is a "single" user laptop i intended to encrypt the whole /home partition. Well no problems with that. But i wanted the lockfile or keyfile on a seperate usb disc. Which would be mounted or used during boot of the system. I also used
2018 Jun 17
1
aic() component in GLM-family objects
...have read and internalized or (even co-written !) > "The white book", notably Ch.6, may be able to shed a historic > light on this. > > I note that the white book's Appendix B with function help > pages, has a page ?family.object, accessible here > https://sites.oxy.edu/lengyel/M150/Sueselbeck/helpfiles/family.object.html > > which does *not* mention a <fam>$dev.resid() component, but instead > allows to use <fam>$residuals(*, residuals=TRUE) > get the > " > vector of deviance residual, whose weighted sum of > square...
2012 Feb 20
2
poser 2012 ... play on linux / wine 1.3.37 ??? errors
...nux.com" declare -x SSH_AGENT_PID="1576" declare -x SSH_AUTH_SOCK="/tmp/ssh-IqIbgF1536/agent.1536" declare -x TEXTDOMAIN="pol" declare -x TEXTDOMAINDIR="/usr/share/playonlinux/lang/locale/" declare -x TITRE="PlayOnLinux" declare -x UBUNTU_MENUPROXY="0" declare -x USER="iii" declare -x VERSION="4.0.14" declare -x WINDOWPATH="7" declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d" declare -x WINEPREFIX="/home/iii/.PlayOnLinux//wineprefix/default" declare -x WINE_SITE="http://www.pl...
2004 Jan 26
6
OpenSSH, OpenAFS, Heimdal Kerberos and MIT Kerberos
Rather then implementing kafs in MIT Kerberos, I would like to suggest an alternative which has advantages to all parties. The OpenSSH sshd needs to do two things: (1) sets a PAG in the kernel, (2) obtains an AFS token storing it in the kernel. It can use the Kerberos credentials either obtained via GSSAPI delegation, PAM or other kerberos login code in the sshd. The above two
2004 Jan 22
11
Pending OpenSSH release: contains Kerberos/GSSAPI changes
(I hope this message is appropriate for these lists. If not, please tell me and I won't do it again.) Hi All. There will be a new release of OpenSSH in a couple of weeks. This release contains Kerberos and GSSAPI related changes that we would like to get some feedback about (and hopefully address any issues with) before the release. I encourage anyone with an interest in
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...| 12 ++++ conf/ovirt-host-register | 12 ++++ conf/ovirt-mongrel-rails | 7 ++- conf/ovirt-server.logrotate | 57 +++++++++++++++++++ conf/ovirt-taskomatic | 12 ++++ conf/ovirt-vnc-proxy | 12 ++++ ovirt-server.spec.in | 59 +++++++++++-------- src/app/util/stats/Stats.rb | 1 - src/app/util/stats/StatsData.rb | 1 - src/app/util/stats/StatsDataList.rb |...