Displaying 20 results from an estimated 80 matches similar to: "Validity of GLM using Gaussian family with sqrt link"
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
2007 Aug 02
1
simulate() and glm fits
Dear All,
I have been trying to simulate data 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
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
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, main = "The ex-
GAUS density mu=300
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.
2019 Aug 29
4
Schedule samba backup
Hi,
I was using samba backup offline, but seems that now is not working, a
bug is reported.
As a workaround I want to use online backup:
sudo samba-tool domain backup online --targetdir=<output-dir>
--server=<DC-server> -UAdministrator
Asking password in interative mode works, but I need to automate to
execute from crontab without asking pwd, how can I do this with
security?
2006 Dec 14
7
loop is going to take 26 hours - needs to be quicker!
Dear R-help,
I have a loop, which is set to take about 26 hours to run at the rate it's going
- this is ridiculous and I really need your help to find a more efficient way of
loading up my array gpcc.array:
#My data is stored in a table format with all the data in one long column
#running though every longitute, for every latitude, for every year. The
#original data is sotred as
2013 Mar 11
2
[LLVMdev] Opt pass for collecting static memory allocations (allocas and globals) to one big memory area.
Hi,
I'm doing llvm pass for OpenCL code which does some memory checking to
verify that code does not access memory outside of the programs own
statically allocated areas.
To make dynamic check generation easier, I would like to collect all
allocas and global variable definitions and create one big memory structure
(for each global, local and private) containing all the allocated memory
as
2013 Mar 11
0
[LLVMdev] Opt pass for collecting static memory allocations (allocas and globals) to one big memory area.
On 3/11/13 6:32 AM, Mikael Lepistö wrote:
> Hi,
>
> I'm doing llvm pass for OpenCL code which does some memory checking to
> verify that code does not access memory outside of the programs own
> statically allocated areas.
If you're looking to see if your program only accesses in-bounds memory,
SAFECode and Address Sanitizer may be able to do this for you already.
If
2005 Sep 26
2
Wine not properly loading config file
Hi,
I'm starting with wine. I've been playing with an older version from 2003
and just ugraded to the Wine version : 20050524.
I'm using RedHat 9 at the moment.
I'm trying to change the resolution and drives in Wine, but for some strange
reason, every changes I make in the ~/.wine/config file are not reflecting
in wine.
I naturally verified if I had any wineserver running in the
2006 Mar 09
1
changing password on samba bdc
Greetings All.
First let me introduce my situation
Machine1: Pdc Samba + OpenLDAP(master)
Machine2: Bdc Samba + OpenLDAP(slave)
LDAP stores Samba and POSIX information for each user.
Case1: I login to Machine1 and invoke smbpasswd. I change
my passwords (samba and posix without any problem). In next
few seconds they get propagated to Machin2 wher I can login
with new credentials.
ldap log
2007 Jun 15
1
interpretation of F-statistics in GAMs
dear listers,
I use gam (from mgcv) for evaluation of shape and strength of relationships
between a response variable and several predictors.
How can I interpret the 'F' values viven in the GAM summary? Is it
appropriate to treat them in a similar manner as the T-statistics in a
linear model, i.e. larger values mean that this variable has a stronger
impact than a variable with smaller F?
2014 Nov 11
0
usbhid-ups doesn't work after kernel/libs update
Hi.
I use NUT on embedded system, and after update distro to fresh one I've
got a non-working usbhid APC monitoring.
There's 2 troubles:
1) I/O error for root on usbhid device
2) Permissions error for nut user
Root log:
# /usr/bin/usbhid-ups -u root -DDDDDD -a infocom
Network UPS Tools - Generic HID driver 0.38 (5.1.2-beta1-28-g04cd334)
USB communication driver 0.32
0.000000
2005 Dec 02
43
ANN: acts_as_ferret
Hi all
This week I have worked with Rails and Ferret to test Ferrets (and Lucenes)
capabilities. I decided to make a mixin for ActiveRecord as it seemed the
simplest possible solution and I ended up making this into a plugin.
For more info on Ferret see:
http://ferret.davebalmain.com/trac/
The plugin is functional but could easily be refined. Anyway I want to share it
with you. Regard it as a
2005 Dec 02
43
ANN: acts_as_ferret
Hi all
This week I have worked with Rails and Ferret to test Ferrets (and Lucenes)
capabilities. I decided to make a mixin for ActiveRecord as it seemed the
simplest possible solution and I ended up making this into a plugin.
For more info on Ferret see:
http://ferret.davebalmain.com/trac/
The plugin is functional but could easily be refined. Anyway I want to share it
with you. Regard it as a
2014 Nov 11
1
usbhid-ups doesn't work after kernel/libs update
Hi.
I use NUT on embedded system, and after update distro to fresh one I've
got a non-working usbhid APC monitoring.
There's 2 troubles:
1) I/O error for root on usbhid device
2) Permissions error for nut user
Root log:
# /usr/bin/usbhid-ups -u root -DDDDDD -a infocom
Network UPS Tools - Generic HID driver 0.37 (5.1.2-beta1-28-g04cd334)
USB communication driver 0.31
0.000000
2019 Aug 29
0
Schedule samba backup
Hi,
for security reasons we can't sotre pwd on crontab, any other option?
My prefered is offline backup but also doesn't work... any other option?
thanks
Missatge de Trenta sis <trenta.sis at gmail.com> del dia dj., 29 d?ag.
2019 a les 14:23:
>
> Hi,
>
> I was using samba backup offline, but seems that now is not working, a
> bug is reported.
>
> As a
2019 Aug 29
1
Schedule samba backup
Correct with -k yes fails, and offline bug also has a bug opened
pending to solve.
It will be great to solve also online...
Really is a issue for productions environments, no working secure
backups with offline or online...
How are users making backups with 4.10 ?
thanks
Missatge de Trenta sis <trenta.sis at gmail.com> del dia dj., 29 d?ag.
2019 a les 16:53:
>
> Hi,
>
> for
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
2007 Sep 28
5
[LLVMdev] Vector troubles
Chuck,
> It is dying trying to store a our working vector into one of the LLVM
> vectors created on the stack. Despite the align-16 directive on the
> alloca instruction, it is not always aligning to a 16-byte boundary.
The stack is not necessary 16 bytes aligned on linux/windows. The vector
is really sotred aligned relative to %esp, but %esp value is not good.
This is known problem