Displaying 20 results from an estimated 99 matches for "veres".
Did you mean:
peres
2005 Apr 11
2
Xen, Se Linux
As an update it states the following when booting either rhel4, fc3 or
fc4 under xen? Not sure if the "unable to open an initial console" is
the real issue, this doesn''t happen under fc1, or rhel 3. Can anyone
help please
Freeing unused kernel memory: 152k freed
Warning: unable to open an initial console.
***************************************************************
2002 Jul 31
3
Setting custom parameters for wine-programs
Hi list,
Trying to set custom paramters for a wine-program as wcmd for example
doesn't work for me.
I tried setting
[AppDefaults\\wcmd.exe.so\\x11drv]
"Desktop"= "N"
and
[AppDefaults\\wcmd.exe\\x11drv]
"Desktop"= "N"
when global is
"Desktop"="640x480".
wcmd is displayed on a 640x480 desktop.
Is there a workaround ?
2008 Jun 30
3
Is there a good package for multiple imputation of missing values in R?
I'm looking for a package that has a start-of-the-art method of
imputation of missing values in a data frame with both continuous and
factor columns.
I've found transcan() in 'Hmisc', which appears to be possibly suited
to my needs, but I haven't been able to figure out how to get a new
data frame with the imputed values replaced (I don't have Herrell's book).
Any
2012 Nov 12
2
ice cast with ladiocast
Hello -
I'm a blind individual using ladiocast to broadcast.
Here's the problem.
it only supports .ogg streaming and AAC streaming.
My question is, is there a free service where I can broadcast in .AAC streaming?
One thing to note when giving a service, i'm blind using a screen reader and can't get past the capsha spam blocker things.
Thanks for any idea you guys might
2012 Oct 25
2
free host?
Hello I'm new to the list so I'm sorry if this question has been asked before but does anyone know where I can stream for free on an ice cast server?
I would like to use AAC if possible but I can use .OGG if need be as the soft where I would like to use doesn't support MP3. I have soft where that will but I like the quality and size of AAC much better.
I'm on a mac so any help
2012 Apr 23
4
Icecast Stats and monitoring
Hi guys,
I'll would like to know some links to get stats from Icecast and for
monitoring with Nagios.
Please if some one have some links to share I'll appreciate.
Regards from Argentina.
Alejandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20120423/536d4b74/attachment.htm>
2011 Jun 05
3
How to convert a factor column into a numeric one?
I have a data frame:
> head(df)
Time Temp Conc Repl Log10
1 0 -20 H 1 6.406547
2 2 -20 H 1 5.738683
3 7 -20 H 1 5.796394
4 14 -20 H 1 4.413691
5 0 4 H 1 6.406547
7 7 4 H 1 5.705433
> str(df)
'data.frame': 177 obs. of 5 variables:
$ Time : Factor w/ 4 levels
2007 Sep 10
1
S-Plus "resample" package and associated functions
Are there any packages in R that reproduce the package "resample" of S-Plus?
The sample() function in R doesn't provide equivalent flexibility of
bootstrap() and bootstrap2().
================================================================
Robert A. LaBudde, PhD, PAS, Dpl. ACAFS e-mail: ral at lcfltd.com
Least Cost Formulations, Ltd. URL: http://lcfltd.com/
824
2008 Sep 25
1
R function which finds confidence interval for binomial variance
I need to construct confidence intervals for the binomial variance.
This is the usual estimate
v = x*(n-x)/n
or its unbiased counterpart
v' = x*(n-x)/(n-1)
where x = binomial number of successes observed in n Bernoulli trials
from proportion p.
The usual X^2 method for variance confidence intervals will not work,
because of the strong non-normal character of the sampling
2009 May 31
1
R Solves Shakespeare Authorship Question
Those of you who track applications of R may be interested in the following:
"The purpose of this paper is then to apply modern
text analysis techniques using the R statistical packege [sic]
to compare the works attributed to Shakespeare
to those of leading alternate candidates such as Sir
Frances Bacon, Christopher Marlow, and Edward de
Vere...".
2010 Jun 21
2
Singularity in simple ANCOVA problem
I'm using R 2.10.1 with the latest version of all packages (updated today).
I'm confused as to why I'm getting a hard singularity in a simple set
of experimental data:
> blots
ID Lot Age Conc
1 1 A 3 4.44
2 2 A 3 4.56
3 3 B 41 4.03
4 4 B 41 4.57
5 5 C 229 4.49
6 6 C 229 4.66
7 7 D 238 3.88
8 8 D 238 3.93
9 9 E 349 4.43
10 10 E 349
2010 Jan 30
2
Recover /usr/lib/libc.a
Hello,
I'm using Centos:
/proc/version = Linux version 2.6.18-128.el5
(mockbuild at builder16.centos.org) (gcc version 4.1.2 20080704 (Red Hat
4.1.2-44)) #1 SMP Wed Jan 21 10:44:23 EST 2009
I did a mistake and erased libc.a from /usr/lib
How can I recover it without reinstalling Centos ?
Thanks.
2009 Sep 03
1
Problem accessing functions in package 'roxygen'
I have Vista Home with R-2.9.0, and installed and tried to test the
package 'roxygen':
> utils:::menuInstallPkgs()
trying URL
'http://lib.stat.cmu.edu/R/CRAN/bin/windows/contrib/2.9/roxygen_0.1.zip'
Content type 'application/zip' length 699474 bytes (683 Kb)
opened URL
downloaded 683 Kb
package 'roxygen' successfully unpacked and MD5 sums checked
The
2008 Apr 10
1
Problem installing and using package "tseries"
I have R 2.6.2, and have tried downloading and installing the package
"tseries". I get the same error when I use two different mirror sites:
> utils:::menuInstallPkgs()
trying URL
'http://cran.mirrors.hoobly.com/bin/windows/contrib/2.6/tseries_0.10-14.zip'
Content type 'application/zip' length 400799 bytes (391 Kb)
opened URL
downloaded 391 Kb
package
2008 Apr 22
2
Multidimensional contingency tables
How does one ideally handle and display multidimenstional contingency
tables in R v. 2.6.2?
E.g.:
> prob1<- data.frame(victim=c(rep('white',4),rep('black',4)),
+ perp=c(rep('white',2),rep('black',2),rep('white',2),rep('black',2)),
+ death=rep(c('yes','no'),4), count=c(19,132,11,52,0,9,6,97))
> prob1
victim perp
2008 Aug 25
1
Specifying random effects distribution in glmer()
I'm trying to figure out how to carry out a Poisson regression fit to
longitudinal data with a gamma distribution with unknown shape and
scale parameters.
I've tried the 'lmer4' package's glmer() function, which fits the
Poisson regression using:
library('lme4')
fit5<- glmer(seizures ~ time + progabide + timeXprog +
offset(lnPeriod) + (1|id),
data=pdata,
2007 May 03
4
Survival statistics--displaying multiple plots
Hello all!
I am once again analyzing patient survival data with chronic liver disease.
The severity of the liver disease is given by a number which is continuously
variable. I have referred to this number as "meld"--model for end stage
liver disease--which is the result of a mathematical calculation on
underlying laboratory values. So, for example, I can generate a Kaplan-Meier
plot
2002 Oct 14
1
Winword 2000
...essional, everything works fine
but one thing: Word can't save. :-( This make all working functions
unavailable. When clicking Save button, get this (and a popup windows
that says: "Disk is full or too many open files!"):
I hope somebody has fixed it and can help, thanks indeed.
Imre Veres
fixme:mpr:WNetGetUniversalNameW (L"C:\\My Documents", 0x00000001,
0x405d3b48, 0x405d3f6c): stub
fixme:mpr:WNetGetUniversalNameW (L"C:\\My Documents", 0x00000001,
0x405d4c2c, 0x405d5050): stub
fixme:mpr:WNetGetUniversalNameW (L"C:\\", 0x00000001, 0x405d34f8,
0x405d39...
2008 Jul 12
5
shapiro wilk normality test
Hi everybody,
somehow i dont get the shapiro wilk test for normality. i just can?t
find what the H0 is .
i tried :
shapiro.test(rnorm(5000))
Shapiro-Wilk normality test
data: rnorm(5000)
W = 0.9997, p-value = 0.6205
If normality is the H0, the test says it?s probably not normal, doesn
?t it ?
5000 is the biggest n allowed by the test...
are there any other test ? ( i know qqnorm
2012 Apr 25
1
Icecast Stats and monitoring
...ream-eyeballs/
https://www.james.rcpt.to/svn/trunk/Icecast_Counting/poll_icecasters.pl
Modify the script to list the Icecast server(s) you are using, and then
do something with the resulting count. Perhaps shove it into RRD and
call the script from cron?
HTH,
James
On 25/04/2012 2:24 PM, Akos Veres wrote:
> There isn't really a link to it, at my company we just did it by
> analyzing the status.xsl, getting the listeners count out of it,
> giving nagios the max amount of listeners, when it's around that
> limit, it sends out a warning.
> You kinda need to build this on y...