search for: s_l

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

Did you mean: _l
2012 Aug 10
1
Split CSV as per file size
Hi here i have a code to split a csv file as per group of line. The code given below, ------------------------------------ SplitCSVByLine <- function(DataMatrix,Destination,NoOfLineToGroup) { input <- file(DataMatrix, "r") fileNo <- 1 repeat { myLines <- readLines(input, n=NoOfLineToGroup) if (length(myLines) == 0) break
2010 Nov 26
1
Generating kml lines output
..."xend", "yend"), row.names = c(NA, -12L), class = "data.frame") N <- dim(out)[1] RowAsMatrix <- function(lines, row) { rbind(c(lines[row,]$x, lines[row,]$y), c(lines[row,]$xend, lines[row,]$yend) ) } # list of coordinate matrixes to list of Line objects lines_list <- list() for(i in 1 : N ) { lines_list[[i]] <- Line( RowAsMatrix(out[5:8], i) ) } # list of Line objects to Lines object lines_list_list <- list() for (i in 1 : N) { lines_list_list[[i]] <- Lines(lines_list[[i]], ID = paste( out$BF[i] ) ) } Lines object to SpatialLines object s...
2006 Dec 28
0
lmer: Interpreting random effects contrasts and model formulation
...tions. I have replicate measures on Lines which are strictly nested within Populations. (a) So if I want to fit a model where Line is a random effect and Populations are fixed and the random Line effect is constant across Populations, I have: measure_ijk = mu + P_i + L_ij + e_ijk where L ~ N(0,s_L) measure ~ 1 + Population + (1|Population:Line) (b) If instead I want to allow the random Line effect to be Population specific, I put: measure_ijk = mu + P_i + L_ij + e_ijk where L_i ~ N(0,s_L_i) measure ~ 1 + Population + (Population | Population:Line) (c) Question 1: if instead, I put: measu...
2006 Sep 01
1
integration problem with gamma function
...;,si, sep="")) print(paste("N_2 = ",Nii," : Mean_2 ? s_2 = ", Dii," ? ",sii, sep="")) print(paste("N = ", NN ," : Mean_comb ? s_comb = ", DD," ? ",ss, sep="")) print(" ") print(paste("s_L = ",sL,", s_H = ",sH,"; L = ",L, ", H = ",H," (smin = ",smin,")",sep="")) if(L < DD) { print(paste("L - Mean_comb < 0 : ", (L<DD), "\n", " (-> '+'-sign between Gamma-fc...
2001 Nov 14
0
OPEN ssh pkg
...94 *96\ MK at .O"#:U)0^(O=2U&ZJ/&>@W/6)8,#PH158J1/S2+^#JULB)!NA2-B#P4@$J M (P$*=X"<[[>E5I4( &BKU'58U(EOH*7;.G0(R_3O0& H_L25^I:PAP/U Q M:,;>\?%^"&5X<0<+5K,P5'W[ CA+ at C"!+U"UDA at 7&UT K at ZQ,!=&&<A6?/)" M:\S_L($7T-7&H TS%@ 0ZNT&.\*%>H#'HU15<'^E.1^$!6&6%N2"B8L-HA at P MB. at Z& V;$47A"SRR>7<&?98:%(3<;BU\ 41(!Q2A28N#72M1T,$@D#KL8-E+ M>E8)"GRE!1<'(A4FW%%W*G5!@>@ \7),=^ "(F#$R M8B+W&REV1$SHN;O&X M$M"TV #$$H!J915:O>KB=...
2004 May 21
12
Hacked or not ?
Hi, I have a 4.9-STABLE FreeBSD box apparently hacked! Yesterday I ran chkrootkit-0.41 and I don't like some of the outputs. Those are: chfn ... INFECTED chsh ... INFECTED date ... INFECTED ls ... INFECTED ps ... INFECTED But all the rest is NOT PROMISC, NOT INFECTED, NOTHING FOUND, NOTHING DELETED, or NOTHING DETECTED. I know by the FreeBSD-Security archives that
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port. Problem: For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.