Displaying 19 results from an estimated 19 matches for "nderful".
Did you mean:
wonderful
2012 Mar 08
3
"figure margins too large" in RGtk2 drawing area as cairo device - why?
When using a gtkDrawingArea as a Cairo device I very often encounter the error: "figure margins too large"
Even for the below "getting started" example from http://www.ggobi.org/rgtk2/ this is the case.
> win = gtkWindow()
> da = gtkDrawingArea()
> win$add(da)
> asCairoDevice(da)
[1] TRUE
> plot(1:10)
Fehler in plot.new() : Grafikr?nder zu gro?
>
Also
2007 Sep 19
3
layout function for several plots
Dear all
I try to print 9 plots on a page, arranged as the code shows below.
nf <- layout(matrix(c(1,0,2,0,0,3,0,4,0,5,0,6,0,0,0,0,7,0,8,9), 10,2))
layout.show(nf)
but when I try to plot, an error message
Fehler in plot.new() : Grafikr?nder zu gro?
appears
to verify p.e. with
plot(runif(10:1))
i tried with plot(runif(10:1), ann=F) to produce more space, but neither.
The second
2010 Oct 17
4
Variable name as string
Hello,
from Verzani, simpleR (pdf), p. 80, I created the following function to
test the coefficient of lm() against an arbitrary value.
coeff.test <- function(lm.result, var, coeffname, value) {
# null hypothesis: coeff = value
# alternative hypothesis: coeff != value
es <- resid(lm.result)
coeff <- (coefficients(lm.result))[[coeffname]]
# degrees of freedom = length(var) -
2011 Feb 18
3
lm without intercept
Hi,
I am not a statistics expert, so I have this question. A linear model
gives me the following summary:
Call:
lm(formula = N ~ N_alt)
Residuals:
Min 1Q Median 3Q Max
-110.30 -35.80 -22.77 38.07 122.76
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 13.5177 229.0764 0.059 0.9535
N_alt 0.2832 0.1501 1.886 0.0739
2014 May 05
3
recycle: ... returned No such file or directory
Hi,
recently I see lots of logs like this. I figured, that many have umlaute
in their name - but not all. My local FS displays the umlaute correctly
- but it is not displayed correctly in the logfiles.
Also, when I browse through shares via Windows or MacOSx all files with
umlaute seem to be displayed correctly.
May 5 08:27:54 Storage-01 smbd[39207]: recycle: stat for
2020 May 05
2
[Bug 14365] New: 3.1.3 cygwin compilation failure
https://bugzilla.samba.org/show_bug.cgi?id=14365
Bug ID: 14365
Summary: 3.1.3 cygwin compilation failure
Product: rsync
Version: 3.1.3
Hardware: x64
OS: All
Status: NEW
Severity: major
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: jari.aalto
2007 Sep 12
0
not hearing the starts of words when encoding
Hello all. I am able to programmatically decode speex just fine (playing
others' encodings), but my encoding eats the beginning of words. If I encode
a word that gradually increases in volume, like "wonderful", I hear
"nderful", but if I encode something percussive like "beep" I hear almost
all of it. It's as if the modeller does not detect the start of a word. Has
anyone seen this before?
In case you're interested here is the init code:
int quality = 3;
int o...
2005 Jul 20
1
maps and data for german federal states
dear R-tists,
i want to graph information for the German Federal States (Bundeslaender) using the maps package. unfortunately there is no maps for the German Bundeslaender.
does anyone have an idea / a source where to get map data that can be used in the maps package that graphs structures below the country level.
in the long run it would also be interesting to integrate Swiss Cantons and
2006 Dec 22
0
plot.mids / Error in plot.new() : figure margins too large
Hello R-Users,
I would like to check the convergence of my imputations. However, when I use
the function the plot.mids(), I always obtain the following error message
Error in plot.new() : figure margins too large
I read the same question in thread from November 2005 (see below). I
actually have the same problem. Is it now possible to plot subsets of
mids.objects. If yes, how?
My
2007 Sep 19
1
lmer using quasibinomial family
Dear all, I try to consider overdispersion in a lmer model. But using
family=quasibinomial rather than family=binomial seems to change the fit but
not the result of an anova test. In addition if we specify test="F" as it is
recomanded for glm using quasibinomial, the test remains a Chisq test. Are
all tests scaled for dispersion, or none? Why is there a difference between
glm and lmer
2003 Apr 12
2
Wine, M$Excel and MSCREATE.DIR
Hi,
Is it possible to get M$Excel working with Wine?
I use Mandrake 9.1 with wine-20030115-4mdk and M$Excel97 SR1
I always get an error about MSCREATE.DIR when I launch Excel.
Console messages are:
[steph@DeepGlue steph]$ wine /mnt/windows/Program\ Files/Microsoft\
Office/Office/excel.exe
fixme:ole:CoRegisterMessageFilter stub
Created not existing system directory 'C:\My Documents'
2007 Sep 11
2
Asterisk 1.4.11, res_features.so, SegFault
Hi All,
I have a really strange issue occuring where if I run "show dialplan" or
"dialplan show" or "dialplan show parkedcalls", then asterisk dumps core.
It only appears to happen with contexts that are created within
res_features. I am able to display all my other dialplans, but, every
time I try to just do a normal "dialplan show" asterisk core dumps
2008 Mar 01
1
jpeg and margin text
Hi guys,
I use R 2.6.2 and Windows XP.
I’ve got the following question: I wrote a lot of text into the margin of a
plot. When I use the “jpeg”-function, only a little part of the margin text
is displayed in the final jpeg? Any ideas to change it?
Source-Code:
datenbankdaten<-data.frame(LETTERS[1:20],
2003 Sep 18
0
Shares visible depending on used share name's initial letter
Hi,
I'm using latest Samba version 2.2.8a and are preparing a production
server system, which was working fine recently in development stage. My
system is basically a SuSE 8.2 Pro with some of the applications being
installed manually from source.
I'm using CUPS as printer backend and add printers to the system using
lpadmin
Afterwards I make a reload (or even a restart) of smbd and
2019 Mar 01
0
Bug: as.matrix.data.frame() treats numeric vectors with "levels" attribute as factors
Hello,
I think I've found a bug in as.matrix.data.frame().? The function's
documentation says: "The method for data frames will return a character
matrix if there is only atomic columns and any
non-(numeric/logical/complex) column, applying as.vector to factors and
format to other non-character columns. Otherwise, the usual coercion
hierarchy (logical < integer < double
2020 Nov 02
0
vignettes present in 2 folders or won't work
On Sun, Nov 1, 2020 at 10:39 PM Duncan Murdoch <murdoch.duncan at gmail.com>
wrote:
> On 01/11/2020 2:57 p.m., Dirk Eddelbuettel wrote:
> >
> > The closest to a canonical reference for a static vignette is the basic
> blog
> > post by Mark at
> >
> >
> https://www.markvanderloo.eu/yaRb/2019/01/11/add-a-static-pdf-vignette-to-an-r-package/
> >
2018 Apr 04
1
parfm unable to fit models when hazard rate is small
Hello, I would like to use the parfm package: https://cran.r-project.org/web/packages/parfm/parfm.pdfhttps://cran.r-project.org/web/packages/parfm/parfm.pdf in my work. This package fits parametric frailty models to survival data. To ensure I was using it properly, I started by running some small simulations to generate some survival data (without any random effects), and analyse the data using
2019 Apr 05
2
Deep Replicable Bug With AMD Threadripper MultiCore
The following program is whittled down from a much larger program that
always works on Intel, and always works on AMD's threadripper with
lapply but not mclappy. With mclapply on AMD, all processes go into
"suspend" mode and the program then hangs. This bug is replicable on an
AMD Ryzen Threadripper 2950X 16-Core Processor (128GB RAM), running
latest ubuntu 18.04. The R version
2020 Jun 04
4
installation problem for R 4.0 on Debian buster
Hi all,
I just spun up a fresh Debian Buster instance, then I added:
deb http://cloud.r-project.org/bin/linux/debian buster-cran40/
to /etc/apt/sources.list. I also ran the apt-key command as described here:
https://cran.r-project.org/bin/linux/debian/#secure-apt
So far so good, now when I do the following, I get no joy:
$ sudo apt-get install r-base
Reading package lists... Done
Building