Displaying 20 results from an estimated 43 matches for "excurse".
2006 Apr 05
3
data.frame to list
Hi,
I'm new to R, and I'm not a statistician (stunned silence). I am trying to do
the following:
1. read in a 2-column data file, e.g.
status new
db green
title "Most Significant Excursions"
2. end up with an R list such that I can write e.g.
lst$title
and have R return "Most Significant Excursions".
I know I could do this by coding
lst = list(title="Most
2008 Nov 07
1
Problems with packages fda and splines (PR#13263)
Full_Name: David D Degras
Version: 2.8.0
OS: Mac OS X
Submission from: (NULL) (128.135.239.11)
I have recently installed the version 2.8.0 of R along with package fda (v
2.0.2)
and its dependencies (including package splines v. 2.8.0).
Here are my problems:
1) The package splines should feature functions such a predict.bs,
predict.bSpline and such and it does not! I can make calls to bs, ns,
2019 Mar 21
3
prettyNum digits=0 not compatible with scientific notation
R developers,
Seems I get a bad result ("%#4.0-1e" in particular) when trying to use prettyNum digits=0 with scientific notation. I tried on both my Linux box and on an online R evaluator and saw the same problem, so it's not limited to my box at least. I see the problem in both R 3.5.3 and R 3.3.2.
options(scipen=-100)
prettyNum(1, digits=0)
[1] "%#4.0-1e"
prettyNum(2,
2011 Jun 22
2
VGAM constraints-related puzzle
Hello R users,
I have a puzzle with the VGAM package, on my first excursion into
generalized additive models, in that this very nice package seems to
want to do either more or less than what I want.
Precisely, I have a 4-component outcome, y, and am fitting multinomial
logistic regression with one predictor x. What I would like to find
out is, is there a single nonlinear function f(x) which acts
2009 Dec 03
3
Three-dimensional (3D) movement using 'R'
Hi Everyone,
I have a question regarding the construction of 3D graphs in 'R', BUT
these graphs also need to illustrate movement (with time) of the
prostate gland (using radiological techniques). I am not sure how to do
this in 'R' although I'm sure there is some way of doing it.
Below, I have copied and pasted some of the data with which I'm working
on. The data
2020 Jun 15
1
halt versus shutdown
...ve found out that 'poweroff' & 'reboot' has the same
>> behaviour on? Linux/Unix/BSDs.
>>
>
> Yeah, poweroff seems the appropriate command instead of halt.
>
> Thanks for all the "historical" input. Things make now sense :-)
>
Thanks for excurse in the past, whent the world made sense ;-)
Valeri
> --
> Leon
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
--
++++++++++++++++++++++++++++++++++++++++
Valeri Galtsev
Sr Syste...
2007 Feb 12
1
'Save Workspace' gives "recursive default argument reference" -- workaround?
When signing off R or trying to save a workspace in Windows XP pro SP2,
I receive the following error message -
save.image("C:\\Program Files\\R\\R-2.4.1\\Responses3.RData")
Error in save.image("C:\\Program Files\\R\\R-2.4.1\\Responses3.RData") :
recursive default argument reference
Everything else seems to work fine, and the only function I have written
2003 Jun 18
0
bwlimit patch.
Hi,
I Emailed this afternoon that bwlimit leads to a much too low
bwlimit if small amounts of data are sent in each write. I
wrote a small patch now.
Congrats on the code: It's nice and clean: I wrote a working
patch in 5 minutes after examining a total of 25 lines of code.
(My backup used to require two hours of small sleeps alone,
which should be reduced by a factor of 8....)
2007 Apr 02
1
Kernel timer frequency and HTB
Hello,
i have a linux box which is acting as a lan router towards the internet
doing traffic shaping.
My link is 10Mbit/s full duplex.
I have set some HTB classes with a rate of 20% (2Mbit/s) and a ceil of
95% (9.5Mbit/s). Is such an excursion of bandwidth in the HTB classes
feasible for HTB to control?
What Timer frequency (kernel menuconfig) is the most suitable among 250,
300 and 1000Hz
2019 Mar 22
2
prettyNum digits=0 not compatible with scientific notation
FWIW, it doesn't seem to be happening on Mac OS:
> format(2^30, digits=0)
[1] "1.e+09"
> prettyNum(12345.6, digits=0)
[1] "1.e+04"
A glibc misfeature?
-pd
> On 22 Mar 2019, at 10:10 , Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>
> Thank you, Robert for raising this here !
>
>>>>>> Robert McGehee
2011 Oct 27
2
Syntax Check: rshape2 melt()
This is my first excursion into using reshape2 and I want to ensure that
the melt() function call is syntactically correct.
The unmodifed data frame is organized this way:
head(tds.anal)
site sampdate param quant
1 UDS-O 2006-12-06 TDS 10800
4 STC-FS 1996-06-14 Cond 280
7 UDS-O 2007-10-04 Mg 1620
9 UDS-O 2007-10-04 SO4 7580
19 JCM-10B 2007-06-21 Ca 79
20
2018 Apr 20
1
question re: ls oddity
Hi all!
I use Centos-7 all the time. I also have a Fedora-26 VM that I use only
occasionally.
Today I noticed that ls on the two systems gives different results when
listing the same (networked) directory.
the one on fedora 26 shows files with spaces in the names like this:
'CHURCH FAMILY ADDRESS AND PHONE LIST.doc'
whereas the one on Centos shows it without the quotes.
both systems
2023 Nov 04
1
Should upsd abort if one if LISTEN addresses is not available?
Cheers all,
Issue https://github.com/networkupstools/nut/issues/723 was brought up
recently, and I've re-verified it with the current codebase that it still
happens.
The crux of it is that if upsd can LISTEN to some but not all addresses,
it aborts because "no listening interface available" and worse - does so
inconsistently (seems to depend on whether the *first* listed
2000 Nov 16
0
European Meeting of Statisticians, Funchal, August 2001
Apologies for cross-postings.
======================================
First announcement and call for papers
======================================
The 23rd European Meeting of Statisticians will be held at Funchal,
capital of the Portuguese island of Madeira, from 13-18 August 2001,
under the auspices of the European Regional Committee of the
Bernoulli Society.
For more information see the
2003 Jun 18
1
Oops more testing was required....
Oops. Missed one line in the last patch....
Roger.
--
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2600998 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
* The Worlds Ecosystem is a stable system. Stable systems may experience *
* excursions from the stable situation. We are currently in such an *
* excursion: The stable situation does
2019 Mar 22
0
prettyNum digits=0 not compatible with scientific notation
Thank you, Robert for raising this here !
>>>>> Robert McGehee
>>>>> on Thu, 21 Mar 2019 20:56:19 +0000 writes:
> R developers,
> Seems I get a bad result ("%#4.0-1e" in particular) when trying to use prettyNum digits=0 with scientific notation. I tried on both my Linux box and on an online R evaluator and saw the same problem, so
2003 Jun 17
1
efficiency issue with rsync.....
Hi rsync team,
I thought that rsync would try to overlap computing and IO on both
machines.
I'm rsyncing a large tree (18G) and am keeping an eye on that.
Suddenly my side completely stopped. No IO visible, no CPU
time spent. The otherside was doing 100% CPU. Then the other
side started to do disk IO. Then suddenly the activities moved
over to my side, and I saw things moving again in the
2002 Oct 18
4
code to turn T into TRUE
Does anyone have code that will methodically process R sourcecode, turning
T's into TRUE and F's into FALSE? I got bored doing this by hand, after the
first 30-odd functions-- there are hundreds left to do. I don't want to
simply deparse everything, because that would destroy my beautiful
formatting.
The reason it's not trivial, is that comment lines, quotes, and split lines
need
2019 Mar 22
0
prettyNum digits=0 not compatible with scientific notation
>>>>> peter dalgaard
>>>>> on Fri, 22 Mar 2019 17:30:19 +0100 writes:
> FWIW, it doesn't seem to be happening on Mac OS:
>> format(2^30, digits=0)
> [1] "1.e+09"
>> prettyNum(12345.6, digits=0)
> [1] "1.e+04"
> A glibc misfeature?
It seems (and note we are talking about format.default()
2017 Aug 08
2
NUT Client Shuts Down After Brief Power Loss
OS name and version: MacOS 10.9.5 on 2011 Mac mini
NUT version: 2.7.4-1
NUT installation method: Package installed via FINK and FinkCommander
Exact device name: APC Back-UPS NS 650M1 (brand new)
Issue:
I have the NUT client installed and running properly; two processes running
as root and the other as regular user processes. The NUT server is my
Synology NAS (DS416). Client is