Displaying 20 results from an estimated 3320 matches for "ob".
Did you mean:
obj
2012 Apr 12
2
How to calculate the "McFadden R-square" for LOGIT model?
...0.064, 0.065, 0.065, 0.09, 0.016,
0.061, 0.019, 0.389, 0.037, 0.161, 0.127, 0.017, 0.222, 0.026,
0.012, 0.057, 0.022, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1,
1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1,
0, 1, 1, 0, 1, 0, 0, 1, 0), .Dim = c(44L, 6L), .Dimnames = list(
c("Obs 1", "Obs 2", "Obs 3", "Obs 4", "Obs 5", "Obs 6", "Obs 7",
"Obs 8", "Obs 9", "Obs 10", "Obs 11", "Obs 12", "Obs 13",
"Obs 14", "Obs 15", "Obs...
2012 Apr 12
1
Seeking help with LOGIT model
...0.064, 0.065, 0.065, 0.09, 0.016,
0.061, 0.019, 0.389, 0.037, 0.161, 0.127, 0.017, 0.222, 0.026,
0.012, 0.057, 0.022, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1,
1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1,
0, 1, 1, 0, 1, 0, 0, 1, 0), .Dim = c(44L, 6L), .Dimnames = list(
c("Obs 1", "Obs 2", "Obs 3", "Obs 4", "Obs 5", "Obs 6", "Obs 7",
"Obs 8", "Obs 9", "Obs 10", "Obs 11", "Obs 12", "Obs 13",
"Obs 14", "Obs 15", "Obs...
2005 Nov 10
2
ltext - adding text to each panel from a matrix
Hi all (really probably just Deepayan):
In the plot below I want to add text on either side of each violin plot that
indicates the number of observations that are either positive or negative.
I'm trying to do this with ltext() and I've also monkeyed about with
panel.text(). The code below is generally what I...
2023 Jun 08
1
Problem with pjsip
Hello everyone.
I allow myself to submit a problem that I can not solve with my VOIP
provider Orange in France
[2023-06-08 13:19:03] ERROR[185091]:
res_pjsip/pjsip_configuration.c:1044 from_user_handler: Error
configuring endpoint 'Biv_Sortie' - 'from_user' field contains invalid
character '@'
[2023-06-08 13:19:03] E...
2007 Oct 03
1
(no subject)
...rocess, nor is English my mother language.
Secondly, I would like to thank all the developers of NUT, it truly is
a great package of software and has made life easier for many of us.
As I've understood the upsuser-list is also frequently read by the
devs so I choose to write about the "problem" on this list.
I have in my possession a PowerWalker VI 1400, the big brother to the
NUT-supported VI 1000. It seems to work fairly well with the
megatec-driver, however there is one bigger problem and that is the
incorrect detection of battery.charge. This causes the UPS send the OB
LB fl...
2008 Nov 07
1
sapply and median, possible or not ?
Hello,
I have a list of data.frame
rowsplit : List of 15
$ (0,0.025] :'data.frame': 169 obs. of 7 variables:
$ (0.025,0.05]:'data.frame': 174 obs. of 7 variables:
$ (0.05,0.075]:'data.frame': 92 obs. of 7 variables:
$ (0.075,0.1] :'data.frame': 76 obs. of 7 variables:
$ (0.1,0.125] :'data.frame': 37 obs. of 7 variables:
$ (0.125,0.15]:...
2008 Jan 02
2
strange behavior of cor() with pairwise.complete.obs
Hi all,
I'm not quite sure if this is a feature or a bug or if I just fail to understand
the documentation:
If I use cor() with pairwise.complete.obs and method=pearson, the result is a
scalar:
->cor(c(1,2,3),c(3,4,6),use="pairwise.complete.obs",method="pearson")
[1] 0.9819805
The documentation says that
" '"pairwise.complete.obs"' only works with the '"pearson"' method
fo...
2009 Oct 03
3
How to deal with this :" object ' obs' not found.
Hi guys,
I need your help.
I'm trying to sort the data by the variable "obs".
This is how I tried to sort the data below.
The problem is, I have a variable name "obs"; this is.. a counter variable.
something like _n_ in SAS.
I do not know why it is not working.
I even tried a similar example in UCLA webpage:
http://www.ats.ucla.edu/stat/R/faq/sort.htm :it...
2006 Sep 11
2
Translating R code + library into Fortran?
...er space
sample.size[i]=round(runif(1,min.sample.size,max.sample.size),digits=0)
exp.shift[i]=runif(1,min.shift,max.shift)
exp.scale[i]=runif(1,min.scale,max.scale)
exp.shape[i]=runif(1,min.shape,max.shape)
#generate rt data and record summary stats
obs.rt=rweibull(sample.size[i],exp.shape[i],exp.scale[i])+exp.shift[i]
if(i==1){
obs.stats=summary(obs.rt)
}else{
obs.stats=rbind(obs.stats,summary(obs.rt))
}
}
row.names(obs.stats)=c(1:iterations)
obs.stats=as.data.frame(obs.stats)
obs=...
2011 Dec 07
1
using sample
Hi,
Can anyone help sort out the problem with the following script - I am a R
newbie and I am self taught.
obs.all = c()
for(i in 1:386){
if (n.sim[i]>0){
obs = (1:133429)[event.details[,2] == i]
obs.all = c(obs.all, sample(obs[obs < n.sim[i]], size = n.sim[i],
replace=T))
}
Basically, in...
2007 Sep 28
2
plot graph with error bars trouble
Hi,
I have a data set like this:
Mutant Rep Time OD
02H02 1 0 0.029
02H02 2 0 0.029
02H02 3 0 0.023
02H02 1 8 0.655
02H02 2 8 0.615
02H02 3 8 0.557
02H02 1 12 1.776
02H02 2 12 1.859
02H02 3 12 1.668
02H02 1 16 3.379
02H02 2 16 3.726
02H02 3 16 3.367
306 1 0 0.033
306 2
2020 Jan 27
3
System with MGE UPS shuts down too early
...me with this load), before forcing
> shutdown. The batteries could still hold as charge was 30 % with about
> 15 minutes run time. And the UPS did hold for another full 10 minutes
> before powering off. These are the relevant lines from /var/log/ups:
>
> 20200124 201318 32 0.0 12 [OB] NA 0.0
> 20200124 201323 30 0.0 13 [ALARM OB LB] NA 0.0
> 20200124 201328 30 0.0 13 [FSD ALARM OB LB] NA 0.0
> 20200124 201333 30 0.0 13 [FSD ALARM OB LB] NA 0.0
> 20200124 201338 30 0.0 13 [FSD ALARM OB LB] NA 0.0
> 20200124 201340 30 0.0 13 [FSD ALARM OB LB] NA 0.0
that looks per...
2008 Mar 26
2
ggplot2 argument handling odd
Hello there,
I'm trying to do lots of plots in one for-loop. But somehow ggplot does
not evaluate arguments as expected. Here is an example:
library(lattice)
library(ggplot2)
pl <- list()
pl2 <- list()
cDat <- as.data.frame(cbind(x1=0:100,x2=0:10,x3=1:20))
for(obs in c("x1", "x2")) {
pl[[obs]] <- xyplot(cDat[,obs] ~ cDat[,"x3"], main=obs)
pl2[[obs]] <- qplot(cDat[,"x3"], cDat[,obs], main=obs)
}
The pl list contains finally my desired result pl$x1 and pl$x2 are
different and show what I want it to. Now, the...
2020 Jan 11
4
System with MGE UPS shuts down too early
...* */OS/*: Slackware Linux 14.2 x86_64
* */NUT/*: 2.7.4 (from my own package
<https://sotirov-bg.net/slackpack/pack.cgi?id=4083>)
* */UPS/*: MGE Ellipse PRO 1600
<powerquality.eaton.com/Products-services/Backup-Power-UPS/Ellipse-PRO.aspx>
(bought in September 2017)
*/Problem description/*: An hour ago there was a power outage for about
3-4 minutes. However, the system was forcefully shut down just after a
minute (!) and I'm not sure I understand why. This is what I found into
the logs:
* /var/log/messages (only relevant):
Jan 11 11:49:15 sotirov-bg upsmon...
2017 Oct 06
1
How to resolve this error
> library(SpatioTemporal)
> library(plotrix)
> library(maps)
> palay.cov<-read.csv("C:/Users/BEDANA-PC/Desktop/STThesisWD/Thesis
Data/palay.covar.csv")
> palay.o<-read.table("C:/Users/BEDANA-PC/Desktop/STThesisWD/Thesis
Data/palay.obs.txt")
> palay.obs<-as.matrix(palay.o)
> palay.stc<-read.table("C:/Users/BEDANA-PC/Desktop/STThesisWD/Thesis
Data/palay.stcovars.txt")
> palay.stcov<-as.matrix(palay.stc)
> palay.data.raw<-list(X=palay.cov,obs=palay.obs,Y=palay.stcov)
> ##matrix of observat...
2003 Sep 29
4
Data frame transpose
Hi All,
I want to ask if there is a transpose function for data frame like the
procedure of transpose in SAS? Because I want to partially transpose a
data frame which contains 5 columns (siteid, date, time, obs, mod), what
I want to do is to put time as the column variables along with siteid,
and date, and put obs and mod in the row names. specifically to
transpose a data frame:
siteid date time obs mod
A 7/8 01 2 5
A 7/8 02 3 8...
2020 Jul 22
1
AVRX750/500 issues
...ur Pi isn't shutting off. Does it work properly if you have it shut down from a timer instead of low battery? Are you wanting your UPS to turn back on after a delay, or just turn back on when power is restored to the mains?
-----Original Message-----
From: Nut-upsuser <nut-upsuser-bounces+objecttothis=gmail.com at alioth-lists.debian.net> On Behalf Of nut-upsuser-request at alioth-lists.debian.net
Sent: Wednesday, July 22, 2020 3:00 PM
To: nut-upsuser at alioth-lists.debian.net
Subject: Nut-upsuser Digest, Vol 181, Issue 5
Send Nut-upsuser mailing list submissions to
nut-upsuser a...
2003 Nov 19
1
Specifying arguements in user defined functions
...did not show me where to go to find other available
arguments that can be used in functions. (I have emailed this person
but receive an email saying he is out of the office)
To elaborate further, if you look at some of my
code you can see where I specify in the cov(x,y,use="pairwise.complete.obs")
or var(x,use="pairwise.complete.obs"), etc. Now for the arguments in the
'lin' function I would like to specify:
lin <- function (x,y, digits=3, use="all.obs")
or something equivalent that will delete the case if I have NA in either
the x or y variable/ve...
2020 Jan 11
0
System with MGE UPS shuts down too early
...nux 14.2 x86_64
> * */NUT/*: 2.7.4 (from my own package
> <https://sotirov-bg.net/slackpack/pack.cgi?id=4083>)
> * */UPS/*: MGE Ellipse PRO 1600
><powerquality.eaton.com/Products-services/Backup-Power-UPS/Ellipse-PRO.aspx>
> (bought in September 2017)
>
>*/Problem description/*: An hour ago there was a power outage for about
>
>3-4 minutes. However, the system was forcefully shut down just after a
>minute (!) and I'm not sure I understand why. This is what I found into
>
>the logs:
>
> * /var/log/messages (only relevant):
>
&...
2010 Jun 09
1
bug? in stats::cor for use=complete.obs with NAs
...k I've found a bug in the behavior of the stats::cor function when
NAs are present, but in case I'm missing something, could you look over
this example and let me know what you think:
> a = c(1,3,NA,1,2)
> b = c(1,2,1,1,4)
> cor(a,b,method="spearman", use="complete.obs")
[1] 0.8164966
> cor(a,b,method="spearman", use="pairwise.complete.obs")
[1] 0.7777778
My understanding is that, when the inputs are vectors (but not
necessarily when they're matrices), the "complete.obs" and
"pairwise.complete.obs" arguments s...