search for: excursion

Displaying 20 results from an estimated 43 matches for "excursion".

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 Significant Excursions") however I would like to populate the list at runtime from a data file. I h...
2008 Nov 07
1
Problems with packages fda and splines (PR#13263)
...nctional object in B-spline basis Warning message: In smooth.basis(argvals, y, fdP, wtvec = w, fdnames = fdnames) : The number of basis functions = 12 exceeds 10 = the number of points to be smoothed. With no smoothing (lambda = 0), this will produce a perfect fit to data that typically has wild excursions between data points. > x$coefs # here it works because no NAs [,1] [1,] 0.9193563 [2,] 0.1590327 [3,] 0.6441482 [4,] 1.1257380 [5,] 0.1234022 [6,] 0.7228168 [7,] 0.8709656 [8,] -0.3634714 [9,] 0.9097221 [10,] 1.1726878 [11,] 0.4130424 [12,] 0.3122870 > y[3]=NA...
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...
2009 Dec 03
3
Three-dimensional (3D) movement using 'R'
...patients (N1, N2, N3 and N4) over 20 time points. The numbers represent the average amplitude of movement by the prostate gland in mm. The signs (positive and negative) indicate movement away from or toward the baseline, respectively. So, any deviation away from the baseline is '+' and any excursion toward baseline is negative (with the baseline indicated by Time=0). I would like to plot 3D graphs illustrating movement of the prostate with time for each of the four patients but do not know how. I am not an expert in 'R' so any help will be very, very much appreciated. Thanks....
2020 Jun 15
1
halt versus shutdown
On 6/15/20 6:19 AM, Leon Fauster via CentOS wrote: > Am 15.06.20 um 05:38 schrieb Strahil Nikolov via CentOS: >> Working with different Linux Distributions makes the life harder. >> So far I have found out that 'poweroff' & 'reboot' has the same >> behaviour on? Linux/Unix/BSDs. >> > > Yeah, poweroff seems the appropriate command instead of
2007 Feb 12
1
'Save Workspace' gives "recursive default argument reference" -- workaround?
...ve.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 using "outer" (which I gather to be associated with this error) runs without problems. An excursion through the list archives did not yield information discussing this message in connection with workspace saves. Can a user suggest a workaround or alternative method to save the workspace before I exit R and see if restarting will cure it? With thanks for any suggestions, Ben Fairbank...
2003 Jun 18
0
bwlimit patch.
...ed by a factor of 8....) Roger. P.S. I'm not on the list. -- ** 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 not include humans. *************** -------------- next part -------------- diff -ur rsync-2.5.6.orig/io.c rsync-2.5.6/io.c --- rsync-2.5.6.orig/io.c Thu Apr 11 04:11:50 2002 +++ rsync-2.5.6/io.c...
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 for HTB? Also, I really don''t have any ideas on how the frequency could affect the network adapter performance. Is a high frequency goin...
2019 Mar 22
2
prettyNum digits=0 not compatible with scientific notation
...mber has this many significant >> digits, and also to satisfy ?nsmall?. > >> [.....] > > So, for the real numbers you use in your example, digits are > *significant* digits as in 'options(digits= *)' or > 'print(.., digits= *)' > > ------ Excursion about 'integer' and format()ing ------------ > -- and you now may also understand why prettyNum(1:2, digits=0) works > as you expect: integer formatting behaves differently .... > but I acknowledge that the ?format help page does not say so > explicitly yet: it 'rea...
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 16...
2018 Apr 20
1
question re: ls oddity
...sting 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 have the same alias for ls I don't see anything based on a brief excursion of the respective man pages. the one on Centos is version 8.22, and the one on F26 is 8.27, so unless there is some dotfile somewhere that ls refers to for options, this must be a version-change. it seems like a possibly useful feature, one might be able to use that to avoid nasty quoting problem...
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
...l island in the Atlantic Ocean, 1000km from Lisbon, with stunning landscapes and a mild climate, easily reached by air from Lisbon or by charter flights from other European capitals. The Organizing Committee will try to show participants as much of the island as possible. Two tours, one a full-day excursion to the rugged and unspoilt north coast, will be included as part of the registration, and several other excursions will be available before, during and after the meeting. Madeira is a popular holiday destination and we recommend early planning of your trip in order to take advantage of the good dea...
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 not include humans. *************** -------------- next part -------------- diff -ur rsync-2.5.6.orig/io.c rsync-2.5.6/io.c --- rsync-2.5.6.orig/io.c Thu Apr 11 04:11:50 2002 +++ rsync-2.5.6/io.c...
2019 Mar 22
0
prettyNum digits=0 not compatible with scientific notation
...t; the smallest (in magnitude) number has this many significant > digits, and also to satisfy ?nsmall?. > [.....] So, for the real numbers you use in your example, digits are *significant* digits as in 'options(digits= *)' or 'print(.., digits= *)' ------ Excursion about 'integer' and format()ing ------------ -- and you now may also understand why prettyNum(1:2, digits=0) works as you expect: integer formatting behaves differently .... but I acknowledge that the ?format help page does not say so explicitly yet: it 'real and complex'...
2003 Jun 17
1
efficiency issue with rsync.....
...y be woken up by the kernel after a whopping 20 msec.) 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 not include humans. ***************
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
...to satisfy ?nsmall?. >> >>> [.....] >> >> So, for the real numbers you use in your example, digits are >> *significant* digits as in 'options(digits= *)' or >> 'print(.., digits= *)' >> >> ------ Excursion about 'integer' and format()ing ------------ >> -- and you now may also understand why prettyNum(1:2, digits=0) works >> as you expect: integer formatting behaves differently .... >> but I acknowledge that the ?format help page does not say so >&...
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