Displaying 15 results from an estimated 15 matches for "0,23".
Did you mean:
0,2
2002 Oct 02
0
Directory Problemsw
Okay, here's the debugger output:
WineDbg starting... on pid 806e830
No debug information
in 32bit DLL 'F:\Mapper6.exe' (0x00400000)
No debug information in ELF 'wine'
(0x000000...
2005 Aug 30
0
No subject
Nothing has been defined <;0;3;(0,23)>
failure on
__vt_9type_info:G(0,65)=ar(12,3);0;3;(0,23) at ;0;3;(0,23)
Nothing has been defined
<;0;7;(0,11)>...
2017 Oct 14
2
Pasar cotización en pesos a dólares usando tipo cambio día hábil anterior
Estimados Usuarios-R:
Muy buenas tardes.
Tengo un listado de precios en pesos por día:
Día Precio en $
01/01/04 0,04
02/01/04 0,11
03/01/04 0,11
04/01/04 0,04
05/01/04 0,10
06/01/04 0,00
07/01/04 0,10
08/01/04 0,10
09/01/04 0,14
10/01/04 0,21
11/01/04 0,21
12/01/04 0,21
13/01/04 ...
2007 May 16
3
Filled step-function?
Hello,
I'd like to generate a filled step-function in R as you can see in the
attachement (image is generated by grapher, but I need a freely
available alternative). The problem is, that I don't know, how to fill
it up. My code right now looks like this:
pH <- c(0,6.1,6.1,6.3,6.6,7.3,0)
Tiefe <- c(0,0,10,40,80,120,10)
plot(pH,Tiefe,type="s",main="Tiefenfunktion pH",ylim=c(120,0),xlim=c(0,23))
Can someone give me an hint how to work on this?
Thanks, Beate
-------------- next part --------------
A non-text attachment was scrubbed...
N...
2010 Mar 01
3
setting the steps for x axis labels on plot
Hello, I'm new to R, I've been working with it for the last 2 weeks. I
am plotting some data and not getting the labels on the x axis I am
expecting on my plot.
my code reads
#hours in the day
h <- c(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23)
#hp is a data frame with a pivot table of 25 columns (label and data
for 24 hours)
plot(h, as.matrix(hp[1,2:25]), main = hp[1,1], type="l", xlim=c(0,23),
ylim=c(0,1800), xlab="hour", ylab="visitor activity&quo...
2004 Nov 26
2
Tcl error - brace in argument?
Hi all,
Does anyone know a solution for this error ?
> tkwidget(dlg, "iwidgets::spinint", range="{0 23}")
Error in structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), class =
"tclObj") :
[tcl] wrong # args: should be ".31.1.19 configure -range {begin
end}".
Thanks,
Matthew
[[alternative HTML version deleted]]
2008 Jun 18
5
Problem in Binning of a data set
Hello,
I am having problem with binning the data. I have a 50X3 matrix and I binned
the data for all the 3 columns. Using table command I got the total no. of
elements in a particular bin.
Could you please tell me how to see that what all elements are there in a
particular bin and then create a different matrix for each bin?
Thanks.
Regards,
Sumit
[[alter...
2008 Jan 30
6
Schedule parser
Hi,
I was trying to schedule a worker to run during the midnight hour
like this:
:schedules:
:collector:
:process_something:
:trigger_args: 30 * 0 * * 2,3,4,5,6
When I try to start backgroundrb, the "collector" worker failed to
start up and I find this in backgroundrb_server.log:
/home/mengkuan/apps/testrailsapp/current/vendor/plugins/backgroundrb/
server/cron_trigger.rb:160:in `local'': argument out o
f range (Ar...
2007 Dec 09
1
Setting the grid of a graph of timeseries
I have the following code
####################################################################
library(zoo)
miedate <- yearmon((2006)+seq(0,23)/12)
tab <- zoo(cbind(A = c(79.47, 89.13, 84.86, 75.68, 72.82, 78.87, 93.46,
78.18, 82.46, 77.25, 80.95, 84.39, 81.7, 74.76, 65.29, 60.3,
66.59, 73.19, 92.39, 65.76, 77.45, 74.22, 101.36, 100.01), B = c(77.95,
76.73, 51.2, 51.86, 51.29, 49.45, 53.88, 47.96, 55.07, 45.34,
37.07, 37.53...
2005 Aug 03
7
call fortran in R
...c THIS IS THE WRAPPER
subroutine wrapper(n, p, nran, mat, ishort, w, z,
+ ntran, istand, k1, k2, iassign, iseed)
integer n,p,kmax
real*8 mat(n,p),sx(kmax,p),sx2(kmax,p),vect(p),
+ xbar(kmax,p),var(kmax,p),mean(p),coord(10)
real*8 D1,Dref,SSE,SSEref,Dvec(kmax),w(p),SST
real*8 CH,CHr(kmax),SSEr(kmax),temp
integer list(n),howmany(kmax),no(n),nobest(kmax)
integer listr(kmax,n),howmanyr(kmax,kmax),nnitr(kmax)
integer ishort(p)
doubl...
2009 Apr 04
1
summary for negative binomial GLMs (PR#13640)
Full_Name: Robert Kushler
Version: 2.7.2
OS: Windows XP
Submission from: (NULL) (69.246.102.98)
I believe that the negative binomial family (from MASS) should be added to the
list for which dispersion is set to 1.
2008 Nov 11
1
Multiple XY Lines Plot
...tart a decent R scrip. Well I have some paired information (each H
W ), were H is the y axis and W is the x axis, how could I plot all the four
lines at the same image? This lines must follow the points, they are
simplified beaches profiles. And the x and y axis limits must be something
like xlim=c(0,40.5) e ylim=c(0,-2.26).
I thought I could do that using plot (x,y,type=’n’) followed be lines(), but
I can’t do that because when I try to plot the lines I get a message saying
the axis size or limits are wrong or different. I used in plot() x = 3-W
and y = 2-H, once they are greater values…....
2008 Apr 21
1
estimate of overdispersion with glm.nb
...en estimating
overdispersion with glm.nb() from MASS compared to glm(..., family =
quasipoisson).
It seems that (i) the coefficient estimates are different and also (ii) the
summary() method for glm.nb suggests that overdispersion is taken to be one:
"Dispersion parameter for Negative Binomial(0.9695) family taken to be 1",
which is not what I expected.
The code I used is pasted below:
x <- rep(seq(0,23,by=1),50);
s <- rep(seq(1,2,length=50*24),1);
tmp <-
cbind.data.frame(y=rnbinom(length(tmp1),mu=8*(sin(2*pi*x/24)+2),size =
1),x=x,s=s);
tmp.glm.qp <- glm(y~fact...
2012 May 23
5
biggest disk partition on 5.8?
Hey folks,
I have a Sun J4400 SAS1 disk array with 24 x 1T drives in it connected
to a Sunfire x2250 running 5.8 ( 64 bit )
I used 'arcconf' to create a big RAID60 out of (see below).
But then I mount it and it is way too small
This should be about 20TB :
[root at solexa1 StorMan]# df -h /dev/sdb1
Filesystem...
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,
Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.
One function that has me stumped is "sink." Can anyone tell me if this stands for something?
Thanks,
Paul
__________________________________________________
[[alternative HTML