search for: dog1

Displaying 5 results from an estimated 5 matches for "dog1".

Did you mean: dog
2008 Dec 02
1
QQ plots and boxcox
...138 339 Poultry 129 430 Poultry 132 375 Poultry 102 396 Poultry 106 383 Poultry 94 387 Poultry 102 542 Poultry 87 359 Poultry 99 357 Poultry 107 528 Poultry 113 513 Poultry 135 426 Poultry 142 513 Poultry 86 358 Poultry 143 581 Poultry 152 588 Poultry 146 522 Poultry 144 545 Here is my work: > dog1.df <- read.table(file="dog1.dat",as.is=F,header=F, + col.names=c("type","cal","sodium")) > dog1.aov <- aov(cal~type,data=dog1.df) > summary(dog1.aov) Df Sum Sq Mean Sq F value Pr(>F) type 2 17692.2 8846.1 16.074 3.862e...
2004 Sep 15
1
authentication problems after upgrade to samba 3.0.7-2.FC1
...ite has a samba server that authenticates the users on its subnet. the workgroup name for each server is dognet. /etc/passwd, /etc/group, and smbpasswd are synced up manually. users map drives to shares on all servers by logon script. all servers are samba version 3.0.7-2.FC1 on Fedora Core 1. dog1 authenticates users on 192.168.1.0. he is also the domain master. dog1 is also the wins server for dognet. from smb.conf of dog1: workgroup=dognet netbios name=dog1 security=user domain logons=yes os level=65 preferred master=true domain master=true wins support=yes dog2 authenticates users on 1...
2001 Oct 11
3
Underscores and Fortran code
...and in places like Rdynload.c. Any suggestions are welcome. Am I missing anything? To save typing for anyone that want's to try this at home, I've appended a simple test case below. -- Brett Presnell Department of Statistics University of Florida http://www.stat.ufl.edu/~presnell/ dog1.f: subroutine dog_dog(x,y,z) implicit none double precision x,y,z z = x+y return end dog2.f: subroutine dogidog(x,y,z) implicit none double precision x,y,z z = x+y return end After bash$ R CMD SHLIB dog1.f bash$ R CMD SH...
2009 Mar 27
0
read.table on long lines buggy (PR#13626)
...t; cat(file="tst1", "a:15S_RRNA, 21S_RRNA, AAC1, AAC3\nb:AAP1, ACN9, ALG1, ALG11, ALG12, ALG13, ALG14, ALG2, ALG3, ALG5, ALG6, ALG7, ALG8, ALG9, AMS1, ANP1, ARA1, ATH1, BCH1, BCH2, BMH1, BMH2, BNI4, BUD7, CAX4, CDC19, CHS3, CHS5, CHS6, CHS7, CIT2, CTS1, CWH41, DDP1, DIE2, DIP5, DLD1, DOG1, DOG2, DPM1, ELM1, ENO1, ENO2, EOS1, ERD1, EXG1, FBA1, FBP1, FBP26, FDH1, FKS1, GAC1, GAL1, GAL10, GAL2, GAL3, GAL4, GAL7, GAL80, GCY1, GDA1, GDB1, GFA1, GIP2, GLC3, GLC7, GLC8, GLG1, GLG2, GLK1, GLO2, GLO4, GNA1, GND1, GND2, GNT1, GPH1, GPM1, GRE3, GSC2, GSY1, GSY2, GTB1, GUT2, HAP4, HKR1, HOC1, H...
2010 Jun 08
3
more dates and data frames
Dear R People: So thanks to your help, I have the following: > dog3.df <- read.delim("c:/Users/erin/Documents/dog1.txt",header=FALSE,sep="\t") > dog3.df V1 V2 1 1/1/2000 dog 2 1/1/2000 cat 3 1/1/2000 tree 4 1/1/2000 dog 5 1/2/2000 cat 6 1/2/2000 cat 7 1/2/2000 cat 8 1/2/2000 tree 9 1/3/2000 dog 10 1/3/2000 tree 11 1/6/2000 dog 12 1/6/2000 cat > dog3.df$V1 <-...