similar to: Using spline parameters to generate data

Displaying 20 results from an estimated 1000 matches similar to: "Using spline parameters to generate data"

2007 Oct 19
1
unable to interactively label curves on a plot
Hello all Simple question for the gurus. I'm trying to interactively label curves on a single plot. The labcurve() function from Hmisc seems like the way to do this (?). I just can't seem to get it to work. Toy example: > x <- 1:10 > y1 <- x^2 > y2 <- 2*x > plot(x,y1) > lines(x,y2) > labcurve(labels=c("curve1", "curve2"),
2004 Mar 06
2
rsync copies same files over and over
Each time I run rsync it copies the same files even though I haven't made any changes. I doesn't copy all the files each time, just the same ones each time I run the command. I run rsync with the following command: rsync --verbose --stats --recursive user@host::directory directory The local system is Suse linux 9 and the remote system is Windows 2000 server. I have the same results
2004 May 31
5
D-Channel Problems
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Good day eveyone, I'm hoping that someone can help me. Perhapps i'm overlooking the obvious, in truth, I hope that I am. I've scoured the mailing list and google, and haven't come up with much. I have a Digium T400P thats been connected to a channel bank for testing for some time now. all has been well. I've now just had
2003 Jul 23
3
Boosting, bagging and bumping. Questions about R tools and predictions.
I'm interested in further understanding the differences in using many classification trees to improve classification rates. I'm also interested in finding out what I can do in R and which methods will allow prediction. Can anybody point me to a citation or discussion? Specifically, I want to classify remotely sensed imagery where training data is extracted on class membership by the user.
2016 Mar 09
2
Broken build on musl libc
Patch is here: https://github.com/openwrt/packages/commit/1263599f96f13f11d719ce336dfb6a639b32de98 . Probably needs to be modified for inclusion into mainline.
2017 Dec 11
2
Mailsploit problem in responce of ENVELOPE
Hi, Sorry, It comes by fetching ENVELOPE, not BODYSTRUCTURE. For example: A01 UID FETCH 24 (ENVELOPE) * 4 FETCH (UID 24 ENVELOPE ("Fri, 08 Dec 2017 09:44:35 +0900" "test2" ((NIL NIL "service" "paypal.com")) (("dev1" NIL "dev1-bounces" "example.com")) ((NIL NIL "service" "paypal.com")) (("user1"
2003 Apr 16
2
Jackknife and rpart
Hi, First, thanks to those who helped me see my gross misunderstanding of randomForest. I worked through a baging tutorial and now understand the "many tree" approach. However, it is not what I want to do! My bagged errors are accpetable but I need to use the actual tree and need a single tree application. I am using rpart for a classification tree but am interested in a more unbaised
2003 Apr 12
5
rpart vs. randomForest
Greetings. I'm trying to determine whether to use rpart or randomForest for a classification tree. Has anybody tested efficacy formally? I've run both and the confusion matrix for rf beats rpart. I've looking at the rf help page and am unable to figure out how to extract the tree. But more than that I'm looking for a more comprehensive user's guide for randomForest including
2007 May 20
4
forcing codepage for non-unicode apps
Hello. I've a problem running a few apps that are supposed to output some text in Russian, but it's not displayed correctly (instead it looks like text in the web browser when wrong charset is selected). I think these applications try to use GDI or standart Windows controls with non-unicode text in Windows-1251 Cyrillic codepage and it doesn't work. AFAIK in Windows XP there was
2006 Jul 20
1
libshout: Streaming MPEG Audio Layer 2
Hi, I'm not anywhere near an expert, but I had successfully used Darkice, TwoLame, and Icast231 to netcast a mp2 stream. If it will help, here is a snip from the related area of my darkice.cfg: [icecast2-1] format = mp2 bitrateMode = cbr bitrate = 384 quality = 1.0 server = 127.0.0.1 port = 32710 password = (duh!) sampleRate =
2008 Sep 26
2
Rsync to Amazon S3 storage
Hello list, How can I rsync my local directory to Amazon S3? I have try s3sync but it consume huge resources. Cheers Acdor -------------- next part -------------- HTML attachment scrubbed and removed
2003 May 07
2
Extracting the longest entry
I have a matrix with NAs and want to extract the longest column. > is.matrix(foo) [1] TRUE > dim(foo) [1] 2000 75 > GetLength <- function(x) {length(na.omit(x))} > junk <- apply(foo, 2, GetLength) > junk [1] 1004 512 432 523 691 396 607 838 [9] 730 389 388 445 609 333 637 1024 [17] 1163 823 718 466 799 459 701 833 [25] 456 549 376 728 539 384
2006 Jun 15
1
Strange Zaptel issue
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greets all sorry for the posting but this one has me confused. I compiled Zaptel and am experiencing something strange. I followed the instructions on README.udevs to the tee, set permissions, etc. and I'm confused as to what gives. Zaptel compiled without a problem but no device was made.... [beta@staging ]# uname -a Linux xxx.xxx
2017 Dec 11
1
Mailsploit problem in responce of ENVELOPE
Hi, I'm sorry, I had been tested by miss From/Reply-To, If From/Reply-To addresses are bellow: From: =?utf-8?b?c2VydmljZUBwYXlwYWwuY29tPGlmcmFtZSBvbmxvYWQ9YWxlcnQoZG9jdW1lbnQuY29va2llKSBzcmM9aHR0cHM6Ly93d3cuaHVzaG1haWwuY29tIHN0eWxlPSJkaXNwbGF5Om5vbmUi?==?utf-8?Q?=0A=00?=@mailsploit.com Reply-To:
2003 Dec 24
2
firewalling SMB (and other protocols)
I looked around and couldn't find a page on firewalling samba. So I did the homework and wrote one: http://travcom.tripod.com/firewalls_and_protocols.html Please send me (directly or CC) any technical suggestions, as I will probably not read the list for very long. Concerned about your privacy? Follow this link to get FREE encrypted email: https://www.hushmail.com/?l=2 Free,
2006 Jul 17
1
use "factor" for categorical covariate in Cox PH model
Hi All, I'm learning the R codes for Cox PH modeling. Could I ask you what the function of "factor" in modeling? Thank you! When dealing with the categorical covariates (for example 3 groups), it will come out different results if we add the command "factor" in front of the categorical covariate or not: if we don't add "factor", there is only one
2012 Aug 19
5
How to get Btrfs on 2nd partition of USB HDD to automount as read/write
Hello, The question below is based on https://lists.ubuntu.com/archives/xubuntu-users/2012- August/004509.html Thanks in advance for any help with the following question, including pointing me to some other info resource if needed. I have a user with an Xubuntu 12.04.1 laptop, 32-bit. He needs to use a USB hard disk drive which has 2 partitions: the 1st partition is NTFS and the 2nd
2001 Jun 02
1
ssh-keygen(1) misinfo: English prose entropy 0.6 - 1.3 b/char!
Quoth manpage: otherwise easily guessable (English prose has only 1-2 bits of entropy per word, and provides very bad passphrases). The passphrase can be Whoever wrote that manpage is either possessed of some amazing human insight to which I am not privvy, chose a very non-representative sample of English prose, or is just plain wrong. I know none of you would ever make such a glaring error,
2009 Dec 30
1
lm() and factors appending
How for the love of god can I prevent the lm() function from padding on to my factor variables? I start out with 2 tables: Table1 123123 124351 ... 626773 Table2 Count,IS_DEAD,IS_BURNING 1231,T,F 4521,F,T ... 3321,T,T Everything looks fine when I import the data. then we get a oh_crap <- lm(table1 ~ Count + IS_DEAD + IS_BURNING, table2) Magically when I look at my oh_crap coefficents
2017 Mar 27
2
Is support being removed for ordinary users to run sshd?
Hello Darren, Could you comment on this issue being raised by myself and Corinna Vinschen? This will create big problems for me. I'm not clear if this is a conscious decision supported by solid reasons or if it is just collateral damage. Thank you for all you work! Jack DoDDs -------- Original Message -------- Date: Mon, 27 Mar 2017 16:31:03 +0200 Subject: Re: Announce: OpenSSH 7.5