search for: kmm

Displaying 7 results from an estimated 7 matches for "kmm".

Did you mean: kmem
2012 Oct 14
3
Pivot Table "like" structure
..., 5L, 3L, 6L), .Label = c("A", "C", "K", "O", "S", "T"), class = "factor"), City = structure(c(1L, 8L, 7L, 2L, 3L, 6L, 5L, 4L), .Label = c("BEN", "HRD", "JKL", "KK", "KL", "KMM", "OKC", "TYU"), class = "factor"), Char1 = structure(c(1L, 2L, 1L, 3L, 4L, 2L, 3L, 5L), .Label = c("A", "B", "C", "D", "M"), class = "factor"), Char2 = structure(c(1L, 2L, 1L, 2L, 3L, 4L, 4L, 2L),...
2005 Feb 12
2
question on indexing of a matrix
Hi, I have a k-level factor F of length n that I would like to use to extract from an n-by-k matrix M a vector V such that V[i] = M[i,as.numeric(F)[i]] I don't currently understand how to do that in R -- can anyone explain to me how to do so? Thanks, Roger Levy
2006 Nov 25
2
cat not evaluated before file.choose
As part of a larger function I have code similar to the reduced example below. The user is instructed to choose a file, which gets read using read.csv. In this example, I just have the name of the file print out. When I call this function with choosefile(), the file dialog box appears before the first cat line is printed. After I choose a file, both cat lines are printed. choosefile
2004 Mar 25
3
Roaming Profiles with WinXP and Samba PDC
...hanged the following setting in gpedit: "Do not check for user ownership of roaming profiles folders" [Enabled] The server is running Mandrake 9.2 (kernel version 2.4.22-10) and Samba 2.2.8. smb.conf -------- # /etc/samba/smb.conf # samba configuration file # last updated 23/03/04 by KMM [global] ;basic server settings workgroup = home netbios name = host server string = Samba PDC running %v socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192 ;PDC and master browser settings os level = 64 prefe...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...N%d)2c=ZLMWwucv{F97 z|F62m+>$PAKvDOOR at 8mfMcvO{g=qGo{7w*OpPkXnb7XX at mC+_-RHQVj*5KskA4jf` zvLAz$mx5kDHwLc-GOyPYQ6x7txo74)nU5oQ)6-hpO#KM=6_7--vsw+G;xnNQFTuAz z(_{lfkrfqM)9pGOU at v%eJw^80z6PiR57vY={e)uo1zP`WRxb0~LAW>h*`4#ibDgDi z2A)}L#*qexFSE3Tmf*8nWd!$H!Tw4|{x+wiK8Y9#bjRdT{HRQy<R=lx?`q}=KMm!5 z$<vdeMjbvS`lj&dLJO96o=`&*Fum0KA|S}5Gc8vG+6kwic6^N<m8KO-&?{wVSGtG? zEE6HgWxA(*jjjMfp2ieJ|7omL70OCcffzkq)U`PA#AG9wSTflNB%Yicl at d$o=L*la z<KK>7=`#G)NN|nN#1qa|7gI6x->H~t{suhOzwtk#h|kFX&LZA~BHsL;QN%`hWM^Lx z__ucU1r28 at CeiNlCNT`c%V|LrUP5E=aU~Z@>}WAU=AL>7cF`@b9L...
2006 Feb 03
1
Using string vectors as for loop arguments
Is there a mechanism to interate through a vector of strings? Say I have a data frame of 50 variables (VAR1 to VAR50), each with 100 measurements along with some coding factors (EXP and DOSE). I want to calculate the mean of a subset of each of VAR1 to VAR 50 (selecting by EXP and DOSE). Rather than just copy/pasting the same code 50 times, I thought of using a for loop to go through a
2006 Oct 29
1
Unexpected behavior of predict and interval="confidence"
Based on some recent r-help discussions, I have been trying out plotting confidence intervals using predict and matplot. Matplot appeared to not be plotting the linear regression when using the default column names generated by read.table (V1, V2, etc). On further inspection, the error seemed to be with predict and vector names (V1, V2) rather than with matplot. I was using some textbook