similar to: simple line plots?

Displaying 20 results from an estimated 200 matches similar to: "simple line plots?"

2008 May 29
2
Plotting a cubic line from a multiple regression
Dear all, I'm attempting to plot a cubic relationship between two variables controlling for the effects of a third variable. In this short example, I'm trying to use AGE to predict CORTEX while controlling for the effects of TIV (total intracranial volume): ######################## cortex = rnorm(100, mean=0.5, sd=0.5) age = rnorm(100, mean=10, sd=2) tiv = rnorm(100, mean=1000,
2006 Oct 25
0
gtools(read.xls) error in perl installation?
My installation is R version 2.4.0 on Mac OS X version 10.4.8 (the latest release in both cases). I've recently had to restore my hard drive after a crash, and fear that this may have screwed up my Perl installation slightly. Whenever I run the read.xls function from library(gtools) I get the following errors: ###################### > file =
2007 Nov 20
0
significance levels for partial correlations?
I've seen that this question has been asked before, in the archives, but I haven't been able to find a workable answer. This may be a failure to understand the statistics! The problem is that, while I can easily get partial correlation values out of corpcor, how do I get significance values? Surely the significance of a partial correlation between two variables isn't the
2005 Dec 07
1
KMO sampling adequacy and SPSS -- partial solution
Dear colleagues, I've been searching for information on the Kaiser-Meyer-Olkin (KMO) Measure of Sampling Adequacy (MSA). This statistic is generated in SPSS and is often used to determine if a dataset is "appropriate" for factor analysis -- it's true utility seems quite low, but it seems to come up in stats classes a lot. It did in mine, and a glance through the R-help
2004 Dec 19
1
Error indexing mbox file /var/mail/seb: LF not found where expected
Howdy all, Dec 19 14:24:53 dev imap(seb): Error indexing mbox file /var/mail/seb: LF not found where expected I just installed version dovecot-0.99.12.1 for the first time on FreeBSD 4.10 stable. This error occurs when I try to check my mail from a remote client and I have new messages. Here is my configuration: http://unf.be/dovecot.conf It's very close to the default install. In
2005 Nov 22
1
SPSS-like factor analysis procedure
I've read through many postings about principle component analysis in the R-help archives, but haven't been able to piece together the information I need. I'd like to recreate an SPSS-like experience of factor analysis using R. Here's what SPSS produces: 1. Scatterplots of all possible variable pairs, with regression lines. xyplot(my.dataframe) is perfect but for the lack of
2008 May 07
3
use list elements to subtract values from the dataframe
Hi, I have a dataframe wf existing of a header with different labels and beneath the values of those labels : wf: label1 label2 ... 0,45 0,21 0,10 0,45 .... .... I have a list fl <- c("label2","label3",..) Isn't possible to use the list elements in the list in order to subtract values from the dataframe? like : wf$fl[[1]] When I do in R I get :NULL
2003 Nov 19
1
daily back (incremental backup )
Hello, I have Novell Netware File server. Which is mounted as /mnt/novell on one of my Linux m/c. I want to take backup of Novell Server to my Linux m/c. I need everyday backup of Novell server to be taken on Linux m/c. I don't want full backup every day but I need an incremental backup. I do not want to delete any old directory or files. I have taken script from rsync examples, and
2003 Dec 05
0
[Linux-ME] daily backup (incremental backup ) - SOLVED
Dear Manoj, Have found out the mistake in my script. One must create directory if he/she wants to move old files to backup directory. In my script I was not creating any new backup-dir(datewise), therefore despite of have -b --backup-dir flags it was not working. This means rsync can only create automatically new direcotry for destination but not backup-dir !!!! Am I correct? Bipin ---
2019 Oct 29
3
Samba Replication problem between two DCs
I am having issues with Samba DC replication between two directly connected DCs. I don't understand what is wrong or how to fix it. Can someone advise? $ sudo samba-tool drs showrepl Default-First-Site-Name\OLYMPIA DSA Options: 0x00000001 DSA object GUID: 50507d18-c8ee-4ef4-bbda-4d0d9bc31caa DSA invocationId: d7f3c683-fcf2-473c-be01-a6f58af6cb88 ==== INBOUND NEIGHBORS ====
2009 Aug 11
1
readBin() arg check has unnecessary overhead (patch included)
Dear all, The version of readBin() in R-devel includes a use of match(), through `%in%`, which can affect its performance significantly. By using primitives instead of the rather expensive call to match(), I reduce the time spent inside readBin() by more than 30% in some of my code (part of the tractor.base package). A simple patch that does this is given below. This passes "make
2019 Oct 29
2
Samba Replication problem between two DCs
I'm pretty sure this is a resolving problem. Can you verify this: https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record Especialy these : for both guids and cross check if from both servers. host -t CNAME 50507d18-c8ee-4ef4-bbda-4d0d9bc31caa._msdcs..... Can you post from both server. /etc/hosts /etc/resolv.conf host servername host fqdn host servername @dns othere
2008 Sep 24
2
R --interactive and readline() creates infinite loop
Dear all, I have asked before, in R-help [1], about a way to create an interactive session in which commands are taken from a file or standard input - like R CMD BATCH but additionally allowing user input - but there was no response to that question, and the workarounds that I have found (using "expect", creating a temporary .Rprofile) are ugly and problematic. With the
2011 May 04
1
General "nil" reference class object
Dear John and others, I've been wondering about whether there's any way to indicate a "nil" reference class object, which will represent "no value", and be tested for, but not fail the internal type checking. NULL is the obvious choice (or seems so to me), but can only be used if an explicit class union is created: > Foo <- setRefClass("Foo") > Bar
2012 Sep 17
0
lqmm package 1.02
Dear R users lqmm version 1.02 is now on CRAN. lqmm provides commands for estimation of linear quantile regression models with random effects. Commands for independent and count data are also available. A few bugs have been fixed since lqmm 1.0. Updates of this package are (usually) made available on https://r-forge.r-project.org/R/?group_id=1396 prior to submission to CRAN. -- Marco Geraci
2012 Sep 17
0
lqmm package 1.02
Dear R users lqmm version 1.02 is now on CRAN. lqmm provides commands for estimation of linear quantile regression models with random effects. Commands for independent and count data are also available. A few bugs have been fixed since lqmm 1.0. Updates of this package are (usually) made available on https://r-forge.r-project.org/R/?group_id=1396 prior to submission to CRAN. -- Marco Geraci
2016 Sep 12
1
A broken link!
Hi, Just wanted to let you know about a link that seems to be broken on this page http://code.metager.de/source/xref/linux/klibc/. It is this link http://www.kernel.org/pub/software/scm/git/docs/tutorial.html, but the page doesn?t seem to be active any more. I thought you might want to update. If you are looking for an alternative please check out http://wiht.link/git_primer, it may make a
2016 Sep 15
0
I've found a broken link on your site.
Hi, Just wanted to let you know about a link that seems to be broken on this page http://code.metager.de/source/xref/nsupdateinfo/nsupdate/settings/prod.py. It is this link https://docs.djangoproject.com/en/1.6/, but the site doesn?t seem to be active any more. I thought you might want to update your page. If you are looking for an alternative then check out http://wiht.link/django_primer, it
2016 Sep 17
0
Broken Link
Hi, Just wanted to let you know about a link that seems to be broken on this page http://code.metager.de/source/xref/eclipse/pdt/org.eclipse.pdt/doc/articles/PDT and PHP Frameworks/Developing Web applications using PDT and PHP Frameworks/article.html. It is this link http://codeigniter.com/tutorials/, but the site doesn?t seem to be active any more. I thought you might want to update your
2016 Nov 12
0
Letting you know about a broken link
Hi, I just wanted to let you know about a link that seems to be broken on this page http://www.hdt-project.org/. Here's the link http://www.mandriva.com/fr "Mandriva Linux", but the page doesn?t seem to be active any more. We've put together a guide to Mandriva; you can see it here http://wiht.link/mandrivalinux. I thought it may make a good replacement. Kind Regards,