Displaying 20 results from an estimated 3000 matches similar to: "erasing an area of a graph"
2009 Nov 20
3
symbol in the plot
a graph question. Thanks a lot in advance.
I made two scatterplots on one graph (sigma vs. delta1, sigma vs. delta2)
(20 observations of delta1, delta2 and corresponding sigma) the x-axis is
sigma, the y-axis is either delta1 or delta2. I connected both scatterplots.
To seperate them, one curves is a line with circles, the other curve is a
line with squares on it.
I want to make a notation
2000 Jun 03
4
How to do linear regression with errors in x and y?
QUESTION: how should I do a linear regression in which there are
errors in x as well as y?
SUPPLEMENT: I've seen folks approach this problem by computing
eigenvectors of the covariance matrix, and that makes sense to me.
But I'm wondering if this has a "pedigree" (i.e. if it makes sense to
folks on this list, and if it's something that has been published, so
I can refer to
2018 Feb 12
2
[PATCH v3 1/2] drm/virtio: Add window server support
On 02/12/2018 12:52 PM, Gerd Hoffmann wrote:
> Hi,
>
>> can we reach agreement on whether vsock should be involved in this?
>
> I think the best approach would be to have guest proxy and host proxy
> use vsock for the wayland protocol. Use a wayland protocol extension to
> reference the buffers in stdvga / ivshmem / virtio-gpu. Only the two
> proxies need to
2018 Feb 12
2
[PATCH v3 1/2] drm/virtio: Add window server support
On 02/12/2018 12:52 PM, Gerd Hoffmann wrote:
> Hi,
>
>> can we reach agreement on whether vsock should be involved in this?
>
> I think the best approach would be to have guest proxy and host proxy
> use vsock for the wayland protocol. Use a wayland protocol extension to
> reference the buffers in stdvga / ivshmem / virtio-gpu. Only the two
> proxies need to
2024 Sep 19
1
Inquiry About R Packages for Specific Research Areas
Dear R Support Team,
I hope this email finds you well.
I am writing to inquire about the specific R packages that would best suit
our academic research project, which involves analyses in various fields.
We are particularly interested in the following areas:
Epidemiology Analysis: We are aware that packages like epiR, survival, and
epitools exist for epidemiological analysis. Could you please
2012 Aug 24
3
misc subdirectory
The utils package has a misc folder, and some other packages have
folders that are not listed in the R-extensions documentation (?data?, ?
demo?, ?exec?, ?inst?, ?man?, ?po?, ?src?, and ?tests?). I'd like to be
able to put some ancillary data into a misc folder, but it's mere presence
in the source folder or source tarball (created with R CMD build) does not
mean that it gets put into
2003 May 05
5
iproute2: gatewayed routes in ancillary tables
Hello all,
Tomas Bonnedahl and I recently corresponded about a rather odd behaviour
with routes in ancillary routing tables.
We both receive a "Network is unreachable" error when we try to add
gatewayed routes to ancillary tables and the main routing table does not
contain an entry for the gateway IP.
It seems that unless a route to the gateway IP exists in the main routing
table, I
2017 Sep 14
1
Intel Skylake Server
CentOS 6.9 has support for the Haswell processor which is a subset of the
Skylake.
All Skylake server ancillary components work perfectly with CentOS 6.9.
The AST2500 used with the Skylake is very good and will process UHD. However
this is not backwards compatible with legacy variants.
To make it work an ancillary graphics card is required which is less than
$100. This will not break the
2024 Sep 19
1
Inquiry About R Packages for Specific Research Areas
Hello,
There is a CRAN Task View: Epidemiology that should be or have what you
are looking for.
[1] https://CRAN.R-project.org/view=Epidemiology
Hope this helps,
Rui Barradas
?s 06:29 de 19/09/2024, Aleena Shaji escreveu:
> Dear R Support Team,
>
> I hope this email finds you well.
>
> I am writing to inquire about the specific R packages that would best suit
> our
2018 Feb 12
1
[PATCH v3 1/2] drm/virtio: Add window server support
On 02/12/2018 03:27 PM, Gerd Hoffmann wrote:
> On Mon, Feb 12, 2018 at 03:00:24PM +0100, Tomeu Vizoso wrote:
>> On 02/12/2018 12:52 PM, Gerd Hoffmann wrote:
>>> Hi,
>>>
>>>> can we reach agreement on whether vsock should be involved in this?
>>>
>>> I think the best approach would be to have guest proxy and host proxy
>>> use
2012 Sep 27
1
erasing a polygon
I'm updating some (very) old code, and one particular option of its plot method depends on
a once-was-true trick
polygon(x, y, border=TRUE, col=0)
polygon(x, y, border=TRUE, density=0)
would draw the polygon AND erase whatever was underneath it back to background color.
Is there a reliable way to do this with the current R (standard graphics)?
Terry Therneau
PS For the
2005 Nov 14
1
Tidiest way of modifying S4 classes?
I wish to make modifications to the plot.pedigree function in the
kinship package. My attempts to contact the maintainer have been
unsuccessful, but my question is general, so specifics of the kinship
package might not be an issue.
My first attempt was to make a new function Plot.pedigree in the
.GlobalEnv which mostly achieved what I wanted to. However, I'm sure
that's not the tidiest
2008 Feb 06
2
kinship package: drawing pedigree error
Hi
Im using the kinship package to draw a pedigree. On my data set this works fine but when i add indivudals to the pedigree i keep getting an error i hope someone can help me!
This is the code im using:
Data<-read.table("Tree.txt", header=T, sep=",")
attach(Data)
ped<-pedigree(id, dadid, momid, sex, aff)
par(xpd=T)
plot.pedigree(ped)
This is my data looks like
2013 Mar 11
4
Pedigreemm
Hola a todos, me gustaría realizar una consulta asociada a la generación
de valores genéticos del pedigreemm en R. Primero generé el archivo de
pedigree incluyendo los parentales para posteriormente estimar la varianza
aditiva y los valores genéticos para cada individuo, relacionando los
individuos por medio de la matriz de parentesco.
Me da todo perfecto, el complemento pedigreemm trabaja muy
2018 Jul 10
4
Construcción de archivo de texto
Hola a todos,
A partir de los siguientes datos:
d <- list(`1` = structure(list(ped = c(1L, 1L, 1L, 1L, 1L, 1L, 1L),
id = 1:7, father = c(2L, 0L, 0L, 2L, 2L, 2L, 2L), mother = c(3L,
0L, 0L, 3L, 3L, 3L, 3L), sex = c(2L, 1L, 2L, 2L, 2L, 1L,
2L), affected = c(1L, 2L, 1L, 1L, 2L, 2L, 2L)), row.names = c("1",
"2", "3", "4", "5",
2010 Mar 18
2
Pedigree / Identifying Immediate Family of Index Animal
I have a data frame containing the Id, Mother, Father and Sex from about
10,000 animals in our colony. I am interested in graphing simple family
trees for a given subject or small number of subjects. The basic idea is:
start with data frame from entire colony and list of index animals. I need
to identify all immediate relatives of these index animals and plot the
pedigree for them. We're
2005 Apr 24
1
R CMD check doesn't stop with checking examples
Hello!
I am building a package, which includes also one Fortran subroutine,
which works fine if I compile it as a shared library and load it into
R via dyn.load(). However, when I launch R CMD check it doesn't stop
with checking examples. It's just doing and doing ... I pasted the
whole output from R CMD check. Does anyone have any suggestions?
I'm still using R 2.0.1.
2012 Oct 20
0
[LLVMdev] Announcement: Phabricator for code reviews
On Sat, Oct 20, 2012 at 1:51 AM, David Chisnall
<David.Chisnall at cl.cam.ac.uk> wrote:
> On 18 Oct 2012, at 23:03, Owen Anderson wrote:
>
>> For me, the concerns are much more about privacy than about security. I'm not really bothered by the idea of my Phabricator account being compromised, and I will use one-off credentials to ensure that a compromise of it will not impact
2001 Nov 16
1
OpenSSH 2.9.9.p2 port to IBM OS/390 Unix System Services
I have done a port of OpenSSH to Unix Systems Services on IBM mainframes
running
OS/390. I have a version which seems to work with SSH 1 and 2, and most
of the ancillary programs seem to work as well. I'd really like to see
the changes (which mostly have to do with deciding which things need to
be translated between ASCII and EBCDIC) incorporated into the source
base.
What is the best way
2005 Mar 12
1
generalized negative binomial
I am looking for code that allows for a more flexible negative binomial
model (similar to Stata's "gnbreg").
In particular, I am looking to be able to model the ancillary
shape parameter in terms of a series of covariates. So if,
y[i] ~ poisson(mu[i])
mu[i] = exp(x[i]beta + u[i])
exp(u[i]) ~ Gamma(1/alpha, alpha)
I am looking to parameterize alpha as exp(z[i]gamma).
If you