similar to: R-square n p-value

Displaying 20 results from an estimated 5000 matches similar to: "R-square n p-value"

2006 Sep 25
1
glmmPQL in 2.3.1
Dear R-help, I recently tried implementing glmmPQL in 2.3.1, and I discovered a few differences as compared to 2.2.1. I am fitting a regression with fixed and random effects with Gamma error structure. First, 2.3.1 gives different estimates than 2.2.1, and 2.3.1, takes more iterations to converge. Second, when I try using the anova function it says, "'anova' is not available
2004 Apr 22
7
lib/util.c:smb_panic yp_get_default_domain Samba 3.0.2a
Samba Folks: I'm having what seems like a relatively benign issue with Samba 3.0.2a. I'm running SuSE 9.0 (with all updates) on an Athlon XP, 512MB RAM, RieserFS on SATA hard drives. Linux kernel version 2.4.21-202-athlon (from SuSE). I can repeatedly and predictably get the following error in the log.smbd file when connecting via Mac OS X. (smb://serverIP/) I get the same error
2004 Dec 29
1
Question about setting tick mark limits in Plot
Dear R-list, I am having trouble getting the Plot function to set the tick marks the way I want, and I am not sure what I am doing wrong. Below is the code that I wrote, and I am not sure why it doesn't work. p is a vector of length 2198, containing numbers between 0 and 240. q is a vector of ones, the same length as p. I want the x-axis to have tick marks every 30 min and I want the
2002 Nov 05
2
sorta-newbie: installing 2.2.6 rpm with --nodeps on RedHat 7.2 ?
I have samba (server-only) running on a server with a stock RedHat 7.2 'server' install and am trying to upgrade Samba to 2.2.6-1.i386. I get the following dependency failures when trying to "rpm -ivh samba-2.2.6-1.i386.rpm": libncurses.so.4 is needed by samba-2.2.6-1 libreadline.so.3 is needed by samba-2.2.6-1 ncurses4-5.0-4.i386.rpm and ncurses-5.2-12.i386.rpm is already
2005 Jul 19
1
Indexing within scan
Dear R-help subscribers, Can some one please help me figure out how to write code that will allow me to use a for loop to scan a number of files one by one, and then save a summary of each file as the for loop progresses. For example I have 24 files named a1 through a24, and I want to do something like: results<-numeric(24) for (i in 1:24) { p<-scan("ai.txt") # where the i
2012 Aug 17
3
prevalence of R in publications and institutions
On Fri, Aug 17, 2012 at 6:46 AM, Travis Perry <travis.perry at furman.edu> wrote: > Dr. Bates, > Our department is considering replacing existing statistical > software packages in our curriculum with R, at my request. To better inform > this decision we are interested to know the prevalence of R in the published > literature and its use across academic and research
2009 Mar 22
1
Problem running autotest in rails 2.3
People, I''m trying to run autotest on rails 2.3 I get a NoMethodError. Here is what I see: Sat Mar 21 20:47 /b/tmp/myfc23 maco$ Sat Mar 21 20:47 /b/tmp/myfc23 maco$ autotest loading autotest/rails_rspec ./vendor/plugins/rspec/lib/autotest/rspec.rb:24:in `initialize'': undefined method `failed_results_re='' for #<Autotest::RailsRspec:0x1205b88> (NoMethodError)
2003 May 23
1
timeout problems with 2.2.8a
Last year the samba servers for our Georgia Tech computer clusters were crashing about once a day running samba 2.0.7. Upgrading to 2.2.5 was disastrous - the Windows machines in the cluster started giving chronic bad-password errors. Since daily crashes seemed an easier problem to fix, we dug in and fixed the 2.0.9 source code. (Our patch is attached, for those interested in running 2.0.9
2003 Mar 10
0
RE: The account is not authorized to log in from this station
No, i can't. I have also tried pcguest, guest, admin, and windows 2000 accounts. Question for you: If i want to connect to a windows 2000 shared folder from my Linux box, what command do I type to attach or mount it? Is it simply "mount -o smbfs username=win2k_username,password=password //windows_server_name/shared_folder /shared_folder" -----Original Message----- From: Rhodes,
2006 Jun 21
14
[Bounty] 1 pizza for 1 simple plugin
So here''s the deal. I don''t know the innards of rails well enough to do this quickly but you might. First person to write this and release it under MIT license or public domain, and tells me, gets a free pizza from your favorite local delivery place. You pick the toppings, I''ll call ''em and order it up for you. Yeah a pizza isn''t much but I''m
2005 Mar 04
4
Upgrading broke the .find methods???
I just updated to rails (via gem) and now all my .find..... methods give me "wrong number of arguments(3 for 0)" with the exception of find_by_sql which works fine but I want to avoid for obvious reasons. I''ve tried simplifying everything down to the bare minimum Priorities.find(1) and I printed out Priority.table_name to confirm it was still correct. What gives? Did I
2003 Oct 27
3
Connecting without smbpasswd file
Hi; We've recently upgraded from Samba 1.7 to Samba 2.2.8 and we're using Samba to allow our users to connect to their Unix home directories from their PC's. Under 1.7 users were able to connect by mapping a drive from windows explorer and entering their unix username and password. Now, when we do this we get a "Incorrect password or Unknown username" error message.
2016 Oct 24
4
[Bug 1093] New: 'Flush ruleset' is undocumented
https://bugzilla.netfilter.org/show_bug.cgi?id=1093 Bug ID: 1093 Summary: 'Flush ruleset' is undocumented Product: nftables Version: unspecified Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at
2005 Aug 18
4
New FreeBSD Security Officer
Hello Everyone! It has been my pleasure and privilege to serve as the FreeBSD Security Officer for the past 3+ years. With the crucial support of the FreeBSD Security Team members, a lot has been accomplished: hundreds of security issues have been researched and tracked, with some resulting in security advisories and patches; software in the Ports Collection are updated more quickly
2004 Mar 12
1
bin/64150: [PATCH] ls(1) coredumps when started via execve(2) with no argv.
On Fri, Mar 12, 2004 at 11:57:30AM +0100, Morten Rodal wrote: > On Fri, Mar 12, 2004 at 12:49:14PM +0200, Ruslan Ermilov wrote: > > On Fri, Mar 12, 2004 at 10:22:00AM +0100, Morten Rodal wrote: > > > >Description: > > > ls(1) calls the fts(3) functions for traversing a file hierarchy. > > > If ls(1) is executed via execve(2) system call with a NULL argv >
2005 Jan 11
2
MIT Kerberos and OpenSSH
Howdie, Is there a way to get the default BSD 5.3 openssh to compile against the MIT kerberos libraries? I have set NO_KERBEROS=yes in /etc/make.conf so that the heimdal kerberos is not built, and rebuilt world, then installed /usr/ports/security/krb5 and rebuilt world again. sshd is however not being built against MIT at all. [root@foobar] ~ # ldd /usr/sbin/sshd /usr/sbin/sshd:
2006 Sep 07
3
comments on handbook chapter
``You do not want to overbuild your security or you will interfere with the detection side, and detection is one of the single most important aspects of any security mechanism. For example, it makes little sense to set the schg flag (see chflags(1)) on every system binary because while this may temporarily protect the binaries, it prevents an attacker who has broken in from making an easily
2010 Aug 25
1
Odp: Finding pairs
Dear Mr Petr Pikal I am extremely sorry for the manner I have raised the query. Actually that was my first post to this R forum and in fact even I was also bit confused while drafting the query, for which I really owe sorry to all for consuming the precious time. Perhaps I will try to redraft my query in a better way as follows. I have two datasets "A" and "B" containing the
2006 Jul 28
8
mass emails
Say we have 20k-50k users signed up for an email newsletter. Does anyone have any data on how well ActionMailer does with mass emails? How long would that take to send? Anything I should watch out for? Thanks, Joe
2012 Jul 27
2
Can't NAT in KVM
Good morning, list, I've been trying to get my KVM virtual machines to connect to the Interwebs for the last 3 hours with no success. I'm running Debian Wheezy (fully patched) and building virtual machines using KVM in Virt Manager. With the default, factory settings shown in virt manager, I have a default virtual network with the device name virbr0, which starts on boot and uses the