similar to: Upload HardyWeinberg package (1.1)

Displaying 20 results from an estimated 1000 matches similar to: "Upload HardyWeinberg package (1.1)"

2008 Jun 13
1
Writing a new link for a GLM.
Hi, I wish to write a new link function for a GLM. R's glm routine does not supply the "loglog" link. I modified the make.link function adding the code: }, loglog = { linkfun <- function(mu) -log(-log(mu)) linkinv <- function(eta) exp(-exp(-eta)) mu.eta <- function(eta) exp(-exp(-eta)-eta) valideta <- function(eta) all(eta != 0)
2006 Mar 08
0
New package for calibration of biplot axes.
Hi, I recently uploaded a package called "calibrate" to CRAN. This package contains routines for the calibration of (oblique) axes in biplots and scatter plots. Documentation provides examples for ordinary scatter plots with additional axes, biplots from principal component analysis, correspondence analysis, canonical correlation analysis and redundancy analysis. Jan Graffelman --
2003 Oct 29
1
Environment set on PAM module is not visible to user
We're using an internal PAM module (Linux) that sets a few environment variables using pam_putenv (on pam_sm_authenticate). In version 3.6.1p1i such variables are visible to the user (as expected), but since 3.7p1 they are not... Is this the expected behaviour? Thanks in advance, Jose ____________________________________________________________________________ Jose A. Rodriguez
1997 Jul 23
0
Canceling jobs
Hello, I'm having some troubles with the lpq command, and I hope some one help me: We have samba 1.9.16p11 working in an HP-UX B.10.20 machine; printing works fine, but there is one problem with jobs: we're not able to cancel them. The lpq command definition it's shown below: lpq command = /usr/bin/lpstat %p But if any one submits a job to any printer and, after that, tryies
2002 Nov 27
0
R genetics package now available
The "genetics" package for handling single-locus genetic data is now available on CRAN in both source and Windows binary formats. The purpose of this package is to make it easy to create and manipulate genetic information, and to facility use of this information in statistical models. The library includes classes and methods for creating, representing, and manipulating genotypes
2002 Nov 27
0
R genetics package now available
The "genetics" package for handling single-locus genetic data is now available on CRAN in both source and Windows binary formats. The purpose of this package is to make it easy to create and manipulate genetic information, and to facility use of this information in statistical models. The library includes classes and methods for creating, representing, and manipulating genotypes
2000 Oct 09
2
Remote port forwarding
I have the following line in the sshd_config file: GatewayPorts no If I launch the ssh client as this: ssh -l user host -R 9000:otherHost:25 the port forwarding is successful! :-( As you can see, the 'netstat -na' command shows the Secure Shell daemon listening to the port 9000. Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address
2004 Dec 02
1
Arrow and text on a 3d plot
I am currently working on surface plots (with R 2.0.1) and I want to improve the aspect of them. Having a typical 'cow-boy hat' surface [source: Spector (1994), p. 206]: pts <- seq(from = -8, to = 8, length = 50) cow <- function(x, y) { z <- sqrt(x^2+y^2) sin(z)/z } out <- outer(pts, pts, cow) sur <- persp(x=pts, y=pts, z=out, theta=45, phi=30) What I exactly wanted is:
1998 Jun 02
0
All [homes] shares
This question has relation with the one about seeing the other [homes] shares: How can I publish ALL the homes accounts? What I would like is to connect to the server with my password and to be able to brownse all the accounts where I have read access. Is there an easy way to do that automaticaly? -- Miquel Bonastre (miquel@fib.upc.es)
1998 Nov 25
1
File name in the print command
Hi, I just want to ask you if someone have had this problem, if this is a bug, a "feature" or the expected behavior. We use Samba 1.9.18p10 on slackware linux as a print server. This print server is dedicated to students so we print a banner with every print job in order to be able to distinguish the beginning and ending of a students job. The problem appears when we
1998 Apr 29
2
Multiple usernames and strange log
Hi guys, I would like you to help me with two problems we have here with samba. It works fine on almost all the situations but we're unable to connect from a win95 machine with two identities simultaneously. The situation is that: john and eric have their own account in the server (Unix running samba). They share another account (say netmen). They need access to
2008 Aug 22
2
help needed for HWE.exact in library "genetics"
Hi, I have a genotype data for both case and controls and would like to calculate the HW p-value. However, since the number of one genotype is 0, I got wired result. Would someone help me to figure it out? Or confirm it's right? Thanks a lot. ============ > library( "genetics" ) NOTE: THIS PACKAGE IS NOW OBSOLETE. The R-Genetics project has developed an set of enhanced
2005 Apr 05
2
cat bailing out in a for loop
Dear All, I am trying to calculate the Hardy-Weinberg Equilibrium p-value for 42 SNPs. I am using the function HWE.exact from the package "genetics". In order not to do a lot of coding "by hand", I have a for loop that goes through each column (each column is one SNP) and gives me the p.value for HWE.exact. Unfortunately some SNP have reached fixation and HWE.exact requires a
2005 Mar 25
2
Very HUGE binaries!?
Hi! I've been compiling Samba 3.0.x on a Solaris 2.6 server using GCC 3.4.1 without any problem until recently... The problem started with 3.0.12 version, and reproduced in 3.0.13. Doing "configure" and then "make" produces with these two versions VERY HUGE binaries! I'm talking about more than 50 Megabytes binaries in some cases... With 3.0.11 and before I had much
1998 Nov 06
1
Netlogon problems
Hi, We use Samba 1.9.18p10 on a Digital Unix alpha workstation as file server for our users. In rush hour there are 80-100 clients connected to the server. It works fine almost all the time but sometimes we have problems with the login from Windows 95. When the problem appears the user enters username, password and domain and it displays the message - Cannot found the shared
2005 Mar 13
1
Use of htest class for different tests
Hello! First of all I must appologize if this has been raised previously, but search provided by Robert King at the University of Newcastle seems to be down these days. Additionally let me know if such a question should be sent to R-help. I did a contribution to function hwe.hardy in package 'gap' during the weekend. That functions performs Hardy-Weinberg equilibrium test using MCMC. The
2003 May 05
2
(PR#1289)
Dear all, I've found a bug report for R when installing it on an AIX5.1 system. There's a followup (number 4) that comments a segmentation fault on R when quitting "q()". I'm using a newer version of R but on the same operating system and I obtain the same error. There was a way to solve this problem? Best regards and thanks, --
2013 Nov 11
1
r package to solve for Nash equilibrium
Is there an r package out there that solves for pure strategy* Nash equilibrium of a two-person game*? A search for Nash equilibrium in r provides a link to the *GNE* package which solves for the Generalized Nash equilibrium. But what I would like to solve is a pure strategy Nash equilibrium. [[alternative HTML version deleted]]
2010 Jul 20
2
[LLVMdev] [cfe-dev] conditional operator
Hello Jochen- Your expectation is incorrect, I'm afraid. Typically this would be expanded to something like this: … %cmp = … br i1 %cmp, label %ternary.true, label %ternary.false ternary.true: %truevalue = … br label %ternary.end ternary.false: %falsevalue = … br label %ternary.end ternary.end: %value = phi %type [%truevalue, %ternary.true], [%falsevalue,
2011 Feb 15
1
ternary contour plot
Colin, If your propose is to create a ternary plot with points and vectors, I think easier do this with graphics based plots instead of trellis based plots. Although, with little work you can do with trellis too. I gave you a reproducible code to put an arrow in a ternary plot. I use the function locator() to extract coordinates. The code is the following