Displaying 8 results from an estimated 8 matches for "gaus".
Did you mean:
gaps
2008 Nov 06
0
gamlss.dist
Hi,
I'm not sure how use curve(dexGAUS(…
None of the following four works:
rt<- rexGAUS(100, mu=300, nu=100, sigma=35)
m1<-gamlss(rt~1, family=exGAUS)
curve(dexGAUS(rt=x, mu=300 ,sigma=35,nu=100), 100, 600, main = "The ex-
GAUS density mu=300 ,sigma=35,nu=100")
curve(dexGAUS(x=rt, mu=300 ,sigma=35,nu=100), 100, 600,...
2008 Dec 11
2
Validity of GLM using Gaussian family with sqrt link
...(Intercept) -1.341254 0.089969 -14.908 <2e-16 ***
herbc -0.007303 0.003469 -2.105 0.0353 *
herbht 0.024064 0.002659 9.051 <2e-16 ***
---
Null deviance: 1699.0 on 1180 degrees of freedom
Residual deviance: 1569.8 on 1178 degrees of freedom
AIC: 2311.4
(2) Gaussian with sqrt link model
> gaus.sqrt<-glm(cnt~herbc+herbht,family=gaussian(link="sqrt"),data=sotr,start=c(0.1,-0.004,0.01))
> summary(gaus.sqrt)
Call:
glm(formula = cnt ~ herbc + herbht, family = gaussian(link = "sqrt"),
data = sotr, start = c(0.1, -0.004, 0.01))...
2012 Aug 17
0
spatial auto-correlation structure in nlme
Dear R users,
I'm estimating a mixed effects model in which the spatial correlation is
controlled for by the "corGaus" structure. I'm wondering if there is a
document or paper that explains how the spatial correlation structure (such
as "corExp" or "corGaus") works.
Let me use the example and data posted on UCLA's R FAQ webpage to explain
my problems. The link for the webpage is:...
2007 Aug 02
1
simulate() and glm fits
...a from a fitted glm using the simulate()
function (version details at the bottom). This works for lm() fits and
even for lmer() fits (in lme4). However, for glm() fits its output does
not make sense to me -- am I missing something or is this a bug?
Consider the following count data, modelled as gaussian, poisson and
binomial responses:
counts <- data.frame(
count = c(8, 3, 0, 3, 0, 9, 0, 11, 4, 7, 0, 0, 0, 4, 3, 6, 3,
15, 11, 9),
batch = c(3.1, 3.1, 3.1, 3.3, 3.3, 3.3, 3.2, 3.12, 3.8, 3.11,
3.4, 3.4, 3.4, 3.4, 3.5, 3.5, 3.5, 3.5, 3.6, 3...
2006 Aug 15
4
nls
Is there anyway to change any y[i] value (i=2,...6) to make following NLS workable?
x <- c(0,5,10,15,20,25,30)
y <- c(1.00000,0.82000,0.68000,0.64000,0.66667,0.68667,0.64000)
lm(1/y ~~ x)
nls(1/y ~~ a+b*x^c, start=list(a=1.16122,b=0.01565,c=1), trace=TRUE)
#0.0920573 : 1.16122 0.01565 1.00000
#Error in numericDeriv(form[[3]], names(ind), env) :
# Missing value or
2013 Oct 15
4
[Bug 70511] New: nouveau_bo_name_get segmentation fault while running root tutorials/gl/glbox.C
https://bugs.freedesktop.org/show_bug.cgi?id=70511
Priority: medium
Bug ID: 70511
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau_bo_name_get segmentation fault while running
root tutorials/gl/glbox.C
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
2001 Feb 17
0
Krebs for R (was Re: canonical correspondence analysis)
R-ecologists:
Anyone wanting to create a Krebs package for R can do so using the
C-source code avalaible at:
ftp://gause.biology.ualberta.ca/pub/jbrzusto/krebs/source.zip
Barry J. Cooke Current mailing address:
Ph.D. Candidate 3971 NW 23 Circle
Environmental Biology and Ecology Gainesville, Florida, USA
Department of Biological Sciences 32605
University of Alberta
Edm...
2003 Dec 01
0
No subject
...<klaas@ccrl-nece.technopark.gmd.de>
Delivered-To: samba@lists.samba.org
Received: from outlaw.ccrl-nece.de (unknown [193.175.163.35]) by
lists.samba.org (Postfix) with ESMTP id 74EC85066 for
<samba@lists.samba.org>; Fri, 3 Aug 2001 00:12:37 -0700 (PDT)
Received: from ccrl-nece.de (gaus [193.175.160.57]) by
outlaw.ccrl-nece.de (8.9.3/8.9.3) with ESMTP id JAA22870; Fri, 3 Aug
2001 09:17:06 +0200
Received: from einstein.ccrl-nece.technopark.gmd.de
(einstein.ccrl-nece.technopark.gmd.de [193.175.160.120]) by
ccrl-nece.de (8.9.3/8.8.5) with ESMTP id JAA09786; Fri, 3 Aug 2001...