Displaying 20 results from an estimated 20 matches for "shelly".
Did you mean:
shell
2010 Dec 30
1
Different results in glm() probit model using vector vs. two-column matrix response
...lumn response format gives a residual degrees of freedom of 7, and why the weights for one is nearly, but not exactly, a multiple of the other. I need the deviance, df, and weights for another formula, which is why I'm focused on these. My code is below. Thank you in advance for any assistance! Shelly
****
# 10 record set-up
group <- gl(2, 5, 10, labels=c("U","M"))
dose <- rep(c(7, 8, 9, 10, 11), 2)
ldose <- log10(dose)
n <- c(8,8,8,8,8,8,8,8,8,8)
r <- c(0,1,3,8,8,0,0,0,4,5)
p <- r/n
d <- data.frame(group, dose, ldose, n, r, p)
SF...
2006 Apr 18
1
predict.nls confidence intervals
Hello-
It has been several years since anyone has asked, so i am asking again- has anyone created a routine to estimate confidence intervals for predictions from nls models (ala Bates and Watts 1988)?
Thanks -
Alice Shelly
[[alternative HTML version deleted]]
2009 Mar 22
1
Emailing
Hi,
I am trying to send emails out using ActionMailer. Currently, the
console shows that everything is sending out correctly, but I am not
actually receiving any emails.
Thanks in advance,
Shelly
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send e...
2013 Aug 28
1
volume on btrfs brick and copy-on-write
Hello
Is it possible to take advantage of copy-on-write implemented in btrfs if
all bricks are stored on it? If not is there any other mechanism (in
glusterfs) which supports CoW?
regards
--
Maciej Ga?kiewicz
Shelly Cloud Sp. z o. o., Sysadmin
http://shellycloud.com/, macias at shellycloud.com
KRS: 0000440358 REGON: 101504426
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20130828/70b2e7b7/attachment.html>...
2007 Jun 01
1
AIC consistency with S-PLUS
...s, shouldn't at least two of them produce the same ordering of models?
in R:
extractAIC
AIC
in S-PLUS:
AIC
n*log(deviance(mymodel)/n) + 2*p
I find it troubling that these methods all give me different answers as to the best model or even short set of models.
Thanks for your comments.
Alice Shelly
[[alternative HTML version deleted]]
2013 Apr 10
2
Optimization problem
As a simple example, I want to find minimum value for x^2, but it can't be
obtained by:
f<-function(x)x^2
optimize(f,lower=-1,upper=1)
What are other methods to deal with this? I tried DEoptim, still doesn't
work. Any suggustions will be extremely helpful! THanks!
Shelly
--
View this message in context: http://r.789695.n4.nabble.com/Optimization-problem-tp4663821.html
Sent from the R help mailing list archive at Nabble.com.
2013 Oct 16
2
Re: libvirtError: Unable to add bridge br0 port vnet0: Operation not supported
...errange <berrange@redhat.com> wrote:
>
> Sounds like a host mis-configuration related to kernel bridge support
> to me.
>
Could you tell me what might be mis-configured? I am using kernel 3.10.11,
modules openvswitch, bridge, stp and llc are loaded.
regards
--
Maciej Gałkiewicz
Shelly Cloud Sp. z o. o., Sysadmin
http://shellycloud.com/, macias@shellycloud.com
KRS: 0000440358 REGON: 101504426
2013 Oct 16
2
libvirtError: Unable to add bridge br0 port vnet0: Operation not supported
...able to add bridge br0 port vnet0: Operation not supported
If I add <virtualport type='openvswitch' /> inside <interface
type='bridge'>...</interface> it seems to work fine. Is it nova-network or
libvirt bug or some misconfiguration?
regards
--
Maciej Gałkiewicz
Shelly Cloud Sp. z o. o., Sysadmin
http://shellycloud.com/, macias@shellycloud.com
KRS: 0000440358 REGON: 101504426
2013 Jul 02
2
Re: nova-compute, libvirt and authentication
...ry
ii libsasl2-modules:amd64 2.1.25.dfsg1-6+deb7u1 amd64
Cyrus SASL - pluggable authentication modules
ii sasl2-bin 2.1.25.dfsg1-6+deb7u1 amd64
Cyrus SASL - administration programs for SASL users database
regards
--
Maciej Gałkiewicz
Shelly Cloud Sp. z o. o., Sysadmin
http://shellycloud.com/, macias@shellycloud.com
KRS: 0000440358 REGON: 101504426
2013 Jul 01
3
nova-compute, libvirt and authentication
...GRATE_LIVE
Could you please let me know whether nova/libvirt support p2p live
migration with sasl and if so point out what might be misconfigured?
Disabling sasl solves all my problems but I have to configure some
authentication.
I would really appreciate your help.
regards
--
Maciej Ga?kiewicz
Shelly Cloud Sp. z o. o., Sysadmin
http://shellycloud.com/, macias at shellycloud.com
KRS: 0000440358 REGON: 101504426
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130701/57be574b/attachment.htm>
2008 Nov 26
2
zfs znode changes getting lost
In place of padding in zfs znode i added a new field. stored an integer value and am able to see saved information.
but after reboot it is not there. If i was able to access before reboot so it must be in memory. I think i need to save it to disk.
how does one force zfs znode to disk.
right now i dont do anything special for it. Just made an ioctl, accessed znode and made changes.
example in
2009 Jun 03
1
R on Windows Server
We are starting the process for purchasing a server with Windows Server 2008 OS. We are mainly interested in storage for multiple users, but would like to have the capability to run R simulations on the server. Are there any issues we should be aware of for installing R on the server or with having multiple users run R simultaneously? Thanks much!
<http://www.uams.edu/biostat>
2011 Dec 13
1
Should I use nls for this?
...)
ln(mu_i) = B'Xi
theta and beta's are the parameters here.
I want to come up with a model to fit the data with the above property and
test that model on the built in R dataset quine.
Does nls() make sense in this case? Or is there any existing R package which
can fit this model?
-Shelly
--
View this message in context: http://r.789695.n4.nabble.com/Should-I-use-nls-for-this-tp4190496p4190496.html
Sent from the R help mailing list archive at Nabble.com.
2001 Jul 29
0
ADV: Other silly shiny postmasters will exclude monthly beneath hackers.
...s before Wally does? Sometimes, backdoors obscure
to specialized stations, unless they're extreme. Until Courtney
reloads the hackers stupidly, Francoise won't filter any virulent
undergrounds. My virtual tape won't type before I infect it.
Lately, Lisette never interfaces until Shelly washs the violent
error sneakily. Tell Jimmie it's strong giveing about a librarian.
When did Marilyn outwit the machine throughout the closed terminal? Who
opens unbelievably, when Corinne generates the dry TCP/IP beside the
frame relay? To be clear or sly will engulf silly ADSLs to si...
2012 Oct 31
0
combined dependent pvalue
...ot take parameters to
change the variance of the chi square distribution. I am not sure if I fully
grasped the statistics behind it to write correct function for combination
of the dependent p-values. I hope someone having experience with this
problem can help me.
Thanks a lot in advance!
Cheers,
Shelly
--
View this message in context: http://r.789695.n4.nabble.com/combined-dependent-pvalue-tp4647958.html
Sent from the R help mailing list archive at Nabble.com.
2013 Jun 30
0
Same credentials stored in auth.conf for many servers
...me credentials for many servers without
explicitly describing it?
For example replacing:
[auth-libvirt-myhost1]
credentials=mycred
[auth-libvirt-myhost2]
credentials=mycred
with:
[auth-libvirt-myhost*]
credentials=mycred
or
[auth-libvirt-any]
credentials=mycred
regards
--
Maciej Gałkiewicz
Shelly Cloud Sp. z o. o., Sysadmin
http://shellycloud.com/, macias@shellycloud.com
KRS: 0000440358 REGON: 101504426
2013 Jul 02
1
Re: nova-compute, libvirt and authentication
...e's a problem).
By same server and client you mean same machine? If so it is not true. I am
using two machines for tests. There is no SELinux or other security
mechanism which may interrupt. I could try to reproduce it with python but
some example would be nice.
regards
--
Maciej Gałkiewicz
Shelly Cloud Sp. z o. o., Sysadmin
http://shellycloud.com/, macias@shellycloud.com
KRS: 0000440358 REGON: 101504426
2008 Mar 13
7
How to Install WINE on Slackware 12
Hello,
I read the README and the man pages and the User Guide.
They only say to run ./tools/wineinstall but it can't be found anywhere on my system!
I downloaded the package and used tar to extract it to my home directory (/root). I do not find "./tools" anywhere. Nothing in the documentation mentions the directory from which to install at all.
2006 May 01
8
Windows vs Linux
Warning: Sligthly off topic.
http://shelleytherepublican.com/2006/04/linux-european-threat-to-our-computers.html
Quotes:
> And guess what software Osama Bin Laden uses on his laptop?
>
> If you guessed it was Linux you would be 100% right.
> Next time somebody asks you how Al Queda agents pay for their
> rifles and rocket launchers, you can tell them that foreign hackers
>
1997 Sep 28
0
[IPD] Internet Probe Droid
...le>] [-l<password list>] [-d]\n" unless $host;
&banner();
# Names to finger. This can obviously be expanded.
@names = qw/mike steve michael mark tim susan cheryl laura john william
bill jill sue chris adam kathy cathy rebecca joseph joe frank tracy tammy
christopher alan edward shelly emily carrie terry carol caroline paul
brian tom thomas heather becky barbara barb todd ron ronald
david sharon harold frank benjamin jean gene lisa lee anthony/;
# Collect account data
if ($passwdfile) {
open FILE, "$passwdfile" or die "Can''t open $passwdfile: $!\n&quo...