similar to: gee

Displaying 20 results from an estimated 200 matches similar to: "gee"

2003 Mar 24
2
Robust standard errors
I am trying to calculate robust standard errors for a logit model. I installed the package "car" and tried using hccm.default, but that required an lm object. Is there some way to do a similar operation for a glm object? x <- hccm.default(glm(winner ~ racebl + racehi + raceas + inchi + incmed + edhs + edcol + edba + agec1 + agec4 + sex + margin + regla + regbay + regsc +
2013 May 30
2
Ubuntu and ZFS
Moved from Richard's blog to here.... A couple of people have requested removing the dependency on zfs-fuse from the ubuntu packages that Richard released last week, and there is some confusion about the state of ZFS in Ubuntu. There are 2 Linux compatible implementations of ZFS, zfs-fuse (http://gitweb.zfs-fuse.net/) and ZFS on Linux (http://zfsonlinux.org/). ZFS-fuse is in the official
2010 Jun 17
0
Modifyiing R working matrix within "gee" source code
Dear all, I am working on modifying the R working matrix to commodate some other correlations that not included in the package. I am having problem to locate where the R matrix are defined for regular matrices, i.e. independence, exchangeable, AR and unstructure. it might have something within .C("Cgee",but don't understand it well enough to know. Can you anyone help? /*gee source
2019 Jul 01
5
raid 5 install
On Jul 1, 2019, at 7:56 AM, Blake Hudson <blake at ispn.net> wrote: > > I've never used ZFS, as its Linux support has been historically poor. When was the last time you checked? The ZFS-on-Linux (ZoL) code has been stable for years. In recent months, the BSDs have rebased their offerings from Illumos to ZoL. The macOS port, called O3X, is also mostly based on ZoL. That leaves
2019 Apr 24
1
Was: Re: Are linux distros redundant?, is zfs
Benjamin Smith wrote: > On Wednesday, April 24, 2019 11:25:00 AM PDT Andrew Holway wrote: > >>> Btw, right now, we've just built a new server as Ubuntu, because my >>> manager wants to use it to test zfs, including its ability to a) act >>> as a RAID, directly, without an underlying RAID, and b) encrypt the >>> whole thing natively. >> >>
2003 Jan 08
2
Maps in R
Is there a way to generate maps in R. Specifically, I have calculated estimates of intra-regional inequality for US states, and would like to project that information onto a map. Thanks, Nirmala
2003 Jan 07
2
plot()
I am an R novice trying to figure out plot(). Specifically, I am trying to plot the values of a numeric variable V for a set of years (1970, 1974, 1976, 1978, 1980). How do I get R to label the years I am plotting on the x-axis rather then some general levels (1970, 1975, 1980.) Using as.character(year) doesn't seem to help, and using as.factor(year) generates steps insteads of dots. Help
2019 Apr 24
2
Are linux distros redundant?
> > Btw, right now, we've just built a new server as Ubuntu, because my > manager wants to use it to test zfs, including its ability to a) act as a > RAID, directly, without an underlying RAID, and b) encrypt the whole thing > natively. > ZFS on linux was originally an EL project. Ubuntu support came later.
2018 Jan 10
2
Issues accessing ZFS-shares on Linux
I think it may have something to do with my disks being encrypted. This issue happened after updating systemd to version 236, ZoL to 0.7.4 and kernel to 4.14. I have always mounted the pool manually by first opening LUKS-encrypted disks and after that issuing zpool import tank. Is there any way to still use systemd to manage smbd or do I have to just always start it manually? This is how the
2018 Jan 08
2
Issues accessing ZFS-shares on Linux
Hi, I am having a really strange problem with my Samba shares on Debian Buster. None of the users can access any shares, which reside on ZFS-filesystem. Any other share works just fine. For example, if I create a normal folder to /home with same permissions and replace a ZFS-share with that, it works fine. When accessing any ZFS-shares the following error is recorded: Jan 08 22:39:56
2020 Mar 16
1
Problems with ACLs
Am 3/16/20 um 3:04 PM schrieb Ralph Boehme via samba: > Am 3/16/20 um 2:59 PM schrieb Rowland penny via samba: >> On 16/03/2020 13:50, Marcio Demetrio Bacci wrote: >>> Hi, >>> >>>> Is this the machine that you cannot set the permissions on ? >>> Yes. >>> >>>> If so, what is the filesystem ? >>> Ext4 for SO and Ext4 for
2017 Sep 08
1
cyrus spool on btrfs?
I think it depends on who you ask. Facebook and Netflix are using it extensively in production: https://www.linux.com/news/learn/intro-to-linux/how-facebook-uses-linux-and-btrfs-interview-chris-mason Though they have the in-house kernel engineering resources to troubleshoot problems. When I see quotes like this [1] on the product's WIKI: "The parity RAID code has multiple serious
2019 Oct 27
1
Issues accessing ZFS-shares on Linux
On 26/10/2019 22:51, tootifrooti via samba wrote: >> Is there any way to still use systemd to manage smbd or do I have to >> just always start it manually? > Did you ever find a solution to this problem? I'm experiencing a very > similar problem right now. When running samba via systemd any access to a > share on a zfs filesystem results in the `make_connection_snum: >
2019 Apr 09
3
large cover size bug with android?
When trying to play vorbis or opus files that have large cover sizes >1MB on android 8.0 built in player, they fail to play. Removing the cover allows them to play.  Has anyone encountered this before or know if it is a known android or opus/vorbis bug?
2015 Feb 19
2
CentOS 7: software RAID 5 array with 4 disks and no spares?
On 2/18/2015 9:39 PM, Chris Murphy wrote: > You might be a candidate for LVM integrated raid. It uses the md > kernel code on the backend, but it's all LVM tools to create, manage > and monitor. The raid level is defined per LV, instead of all LV's in > a VG inheriting the underlying raid. It supports all levels of raid > including 5/6. ... ... > ... > ... ... btrfs
2018 Jun 26
1
ZFS on Linux repository
Il 25-06-2018 23:59 Yves Bellefeuille ha scritto: > I think the simplest solution would be to add this (which I haven't > tried): > > http://zfsonlinux.org/ > https://github.com/zfsonlinux/zfs/wiki/RHEL-and-CentOS > > to the Available Repositories for CentOS wiki page: > > https://wiki.centos.org/fr/AdditionalResources/Repositories/ > > unless someone with
2008 Sep 15
2
not finding activerecord data in worker
Hey guys, Firstly, I''m new to the list and great work with backgroundrb, it''s sweet!!! I''ve just started noticing an issue and i''m wondering if there is a standard fix. The situation is as follows: 1. In my model''s after_save I call my worker asynchronously with the active record object''s id as a parameter (the record that has just
2007 Oct 15
3
JavaScript error after including Prototype library
Hello, I''ve started seeing this error after including Prototype: Form.Element.Serializers[method] is not a function http://qaslweb1.crossmediaservices.com/shoplocal/scripts/prototype.js Line 2754 You should be able to see this error, using either Firefox or IE, when browsing to: http://qaslweb1.crossmediaservices.com/ Any ideas? Since this is a version of our original site rebranded
2004 Jan 22
1
request from nimal
2015 May 29
7
Native ZFS on Linux
I have a question that has been puzzling me for some time ... what is the reason RedHat chose to go with btrfs rather than working with the ZFS-on-Linux folks (now OpenZFS)? Is it a licensing issue, political, etc? Although btrfs is making progress, ZFS is far more mature, has a few more stable features (especially Raid-z3) and has worked flawlessly for me on CentOS-6 and Scientific Linux-6.