Displaying 14 results from an estimated 14 matches similar to: "binomial()$linkinv no longer accepts integer values"
2008 Jul 17
0
Re : float and double precision with C code
thank you for your quick answer,
I'm far of the digits capacity and my values are not the result of a computation. I'm developping a R package to acces a specific data source. And I need precision a few better. How can I do ?
When I try this In R console, this is correct and what I need :
> my_value <- 29.958334
> my_value == 29.958334
[1] TRUE
But I need to do the first
2025 Jan 08
1
binomial()$linkinv no longer accepts integer values
On Wed, 8 Jan 2025 10:57:47 -0500
Ben Bolker <bbolker at gmail.com> wrote:
> I haven't done the archaeology to figure out when this broke/exactly
> what change in the R code base broke it: it happened within the last
> month or so
binomial() itself exhibits this property even in R-4.2.2 from more than
two years ago:
R -q -s -e 'getRversion(); binomial()$linkinv(1L)'
2025 Jan 08
1
binomial()$linkinv no longer accepts integer values
Thanks, that makes sense.
I guess if it never worked for integers (or hasn't worked in a long
time, at least) then it doesn't need to be fixed/changed ...
cheers
Ben
On 2025-01-08 11:20 a.m., Ivan Krylov wrote:
> On Wed, 8 Jan 2025 10:57:47 -0500
> Ben Bolker <bbolker at gmail.com> wrote:
>
>> I haven't done the archaeology to figure out when this
2008 Jul 17
0
Re : Re : float and double precision with C code
ok, sorry, my mistake was the C printf.
Thank you for your good answer
Regards
----- Message d'origine ----
De : JS Ubei <jsubei at yahoo.fr>
? : jim holtman <jholtman at gmail.com>
Cc : r-help at r-project.org
Envoy? le : Jeudi, 17 Juillet 2008, 15h25mn 07s
Objet : [R] Re : float and double precision with C code
thank you for your quick answer,
I'm far of the digits
2025 Jan 08
1
binomial()$linkinv no longer accepts integer values
On 1/8/25 17:26, Ben Bolker wrote:
> Thanks, that makes sense.
>
> ? I guess if it never worked for integers (or hasn't worked in a long
> time, at least) then it doesn't need to be fixed/changed ...
Still you found out that the type check and use of REAL() in the
function is in wrong order. Instead of
"REAL() can only be applied to a 'numeric', not a
2025 Jan 08
1
binomial()$linkinv no longer accepts integer values
> On 9 Jan 2025, at 05:56, Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>
>
> On 1/8/25 17:26, Ben Bolker wrote:
>> Thanks, that makes sense.
>>
>> I guess if it never worked for integers (or hasn't worked in a long time, at least) then it doesn't need to be fixed/changed ...
>
> Still you found out that the type check and use of
2012 Aug 27
3
How to generate a matrix of Beta or Binomial distribution
Hi folks,
I have a question about how to efficiently produce random numbers from Beta
and Binomial distributions.
For Beta distribution, suppose we have two shape vectors shape1 and shape2.
I hope to generate a 10000 x 2 matrix X whose i th rwo is a sample from
reta(2,shape1[i]mshape2[i]). Of course this can be done via loops:
for(i in 1:10000)
{
X[i,]=rbeta(2,shape1[i],shape2[i])
}
However,
2012 Oct 28
5
Re-sizing qcow2 images
Hello All,
I am using Centos 6.3 with libvirt 0.910 and qemu-kvm 0.12
I had to resize a qcow2 disk, and came across several issues;
I used this command to resize the image:
sudo -i /usr/bin/qemu-img /var/lib/libvirt/images/mydisk.img resize
+100G . The disk is attached using virtio.
I then tried to use parted from within the guest to resize the partition.
The first problem was that the
2018 Oct 07
0
To help, heart of our c "Hi" Ve; is... http://archive.is/Thro
as a side note, I see from my Facebook memories
<http://callingketti.ml/lists/lt.php?id=YUgFAg9UGAFUUh1QWlQKVF0F>
that I am repeating specific things ... anually ... something I once said I
would never do (intentionally) and specifically because "rituals of which
we have no understanding of their true meaning" are clearly horrible things
(ur wasting time) ... one of the primary
2011 Jun 08
3
How to suppress factor labels
I am using ggplot2 to make a boxplot that overlays a scatterplot:
pp = qplot(time, error, data=times, size=I(1), geom="jitter", main=title,
ylab="Error (min)", xlab="Time before ON (min)", alpha=I(1/10),
color=times$runway,
ylim=c(-30,40))
pp2 = pp + with(times, facet_wrap(~ runway, ncol=2))
print(pp2 + geom_boxplot(alpha=.5,
2012 Feb 16
1
Samba4 gid-to-sid question
Hi.
We used info from a SID created using samba-tool group add to posix-ify
it and then add a posix-ifed domain user to it. The AD doco defines two
sorts of SID. Ones that change, and ones that don't.
Here is a search on our posix-ified group:
ldbsearch --url=/usr/local/samba/private/idmap.ldb 'xidnumber=3000012'
objectSid: S-1-5-21-980186919-4150830324-975011627-1121
We set the
2005 Feb 22
1
New to Samba - General Question
We are currently running a Windows 2003 Domain with Active Directory in Native Mode. I will be implementing a new Unix File Server that I would like accessabli via Windows. It has been some time since I've played with Samba and I know there are new features incorporated that allow interaction with newer windows domains. Before I get started should I be using security = server or security =
2005 Jul 20
2
Samba-3.0.10 domain issue
Hi,
I have a working samba setup using ldap from following the
smbldap-installer scripts etc, but now have one remaining problem. This
is the second time I have installed it and had it working reasonably well
being used in an educational environment.
My problem this time is that each workstation has 3 operating systems -
Windows98SE, Win2K and WinXP. Last time I created the domain it was fine
2007 Sep 18
2
rsync daemon troubleshooting
Hi all:
I tried to start a rsync daemon under my user name (not an administrator)
on debian linux box(linux kernel 2.4.27), and failed. The command I used
is
> rsync -v -v --daemon --config=rsyncd.conf
This command returns without any error although the daemon does not get
started. The rsyncd.conf I used is as follows. Do I miss anything in
the configuration file? Any help is appreciated.