similar to: Root mean square on binned GAM results

Displaying 20 results from an estimated 1000 matches similar to: "Root mean square on binned GAM results"

2012 Apr 27
2
Deleting observations from baseline that don't appear in follow up
Hello all, I'm almost embarrassed to post this , it seems so easy. Suppose I have a baseline and follow up survey but some people are missing in the follow up: > baseline<-data.frame(id=c(3,5,7,9,12), data= runif(5)) > follow.up<-data.frame(id=c(3,7,9,12), data= runif(4)) > baseline id data 1 3 0.66771988 2 5 0.28794744 3 7 0.01892821 4 9 0.64863175 5 12 0.86485882
2002 Mar 04
1
Wine --managed
I'm running wine, and quite oftem, I use good ol' PROGMAN.EXE as an access point to my win-apps. I launch Progman with the --managed option, but any applications I run from within Progman, are not run with this option. This is also a problem with program such as Aol Instant Messenger, when it creates its own sub windows and what not. Is there any place where I can configure how wine apps
2011 Sep 20
1
Tabulating Baseline Characteristics on specific observations
I have a data set with many missing observations. When I run a regression, R of course discards the observations (the whole row) that have "NA". I want to tabulate some baseline characteristics (column means) but only for the observations that R used for the regression. I tried to recreate this data frame by using na.omit on the original data frame, but this will not work as this will
2005 Jul 13
3
Open Office 1.9.x
Having used Open Office 1.9.x on the XP side of my box, I decided to install it on the CentOS side. (The default OO was 1.1.2, for heaven's sake!) I downloaded the Linux 386 version from the OO site. I immediately ran into problems-- 1) The installation instructions were for OO 1.x. 2) The download appears to be source RPMs. Although I've used UNIX & Linux for over 15 years,
2005 Jul 12
2
gpg
In a general re-configuration of my box, I deleted and re-installed CentOS. OK, I need the gpg key. When, as suggested, I run rpm --import public.gpg.key I get: error: public.gpg.key: import read failed. So what do I do now? -mj-
2011 Oct 05
1
calling a variable which in turn calls many more variables
Hi all, I am running regressions with many covariates, most of which remain the same each time (control variables). Instead of writing 30 demographic variables every regression, is there a way I could call them all at once using a variable called, perhaps "demog"? I have tried: > demog <- list(age1, age2, age3) but I get an error when I try to call a list in a regression. I also
2018 Jul 21
3
Freebsd: Fatal error - Support not compiled in for passdb driver 'sql'
OK, will do. Feels like a big hammer for a small nut - has there been any discussion about having loadable modules? Thanks for the quick reply! Larry Rosenman wrote on 21/07/18 18:59: > Yes, the defaults do not include DB support. > > Larry Rosenman > mail/dovecot maintainer > > -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Jan 29
2
Mounting a previously Windows (ntfs) file system
Hello, I'm planning a conversion of a Windows server (SBS2011) to Samba. All the user data files are already on a separate disc in the Windows server and my idea is to unplug the Windows boot drive and plug in a FreeBSD installation with Samba 3.6.25 running and tested on another machine. Fortunately it's a small installation and everybody is using the same share on the Windows
1998 Jun 19
4
file access problems
we're testing a new NFS product for our mainframe system (Conectivitiy Systems TCP/IP for VSE) and have successfully mapped a virtual drive to our unix system (AIX 4.2). We use Samba (v.1.9.18p2) to share files with the Windows 95 and Windows NT systems in the building. We have attempted to map the "mapped" drive from the mainframe via Samba. We're able to see files in the
2001 Jan 11
7
Multiple login failures problem
I am yet another person who is having a problem with Win98 clients needing to make several attempts before successfully logging in to our Samba box. I get the "broken pipe" message in the smb.log just like everyone else. This did not seem to be a problem until we got a phat broadband connection. All the Windows boxes are set to point to our ISP's DNS. I am not running DNS on the
2005 Jun 04
3
DVD writer problem
I have an NEC DVD-RW ND2500A (that's not the label I bought it under, but that's what it really is.) It's supposed to read/write CDs, DVDs, DVD+Rs, and DVD-Rs. I'm basically dual booting between XP and CentOS 4. Following the recipe in "The Linux Cookbook", I tried to copy a DVD using: dd if=/dev/hdd of=/tmp/diskfile.iso then cdrecord dev=/dev/hdd fs=32m
2007 Jul 20
3
binned column in a data.frame
Dear all, I would like to know how can I create a binned column in a data.frame. The output that I would like is something like this: Start Binned_Start 1 0-5 2 0-5 6 5-10 8 5-10 13 10-15 ... Best regards João Fadista Ph.d. student UNIVERSITY OF AARHUS Faculty of Agricultural Sciences Dept. of Genetics and Biotechnology Blichers
2012 Nov 03
1
Violin plot of categorical/binned data
Hi, I'm trying to create a plot showing the density distribution of some shipping data. I like the look of violin plots, but my data is not continuous but rather binned and I want to make sure its binned nature (not smooth) is apparent in the final plot. So for example, I have the number of individuals per vessel, but rather than having the actual number of individuals I have data in the
2012 Mar 14
1
How to use ggplot to do the binned quantile plots(one type of scatter plot)?
How to use ggplot to do the binned quantile plots(one type of scatter plot)? Hi all, I have done scatter plot: plot(x, y). Now I wanted to do binned quantile plots... can ggplot2 help me? For example, we bin x data into 10 bins. For each bin, we draw the 10 deciles of the corresponding y data in that bin as points/dots. And then accross all bins, we would like to connect the corresponding
2009 Feb 18
1
Plotting Binned Data
Dear all, I have a binned data that looks like this: > dat (-1,9] (9,19] (19,29] (29,39] (39,49] (49,59] (59,69] (69,79] 10063374 79 16 4 3 4 4 3 (79,89] (89,99] 6 2 I tried to plot a histogram overlayed with curve. With the following snippet: library(lattice) pdf("myfile.pdf") hist(dat)
2012 Feb 02
1
Calculate the natural log of cdf between 2 intervals
Hello all, I was wondering if there is an R function to do the following: [*] log(pnorm(x)-pnorm(y)), where x>y. I don't want all the area under the natural log of the normal pdf less than x, I only want the area between y and x. I am aware of the ability to specify log.p=TRUE, which gives me the log of the probability that X<=x. This does not help me, because the following code:
2005 Mar 24
1
Boot diskette for install CD
(New to CentOS and just joined the list.) Is there a boot diskette image for the install CD? I want to install CentOS in a classroom that does not have CD boot enabled. I couldn''t find one on the install CD, although it did have a USB flash drive boot image. I''m pretty sure that the machines in the classroom are too old to be able to boot from USB flash drives. (I will check on
2018 Jul 05
1
user/password Authentication via Joomla database
Hello, did anyone ever set up Authentication via lookups to a Joomla (mysql) database? What I'd like to do is lookup Joomla users (who are in specific/multiple groups) in the Joomla database and then fallback to /etc/passwd authentication to let system users authenticate. I'm running : # 2.2.35 (b1cb664): /usr/local/etc/dovecot/dovecot.conf # OS: FreeBSD 11.1-RELEASE-p10 amd64 Thanks
2018 Jul 06
1
support for Blowfish $2y$10$
Hello, does dovecot support bcrypt $2y$ version? (BLF-CRYPT - Blowfish crypt) doveadm pw -s BLF-CRYPT generates a {BLF-CRYPT}$2a$05$....... password. Does this mean that dovecote will not authenticate against a $2y$10$....... password? Thanks in advance, -Graham-
2018 Jul 21
2
Freebsd: Fatal error - Support not compiled in for passdb driver 'sql'
Hello, I have the following fatal error when I uncomment #!include auth-sql.conf.ext in .../conf.d/10-auth.conf dovecot: auth: Fatal: Support not compiled in for passdb driver 'sql' I have installed via 'pkg'. Do I have to install the ports tree to get sql support ? Thanks, -Graham-