Displaying 20 results from an estimated 6000 matches similar to: "Exporting nlme summary"
2003 Mar 21
2
smbmount smbmnt
Is there any way to use/build smbmount on a HP-UX system? If not, is there
an alternitive methods to read/write file to a windows server from a HP-UX
machine?
Thanks,
Jerry S. Horton
2008 Jul 01
5
Attaching event observers to a series of elements - best practice?
Hi all,
New member here. I''ve been working with Prototype for a while, and I
love it. However, there''s one thing I still can''t figure out.
Let''s say I have an array of objects, representing contacts in an
address book:
var contacts = [
{ id: 1, firstName: "Bob", lastName: "Smith" },
{ id: 2, firstName: "Sue", lastName:
2008 Jan 03
3
unimplemented function gdiplus.dll.GdipGetGenericFontFamilySansSerif
I'm trying to install My Siruis Studio (to access a Sirius satellite
radio) with Wine 0.9.52 on in Intel iMac running OS X 10.5.1. This
application requires MS .NET Framework 1.1, so I tried installing Mono
1.26 instead. This allowed the My Siruis Studio installation to
complete, but an attempt to run My Siruis Studio fails immediately with:
Call from 0x7b830330 to unimplemented
Samba try to Map and receive message "Not enough server storage is availble to process this command"
2010 Nov 08
2
Samba try to Map and receive message "Not enough server storage is availble to process this command"
Hello,
Samba was working fine as of 4pm last Friday for us.
Now we are getting the space message.
Does anyone have any idea what would randomly cause this. We looked at log files and they don't appear
large and consuming all our drive space.
Thanks
Thomas Horton
Asst. Director Database Mgmt.
USciences
600 S. 43rd Street
Phila. PA 19104-4498
215 596 7604
t.horton at usp.edu
2010 Jan 27
1
Possible bug in fisher.test() (PR#14196)
# is there a bug in the calculation of the odds ratio in fisher.test?
# Nicholas Horton, nhorton at smith.edu Fri Jan 22 08:29:07 EST 2010
x1 = c(rep(0, 244), rep(1, 209))
x2 = c(rep(0, 177), rep(1, 67), rep(0, 169), rep(1, 40))
or1 = sum(x1==1&x2==1)*sum(x1==0&x2==0)/
(sum(x1==1&x2==0)*sum(x1==0&x2==1))
library(epitools)
or2 = oddsratio.wald(x1, x2)$measure[2,1]
or3 =
2010 Aug 13
2
Unable to retrieve residual sum of squares from nls output
Colleagues,
I am using "nls" successfully (2.11.1, OS X) but I am having difficulties retrieving part of the output - residual sum of squares. I have assigned the output to FIT:
> > FIT
> Nonlinear regression model
> model: NEWY ~ PMESOR + PAMPLITUDE * cos(2 * pi * (NEWX - POFFSET)/PERIOD)
> data: parent.frame()
> PMESOR PAMPLITUDE POFFSET
>
2008 Jul 12
4
problem
Hi -- I just got your book FXRuby and am trying to get it working on Leopard
-- I had no problems getting it to work on Vista or Ubuntu but when I tried
to follow the post on your blog for Leopard I got the following error -- I
don''t know enough about Leopard or Ruby for that matter to troubleshoot this
myself so I was hoping someone may have run into this before and can offer a
solution.
2014 Dec 25
1
Do public wifi block IAX port 4569
I've installed zoiper on my old phone and it works on my private network over wifi.
I'm using standard IAX port 4569, so this port is open on my firewall.
But when I catch open wifi network in a mall or a Tim Horton "zoiper" fail to register.
Do they block IAX port 4569 or IAX protocol?
--
Joseph
2009 Jan 03
1
Bug report in foreign library (PR#13425)
here appears to be a bug in the foreign library. The following code used to
work, but now generates an error when 'package="SAS"' is specified:
ds <- read.csv("http://www.math.smith.edu/sasr/datasets/help.csv")
# running foreign package version 0.8-30
library(foreign)
# this works fine
write.foreign(ds, "foo", "bar", package="Stata")
#
2008 Mar 09
13
Using the ip flag
Hey All,
I am looking for an example of the proper config settings for background rb to run my rails app and my backgroundrb instance on separate machines (or more precisely, to have a rails cluster with one backgroundrb machine). Does anyone have such examples?
Thanks!
-Noah
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 13
4
Re: Slow IO Performance
On Fri, 13 Jan 2006 21:14 , Tomas Florian <tflorian@telus.net> sent:
>Hello,
>
>I''m having trouble with slow IO performance under Xen 2.0.7 with 2.6
>kernel. I''m running 3 physical machine. I did hdparm -tT in my Dom0 on
>both servers and this is what I get:
<snip>
I would check to make sure your kernels have the right ide drivers builtin or as
2002 Oct 24
1
Samba PDC and XP Pro Problem. (Not signorseal - fixed that one some time ago)
Hi,
This is a simple query and may well have been answered in the mailing
list archives but my searching can't find an answer to my specific
problem.
My PDC is Samba 2.2.3 on Redhat 7.3, clients are a mix of Win 2k and XP
Pro laptops.
The Win 2k laptops work fine (all service packs applied) and allow any
domain user to log on to any of the 2k laptops. However the XP laptops
if I try logging
2008 Oct 24
1
Problems with zaptel/ztdummy/asterisk.
Hi,
I've managed to build the zaptel modules including ztdummy; ztdummy is
installing fine in the modules list and the relevant device structures
are present.
lsmod | grep ztdummy gives:-
ztdummy 5160 0
zaptel 186916 1 ztdummy
rtc 12372 1 ztdummy
Where I'm stuck is I am now at a loss as to how to configure my
/etc/zaptel.conf and
2012 Dec 06
1
scope, lme, ns, nlme, splines
I want to fit a series of lme() regression models that differ only in the
degrees of freedom of a ns() spline. I want to use a wrapper function to do
this. The models will be of the form
y ~ ns(x, df=splineDF)
where splineDF is passed as an argument to a wrapper function.
This works fine if the regression function is lm(). But with lme(),
I get an error. fitfunction() below demonstrates this.
2006 Feb 01
6
[XM-TEST][PATCH] hvm network test fixes
The following patch allows the network tests to pass with hvm support enabled.
More specifically:
02_network_local_ping_pos.py
REASON: ping loopback failed for size 65507. ping eth0 failed for size 65507.
(but all other size pings work)
05_network_dom0_ping_pos.py
REASON: Ping to dom0 failed for size 65507.
(but all other size pings work)
11_network_domU_ping_pos.py
passes 100% (even the large
2005 Jul 17
2
IMAP: Get rid of non-existent folders below INBOX
Hi,
I am using Debian Sarge w/ dovecot-imapd package 0.99.14-1. Squirrelmail
created three folders below INBOX, Drafts/Sent/Trash, that I already had
elsewhere. Thus, I deleted them (through SqM).
However, both Thunderbird and Squirrelmail still show these folders
anyway. When I select them, I keep getting "Mailbox does not exist"
errors. I already tried to move all .imap.index* files
2012 Mar 02
2
Spacing of text does not match spacing of bars in barplot
I have a very standard barplot. My labels are too long to be printed
horizontally under each bar, so I am using text to put the labels on a 45
degree slant.
However, the labels are spaced more narrowly than the bars, so on an 8
vertical bar plot, the end of the eighth label is lined up with the seventh
bar.
Preferably I don't want to do every text label separately (I'm having this
2006 Mar 06
2
Login Engine Missing Source
Hi!
I''m new to Rails and Ruby, so this might be a simple question. I wrote a
simple blog-application using Rails 1.0 and installed login_engine to
add some authentication mechanisms. After following the installation
procedure I get this error when dispatching via FastCGI (ordinary CGI
works):
MissingSourceFile in <controller not set>#<action not set>
no such file to
2005 Jul 03
0
Asterisk as Media Gateway (was: ATT CallVantage & Asterisk
I am interested. I'm using Callvantage and Centillium TA. I'm also using
Asterisk with a X100P Card. Eventually I want to replace this with my
Linksys NSLU2. I'm having mystery power issues with my linux server.
Currently I have calls from soft and ip phones going to asterisk then out to
the ta fxo to fxs. Regular pots phones go to a telephone distribution panel
with the
2008 Jan 04
0
unimplemented function gdiplus.dll.
Also see bug 10700
This is related to Dragon NaturallySpeaking, which also needs gdiplus.
-----Original Message-----
From: James McKenzie <jjmckenzie51 at sprintpcs.com>
Sent: Jan 3, 2008 10:29 PM
To: Kevin Horton <khorton01 at rogers.com>, wine-users at winehq.org
Subject: Re: [Wine] unimplemented function gdiplus.dll.GdipGetGenericFontFamilySansSerif
Kevin Horton wrote:
I'm