Displaying 20 results from an estimated 226 matches for "wealth".
Did you mean:
health
2010 May 26
3
error "variable names are limited to 256 bytes" when sourcing code
I've written a function that takes some input data output from a
simulation model and creates some graphs. It's not very complicated
code, and it works perfectly fine if I just run the code as is.
But I have converted it into a function so we call it externally, and
when I try to source the code to test the function, I get the error
message "variable names are limited to 256
2013 Mar 26
2
GAM model with interactions between continuous variables and factors
...GAM models. For example what is the different between these bellow two
models. Tests are indicating that they are different but their predictions
are essentially the same.
Thanks a bunch,
> gam.1 <- gam(mortality.under.2~ maternal_age_c+ I(maternal_age_c^2)+
+ s(birth_year,by=wealth) +
+ + wealth + sex +
+ residence+ maternal_educ + birth_order,
+ ,data=rwanda2,family="binomial")
>
> gam.2 <- gam(mortality.under.2~ maternal_age_c+ I(maternal_age_c^2)+
+ s(birth_year,by=wealth) +
+ + se...
2011 Jul 08
2
Using Windows 7 Task Scheduler with R source scripts
...s7/schedule-a-task
I've tried a number of methods, none of which work:
My best guess was:
1. Associate the script.R file with R in FileTypes.
2. Call the script.R file in the scheduler
This definitely opens R, but the source file doesn't execute.
Any ideas?
Much thanks,
Dan
Barclays Wealth is the wealth management division of Barclays Bank PLC. This email may relate to or be sent from other members of the Barclays Group.
The availability of products and services may be limited by the applicable laws and regulations in certain jurisdictions. The Barclays Group does not normally accep...
2009 Jun 22
3
rsync is fantastic except for one usual feature we want from it .. please help ?
...Can you please think of a way we can soft-switch rsync NOT to do step 4
above ?
Our help much appreciated.
Regards,
Alex low
Asgard Capital Management Limited
Level 39, 152-158 St Georges Terrace, PERTH WA 6000
* (08) 9415 5758 * 0423 820 728
7 (08) 9481 8481
alex.low@asgardwealthsolutions.com.au
www.asgard.com.au <http://www.asgard.com.au/>
Asgard Wealth Solutions
Advice. Solutions. Confidence.
=======================================================
IMPORTANT INFORMATION
This message and any files transmitted with it are confidential and sho...
2009 Apr 15
3
How to apply a function to all combinations of the values of 2 or more variables?
...ss centre complex;
var alloc_gb;
output out=s sum=;
run;
How do I get something similar in R?
Jim Lane
Capacity Planner
RBC Financial Group
315 Front St W
6th Floor - H14
Toronto, Ontario CANADA
M5V 3A4
416-348-6024
Display of superior knowledge is as great a vulgarity
as display of superior wealth - greater indeed, inasmuch
as knowledge should tend more definitely than wealth
towards discretion and good manners.
- H. W. Fowler, Modern English Usage
_______________________________________________________________________
This e-mail may be privileged and/or confidential, and the sender do...
2009 Apr 22
1
How to make a time series object from a data frame containing dates.
...:
maketimeseries(values=x$alloc_gb,dates=x$month)
Or am I seriously missing something somewhere?
Jim Lane
Capacity Planner
RBC Financial Group
315 Front St W
6th Floor - H14
Toronto, Ontario CANADA
M5V 3A4
416-348-6024
Display of superior knowledge is as great a vulgarity
as display of superior wealth - greater indeed, inasmuch
as knowledge should tend more definitely than wealth
towards discretion and good manners.
- H. W. Fowler, Modern English Usage
_______________________________________________________________________
This e-mail may be privileged and/or confidential, and the sender do...
2017 Apr 13
4
bind vs. bind-chroot
On 04/12/2017 06:18 PM, John R Pierce wrote:
> On 4/12/2017 3:11 PM, Nicolas Kovacs wrote:
>> On my public servers, I usually run BIND for DNS. I see CentOS offers a
>> preconfigured (sort of) bind-chroot package. I wonder what's the
>> effective benefit of this vs. a "normal" BIND setup without chroot. On
>> my Slackware servers, I have a rather
2010 Jun 21
4
Remover E-mail
por favor remover meu email da lista de voc?s...
obrigado
--
Renato Vieira dos Santos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-users/attachments/20100621/ede21a81/attachment.htm>
2011 Dec 09
0
Summary model with observations taken out and dummied back in - not working
...ure on the reason, but have been told I should try).
I have used this in order to do it, but I am not getting any statistical
analysis with my dummy it's all NA.
> dummy15=rep(0, times=n)
> dummy15[15]=1
> which(psubset1==0)
[1] 10 15 21 27
> dummytest = lm(price ~ pct.children + wealth + pct.walk + pct.emp +
> dummy15, data = mydata, *subset = as.logical(subset)*)
> summary(dummytest)
Call:
lm(formula = price ~ pct.children + wealth + pct.walk + pct.emp + dummy15,
data = mydata, *subset = as.logical(subset)*)
Residuals:
Min 1Q Median 3Q Max
-32708 -8861...
2008 Mar 01
4
Cisco 79xx users/consultants, 7970G color in particular share information
...ld like to get in contact with users/consultants who are or have
worked with the Cisco phones and Asterisk to trade information.
Cisco has reluctantly made SIP available on their phones and most of the
information on voip-info and other wiki's appears to be reverse
engineered. There is a wealth of information out there which is
terrific.
I have a client with about 40 phones composed of 7970, 7960 and 7906
phones. I've upgraded all of these to SIP 8-3-3SR2S and the basic
functions are working.
My current questions are:
1. How to remotely reboot 7970s. I have both web acc...
2011 Feb 09
9
taxact 2010 install problem
when I click on the ta10dxdw.exe file I get: "Program error" message...encountered a serious problem and needs to close...."
running from terminal:
Code:
$ wine ta10dxdw.exe
err:virtual:map_file_into_view failed to set 00000005 protection on file map, noexec filesystem?
err:virtual:NtMapViewOfSection map_file_into_view 0x1660000 125e000 000000000 failed
wine: Unhandled page fault
2006 Jan 16
2
recording updates
...around trying to find out if there is some way to attach
something to an ActiveRecord class such that every time an update is called,
a record of that update (which fields, when) is created. I think it would be
useful for syncing information with external services I think.
Questions:
If there is a wealth of knowledge on this, what search terms will lead me in
the right direction?
If there isn''t something like this in rails, do people have thoughts on the
best implementation approach?
Would RoR users be able to use such a service if I were to get my hands
dirty and write it up?
--
Kevin
ht...
2010 Oct 21
5
SIP Blacklisting
...lacklist, but the SMTP world has solutions we could learn from.
Leaving a 'honeypot' running on a single IP address has revealed a few hundred addresses in less than a month. I am fairly certain these are all 'bad' as this host isn't used for anything else. There is obviously a wealth of data (and attacks) out there that would be good to share.
Anyone have any thoughts?
S
2005 Sep 14
2
STUN vs NAT Helper
...ning open source solutions, so I would prefer if
your recommendations are within the open source arena.
Basically, I contemplated the idea of using SER as a NAT Helper and
possibly as a SIP server for a portion of our user base. We prefer to
have Asterisk in the mix because of the additional wealth of features
it can add to the SIP services (e.g. voicemail, ivr, call queueing,
etc).
All of our clients are behind NATs, mainly basic NATs such as linksys
routers behind DSL modems.
I read on the wiki that STUN is not readily supported by most
clients, so I don't know if its worth th...
2017 Apr 13
2
bind vs. bind-chroot
...ou do not run it chrooted.
>>
>> I have mine running that way.
>
> I bluntly admit not using SELinux, because until now, I mainly used more
> bone-headed systems that didn't implement it. Maybe this is the right
> time to get started.
>
> I understand there's a wealth of information about SELinux. Any
> recommendations for a newbie-friendly primer? I don't mind to RTFM, even
> extensive documentation, but I prefer stuff that's well-written.
>
> Cheers,
>
> Niki
>
I don't use SELinux because it gets in my way far more than it eve...
2011 Jun 18
7
problem while xen boot
Hai,
I am using dell insprion 580 machine for xen installation and dom0
configuation. I compiled xen source code and configured the kernal. Grub
entry given below
menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' {
insmod ext2
set root=''(hd0,3)''
multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz
module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy
2011 Jun 18
7
problem while xen boot
Hai,
I am using dell insprion 580 machine for xen installation and dom0
configuation. I compiled xen source code and configured the kernal. Grub
entry given below
menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' {
insmod ext2
set root=''(hd0,3)''
multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz
module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy
2018 Dec 13
2
LLVM Backend for a platform with no (normal) stack
Dear Sir or Ma'am;
I have found a wealth of help and information on writing an LLVM backend.
And, my platform has no stack.
Can you point me to any information that would specifically address creating
a backend for this kind of platform?
In previous wanderings, I thought I ran across a phrase "platforms with no
stack such as...
2008 Aug 27
2
[LLVMdev] wrong guessed OS platform
....2
Isn't that enough to know that this is Mac OS X running version 10.5.5 ?
:-)
Thanks,
Dan
--
Dan Wood
dwood at karelia.com
Twitter: http://twitter.com/danwood
Karelia Software — Sandvox for the Mac
http://www.karelia.com/
We can have democracy in this country or we can have great wealth
concentrated in the hands of a few, but we can’t have both. — Supreme
Court Justice Louis D. Brandeis
2015 Jul 09
2
[LLVMdev] New backend help request.
What about things like pre_store and post_store, though? If there was a pre_load and post_load this would largely solve the problem. Of course there are a wealth of addressing modes for the 68k, but they should be able to be dealt with like this I think?
-----Original Message-----
From: Dr D. Chisnall [mailto:dc552 at hermes.cam.ac.uk] On Behalf Of David Chisnall
Sent: 09 July 2015 10:58
To: James Boulton
Cc: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev]...