Displaying 20 results from an estimated 150 matches for "stern".
Did you mean:
ster
2014 Oct 10
2
Wrong file permissions in CentOS 7
...uestion has been asked many times before.
On a new CentOS 7 system, when I create files they end up with strange
permissions. For example, as root:
[root at server ~]# umask
0000
[root at server ~]# touch a
[root at server ~]# ls -l a
-r--r----- 1 root root 0 Oct 10 11:45 a
As a regular user:
[stern at server ~]$ umask
0000
[stern at server ~]$ touch b
[stern at server ~]$ ls -l b
-rw------- 1 stern stern 0 Oct 10 11:47 b
In both cases the permsissions should have been -rw-rw-rw-. What on
earth is going on, and how can I fix it?
Thanks,
Alan Stern
2006 Oct 31
1
[LLVMdev] OT: Stern Environmental Review, a British Government Report published Online
The Stern Environmental Review, a British Government Report into tackeling
global climate change has been published online.
Leader page with presentation and speaking notes :-
http://www.hm-treasury.gov.uk/independent_reviews/stern_review_economics_climate_change/sternreview_index.cfm
The Stern Re...
2016 May 27
3
Update CRAN submission process
The CRAN submission process seems in need of a massive overhaul. Why has this process not been automated yet?
?
Patrick Perry
Assistant Professor
NYU Stern School of Business
2007 Oct 01
4
Disentagling formulas
...a$Y
newY <- f(Y)
lm(newY~X1+X2+X3)
So far, it seems that my only option will be a very complicated sequence of steps involving match.call(). Is there a simpler way to change the response variable in a formula?
Thanks in advance!
Rebecca
--
Rebecca Sela
Statistics Department
Stern School of Business
New York University
2015 Apr 20
2
Fix for bug in arima function
....com/patperry/r-source/commit/c1701c05ad91d5631eef196c2007ad9897b01f85
I?ve posted a script that demonstrates the bug at
https://gist.github.com/patperry/90a388b056e09cf6a51b
Please let me know if there?s anything I can do to help get this fix incorporated.
--
Patrick Perry
Assistant Professor
Stern School of Business
New York University
2018 Jan 22
1
as.character(list(NA))
..._character_ but not
> NA_real_?
>
>
> -----Original Message-----
> From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Herv?
> Pag?s
> Sent: Monday, January 22, 2018 2:01 PM
> To: William Dunlap <wdunlap at tibco.com>; Patrick Perry <
> pperry at stern.nyu.edu>
> Cc: r-devel at r-project.org
> Subject: Re: [Rd] as.character(list(NA))
>
> On 01/20/2018 08:24 AM, William Dunlap via R-devel wrote:
> > I believe that for a list as.character() applies deparse() to each
> element
> > of the list. deparse() does not prese...
2009 Jun 25
2
Problems with subsets in NLME
...ta = Orthodont, random = ~ 1, subset=1:107)
The second estimation works.
Does anyone know if there is another work-around? (I have also e-mailed the package maintainers, but one of the e-mails bounced, so I am trying this list as well.)
Thank you!
Rebecca
--
Rebecca Sela
IOMS/Statistics Group
Stern School of Business
New York University
2019 Dec 13
2
Preserving ext2-4 attributes
...----e---- x
# chattr +i x
# lsattr x
----i---------e---- x
# rsync -a -A -X x y
# lsattr y
--------------e---- y
What is the reason for this behavior? Is there any way for rsync to
preserve these attributes? If not, how can rsync be used to make a
reliable complete system backup?
Thanks,
Alan Stern
2011 Jan 31
2
Latent Class Logit Models in discrete choice experiments
...s I usually obtain using NLogit and NLogit model specifications.
For Random parameter models and Logit Models I usually perform my analysis with the package mlogit ( http://cran.r-project.org/web/packages/mlogit/index.html ).
The models I would like to run are presented in this ppt:
http://pages.stern.nyu.edu/~wgreene/.../Lectures/Part13-LatentClassModels.ppt
and an overview is given in this paper by Hoyos:
http://dx.doi.org/10.1016/j.ecolecon.2010.04.011
Anybody has any package to suggest for this kind of analysis? (poLCA does not provide me the same estimates)
Thanks in advance
Daniel
2018 Jan 22
2
as.character(list(NA))
...es as a surprise though since coercion to all the
other atomic types (except raw) preserve the NAs.
And also as.character(unlist(list(NA))) preserves them.
H.
>
> Bill Dunlap
> TIBCO Software
> wdunlap tibco.com
>
> On Sat, Jan 20, 2018 at 7:43 AM, Patrick Perry <pperry at stern.nyu.edu> wrote:
>
>> As of R Under development (unstable) (2018-01-19 r74138):
>>
>>> as.character(list(NA))
>> [1] "NA"
>>
>>> is.na(as.character(list(NA)))
>> [1] FALSE
>>
>> _____________________________________________...
2015 Aug 31
1
Problem with the Path argument in pigeonhole 0.4.3 at ubuntu 14.04
...vmail
}
}
service imap-login {
client_limit = 1000
process_limit = 500
}
service lmtp {
inet_listener lmtp {
address = 127.0.0.1
port = 24
}
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
}
ssl = required
ssl_cert = </etc/ssl/own_certs/certs/stern.domain.tld.chain.crt
ssl_key = </etc/ssl/own_certs/private/stern.domain.tld.key
ssl_protocols = !SSLv2 !SSLv3
userdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
protocol imap {
mail_max_userip_connections = 100
mail_plugins = quota imap_quota expire acl imap_acl
}
protocol...
2014 Sep 29
1
Re: problems with usb stick after suspend and wake up
El 29/09/14 11:15, Alan Stern escribió:
> The first error occurred the first time the computer tried to write
> data to the stick following the resume. Oddly enough, an earlier write
> before the suspend worked correctly. But the real problem occurred
> when the computer asked the stick to provide the reason for t...
2005 Sep 19
2
Looking for firmware for Cisco 12sp+ and 30VIP
I have been looking for the firmware for the 12sp+ and 30VIP and have
been unable to find it. Any help in locating would be much appreciated.
Thanks
=======================================================
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error
2005 Jan 20
5
glm and percentage data with many zero values
Dear all,
I am interested in correctly testing effects of continuous environmental
variables and ordered factors on bacterial abundance. Bacterial
abundance is derived from counts and expressed as percentage. My problem
is that the abundance data contain many zero values:
Bacteria <-
2014 Sep 29
0
Re: problems with usb stick after suspend and wake up
...swer.
There were several resets, and the write was retried after each reset.
And each time the write failed, and the stick refused to answer when
asked the reason for the failure.
There's no obvious cause for this problem. It really looks like
something is wrong with the USB stick.
Alan Stern
2010 Apr 30
2
Continuing after a TIMEOUT(absolute)
...; in 32000 ms (Method: ACK)
set_destination: Parsing <sip:70.124.61.17:5060> for address/port to
send to
set_destination: set destination to 70.124.61.17, port 5060
Reliably Transmitting (NAT) to 70.124.61.17:5060:
BYE sip:70.124.61.17:5060 SIP/2.0
<snip>
Cheers,
- Brendan
Brendan Sterne
QA Lead, Callvine
2014 Sep 29
3
Re: problems with usb stick after suspend and wake up
Hi Alan,
sorry for the journalctl output. I have now done the following:L
* boot into 3.17-rc7
* mount the usb stick (recovery completed)
* unmount, mount, unmount - just to be sure all is fine
* started usbmon capturing on bus 3
* mount the usb stick
* suspend to ram
* wake up
now the stick is "officially" mounted (/proc/mounts)
* umount
error messages pop up
* try to mount
more
2004 Feb 05
2
Available in S-plus, also in R1.8.1?
Hello all,
I'm looking for the R-equivalent of the S-option "Connect type: half
horiz first". Link:
http://miner.stern.nyu.edu/Splus/help/guihelp/__hhelp/connect_type.htm
I'm plotting with type="s" or type="S"; this is giving me a stairstep
starting, or ending with the value on the x-axis (as documented). But, I
want the x-value in the middle of the step, like "half horiz first" i...
2012 Nov 02
5
[PATCH, v3] fix build with XEN and EARLY_PRINTK_DBGP enabled but USB_SUPPORT disabled
...exporting
these functions in that case. This eliminates a build error under the
conditions listed in the subject, introduced with the merge
f1c6872e4980bc4078cfaead05f892b3d78dea64.
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
(incremental patch attached, in case that one is preferred)
v3: Relax condition from USB_EHCI_HCD to just USB, to also cover the
chipidea driver re-using code from ehci-hcd.
v2: Switch the dep...
2011 Feb 07
26
[PATCH 0/2] Fix hangup after creating checkpoint on Xen.
Hi,
The following patch series fixes hangup after creating checkpoint on
Xen. The Linux Xen guest can be saved the state to restore later, and
also created snapshot like checkpoint via the hypervisor.
But, when the snapshot is created for the PV guest, it will hangup.
We added ''PMSG_CANCEL'' message and ''cancel'' handler in dev_pm_ops
struct in the pm-linux