Displaying 20 results from an estimated 128 matches for "aboe".
Did you mean:
able
1999 Sep 02
1
unresolved symbols in growth and repeated libraries
I am having trouble using Jim Lindsey's libraries because of unresolved
symbols. I am currently using R 0.65.0, but had this problem in earlier
releases as well. I have a RedHat 6.0 Linux on i386 and use egcs
(upgraded to that distributed with rawhide, after first failures with
the libraries):
egcs-g77-1.1.2-19
egcs-1.1.2-19
Installation of the libraries works but on loading
>
2017 Aug 08
5
[PATCH libdrm] drm: Remove create_handle() drm_framebuffer "virtual".
Because all drivers currently use gem objects for framebuffer planes,
the virtual create_handle() is not required. This change adds a
struct drm_gem_object *gems[4] field to drm_framebuffer and removes
create_handle() function pointer from drm_framebuffer_funcs. The
corresponding *_create_handle() function is removed from each driver.
In many cases this change eliminates a struct *_framebuffer
2017 Aug 08
5
[PATCH libdrm] drm: Remove create_handle() drm_framebuffer "virtual".
Because all drivers currently use gem objects for framebuffer planes,
the virtual create_handle() is not required. This change adds a
struct drm_gem_object *gems[4] field to drm_framebuffer and removes
create_handle() function pointer from drm_framebuffer_funcs. The
corresponding *_create_handle() function is removed from each driver.
In many cases this change eliminates a struct *_framebuffer
2017 Aug 08
5
[PATCH libdrm] drm: Remove create_handle() drm_framebuffer "virtual".
Because all drivers currently use gem objects for framebuffer planes,
the virtual create_handle() is not required. This change adds a
struct drm_gem_object *gems[4] field to drm_framebuffer and removes
create_handle() function pointer from drm_framebuffer_funcs. The
corresponding *_create_handle() function is removed from each driver.
In many cases this change eliminates a struct *_framebuffer
1998 May 06
1
R-beta: adjusting y-axis scale with multiple lines in plot
Hello --
I am plotting multiple densities in a single plot. If the max of a new
density (added with 'lines()') is sufficiently larger than that of the
one first plotted (using 'plot()'), the new density is cut or
trucated off of the figure. Is there a simple way of adjusting the
yscale after all lines have been added?
Or is the procedure to be used to first estimate all
1999 Sep 01
1
Using R-0.65.0 under ESS on Unix
There is a bug in the command-line handling of 0.65.0 under Unix that
may affect some users of R-inferior-mode under ESS, as that sets
--no-readline as the first argument, and any arguments after that are
ignored.
The fix is simple: delete line 448 of src/unix/sys-common.c (`break;')
and re-compile.
The most used arguments are (I'm told) --vsize and --nsize. I find it more
convenient to
1999 Nov 25
0
tapply and weighted.mean
I am trying to use tapply to estimate the average wage in a set of
Year*Education cells using sampling weights, as well as some other
other statistics using the weights). I am having trouble trying
to figure out how to pass the weights to the function, using:
> tapply(wage,list(Educc,Year),weighted.mean, w=weight)
whieh produces warnings of the type:
3: longer object length
is not a
2002 May 20
1
suggestion for example for base:naresid
Dear list:
since it took me a little while to figure out how to make use of naresid, I thought that
the below R code might be useful as an example on the help page.
Regards,
Markus
# generate some data
x1 <- runif(20)
y <- 10 + 5*x1 + rnorm(20)
summary(lm.0 <- lm(y ~ x1))
# append some NA's to y
y <- c(y, rep(NA, 5))
# generate some further x1s
x1 <- c(x1, runif(5))
#
2000 Jun 16
0
glm under R versions 1.0.1 and 1.1.0
I have fitted a number of models with receipt of social assictance
(toim1) during a year (values 0 or 1) with a number of covariates.
The data include sampling weights which I use in the models. Using the
exact same data, glm() under 1.0.1 and 1.1.0 give different results in
many (but not all) of the models. I have re-installed 1.0.1 to check
this and I found now mention in the NEWS file that
2001 Aug 29
1
suggestion for example for base:naresid
Dear list:
since it took me a little while to figure out how to make use of naresid, I thought that
the below R code might be useful as an example on the help page.
Regards,
Markus
# generate some data
x1 <- runif(20)
y <- 10 + 5*x1 + rnorm(20)
summary(lm.0 <- lm(y ~ x1))
# append some NA's to y
y <- c(y, rep(NA, 5))
# generate some further x1s
x1 <- c(x1, runif(5))
#
2001 May 18
1
NAs in chron objects
Dear All:
I am having some trouble with date variables when NAs are present. The
following example illustrates (see below for output of version):
> library(chron)
> minor.test <- c( "NA", "NA", "1988-02-08",
+ "1988-02-08", "NA", "1987-11-23", "1988-09-03", "1991-10-15",
+
2008 Nov 03
0
[Bug 1127] fork: Resource temporarily unavailable
https://bugzilla.mindrot.org/show_bug.cgi?id=1127
michel.reverbel.abos at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michel.reverbel.abos at gmail.
| |com
--- Comment #4 from
2002 Apr 27
1
rsync md4sum code.
G'day,
I've been working on a Python interface to librsync and have noticed that it
uses md4sum code borrowed from Andrew Tridgell and Martin Pool that comes
via rsync and was originally written for samba.
Is there anything special about this code compared to the RSA md4sum code that
can be found with libmd <"http://www.penguin.cz/~mhi/libmd/">?
Python uses the RSA
2005 Feb 25
0
Fwd: want to call R from aplatform written i strict ANSI C
Hi,
I sent the below message to r-devel but received no answer. I would like
to contribute my system but I need som advice concerning the
connections. Is my proposal of any interest to you?
regards
Ralf ?stermark
----- Forwarded message from Ralf ?stermark <rosterma at abo.fi> -----
Date: Mon, 21 Feb 2005 11:35:21 +0200
From: Ralf ?stermark <rosterma at abo.fi>
Reply-To: Ralf
2020 Sep 15
1
[PATCH v2 01/21] drm/amdgpu: Introduce GEM object functions
Am 15.09.20 um 16:59 schrieb Thomas Zimmermann:
> GEM object functions deprecate several similar callback interfaces in
> struct drm_driver. This patch replaces the per-driver callbacks with
> per-instance callbacks in amdgpu. The only exception is gem_prime_mmap,
> which is non-trivial to convert.
>
> v2:
> * move object-function instance to amdgpu_gem.c (Christian)
> *
2003 May 10
3
benchmarking rsync's -z compression utility
Hi,
Is there a way in which rsync's -z compression (zlib) utility can be
benchmarked?
I'm trying to compare the compression ratio between rsync and external
compression tools like gzip and bzip2.
Are there any advantages to using rsync's internal compression mechanism
specified with the -z option compared to solely applying external
compression i.e. bzip2 to the files and invoking
2003 Feb 24
1
Mass: lda and collinear variables
hello list,
when I use method lda of the MASS package I experience a warning:
variables are collinear in: lda.default(data[train, ], classes[train])
Is there an easy way to recover from this issue within the MASS package?
Or how can I tell how severe this issue is at all?
I understand that I shouldn't use lda at all with collinear data and should
use "quadratische" (squared?)
2008 Mar 11
2
R-Latex question
Hi, maybe my question is not typical. I want to make R table-kind output to
be readable immediately in Latex but I am struggling with symbol '\' needed
for instance in '\hline'. For example when 'Table' is a matrix class object:
cat("&",Table[1,1], "&",Table[1,2], "\n");flush.console()
cat("\hline \n");flush.console()
2006 Jul 11
1
Query about getting averages across a certain parameter in a table
...eins
7888 0.1 0.78 beta proteins
etc
The class column can have 7-8 different unique values
While the clockrate and age columns are floats varying
from 0 to 1.
I wish to get the average clockrate across each of the
classes for this data.
I would appreciate your help regarding the aboe.
Thanks
Lalitha
2006 Oct 02
3
[Bug 1242] GSSAPI Keyexchange support
http://bugzilla.mindrot.org/show_bug.cgi?id=1242
Summary: GSSAPI Keyexchange support
Product: Portable OpenSSH
Version: 4.3p2
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Kerberos support
AssignedTo: bitbucket at mindrot.org
ReportedBy: simon at