Displaying 20 results from an estimated 3319 matches for "obs".
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 want but my calls to
ltext() are wrong and I'm not sure how to fix them. Right now they replicate
the first column of the...
2023 Jun 08
1
Problem with pjsip
...]:
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] ERROR[185091]: config_options.c:798
aco_process_var: Error parsing from_user=75B55BTQUHSG at orange-obs.fr at
line 0 of
== chan_pjsip.so => (PJSIP Channel Driver)
1) Error with "@" character which constitutes URI and authuser see
excerpt from pjsip.conf.
[transport-udp]
type = transport
protocol=udp
bind=0.0.0.0:5060
local_net=172.16.1.0/255.255.255.0
[reg_orange-obs.fr]
type = r...
2007 Oct 03
1
(no subject)
Hello,
let me first say that I do not have much experience with mailing
lists, so I hope you can overlook any faults I might do in this
process, 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
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
for...
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=a...
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 the sample bit, I only want to get obs.all if the value of obs
is less than...
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
On 1/25/20 10:53 AM, Georgi D. Sotirov wrote:
> OK, so yesterday evening I done a real test cutting of the power to
> the UPS. And it went good... the UPS supported my server for 28:50
> minutes (i.e. the expected runtime 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
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 p...
2020 Jan 11
4
System with MGE UPS shuts down too early
Hello,
I'm experiencing a strange early shutdown behavior with the following
system:
* */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
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 observati...
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
...are probably not worth explaining at the moment :^)
I've included my current configuration files at the bottom of this message.
I've run a few experiments to try to determine what's going on here.
I'll include the shell command and any output delimited by ###'s, followed by my observation of the behavior of the Raspberry Pi and the UPS.
First Experiment
################
$ sudo upsmon -c fsd
Network UPS Tools upsmon 2.7.4
Broadcast message from nut at raspi (somewhere) (Tue Jul 21 23:27:01
Executing automatic power-fail shutdown
Broadcast message from nut at raspi (some...
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/vec...
2020 Jan 11
0
System with MGE UPS shuts down too early
On January 11, 2020 1:18:27 PM GMT+02:00, "Georgi D. Sotirov" <gdsotirov at gmail.com> wrote:
>Hello,
>
>I'm experiencing a strange early shutdown behavior with the following
>system:
>
> * */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
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 sh...