search for: hanov

Displaying 20 results from an estimated 140 matches for "hanov".

Did you mean: hanoi
2005 Apr 08
2
Nagging error
Hello to all. I keep getting the same error in the logs of all my Samba boxes: Apr 8 09:00:19 hanover smbd[19917]: [2005/04/08 09:00:19, 0] lib/util_sock.c:read_socket_data(384) Apr 8 09:00:19 hanover smbd[19917]: read_socket_data: recv failure for 4. Error = Connection reset by peer If this has been posted before, my apologies. I've RTFM, and I've googled for a solution, and whil...
2007 Jan 14
4
Controlling size of boxplot when it is added in a plot
...eeling for what histograms might correspond to what boxplots. Is there perhaps some reason why I should avoid showing those graphs to them like that, that I am not aware of? Or just a reason why I haven't seen them combined like this much? TIA Charilaos Skiadas Department of Mathematics Hanover College P.O.Box 108 Hanover, IN 47243
2007 Feb 22
1
Cross-tabulations next to each other
...hose lines. Then I would like to convert this to a LaTeX table, in the obvious sort of way. I couldn't find an answer with a quick look through the documentation. Are these two things already done, before I try to roll my own? Haris Skiadas Department of Mathematics and Computer Science Hanover College
2010 Mar 14
3
likelihood ratio test between glmer and glm
...be very thankful if someone could clarify my mind about how to estimate the variance explained by my random factor and also when to use lower = FALSE versus TRUE. Many thanks in advance Davnah Urbach Post-doctoral researcher Dartmouth College Department of Biological Sciences 401 Gilman Hall Hanover, NH 03755 (USA) lab/office: (603) 646-9916 Davnah.Urbach@dartmouth.edu [[alternative HTML version deleted]]
2007 Mar 01
2
R code for "Statistical Models in S" ?
...function plot.factor" error). Anyway, just wondered whether there is some page somewhere that discusses these little differences here and there, as I am sure there will be a number of other problems such as these along the way. Haris Skiadas Department of Mathematics and Computer Science Hanover College
2011 Mar 16
3
GNU ''cp -p'' can''t work well with ZFS-based-NFS
Always show info like ''operation not supported''. Any workaround? Thanks. Fred -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20110316/2f58e589/attachment.html>
2001 Nov 28
2
segv while compiling
...o ts_xrender.o ts_xresource.o ts_xvideo.o ts_xutil.o ts_shape.o ts_xpm.o -o libwine_tsx11.so.1.0 -L/usr/X11R6/lib -lSM -lICE -lXpm -lXxf86dga -lXxf86vm -lXv -lGL -lGLU -lXext -lX11 rm -f libwine_tsx11.so && ln -s libwine_tsx11.so.1.0 libwine_tsx11.so make[1]: Leaving directory `/home/shanov/wine-20011108/tsx11' make[1]: Entering directory `/home/shanov/wine-20011108/dlls' make[2]: Entering directory `/home/shanov/wine-20011108/dlls/glu32' gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/in...
2006 Nov 08
6
Making a case for using R in Academia
...l any other resources that talk about R as a practical alternative to the other non-free statistical packages. Perhaps some statistics, or particular examples of use? Any links would be greatly appreciated. Thanks for any thoughts/input into this. Charilaos Skiadas Department of Mathematics Hanover College P.O.Box 108 Hanover, IN 47243
2016 Mar 31
1
samba 3.6 client signing
...connect to the 4.2.3 shares We have tried server side smb.conf settings but no luck They can only connect when the client registry key is disabled (and this violates a STIG) Anyone seen this? Thoughts? Thx tim Tim Reardon - GCED/GCFA/GCIH/GISP/GSEC RS/GIS CX Systems Administrator ERDC-CRREL Hanover,NH 03755 603-646-4332 Timothy.P.Reardon at usace.army.mil
2007 Oct 19
1
Manual recycling of vectors?
...have the same length. I was wondering if there is a anything better than something like: x<-1:3 y<-1:10 x<-rep(x,length=max(x,y)) y<-rep(y,length=max(x,y)) or some variant of that using if to avoid the two calls to rep. Haris Skiadas Department of Mathematics and Computer Science Hanover College
2005 Aug 03
0
What's this error?
Hello all. Logwatch reports this: **Unmatched Entries** rpc_client/cli_netlogon.c:cli_nt_setup_creds(256) cli_nt_setup_creds: request challenge failed : 288 Time(s) And syslog this: Aug 3 04:09:48 hanover winbindd[1746]: [2005/08/03 04:09:48, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256) Aug 3 04:09:48 hanover winbindd[1746]: cli_nt_setup_creds: request challenge failed What does it mean, and what's the fix? Many thanks. Dimitri
2010 Jun 17
9
Monitoring filessytem access
When somebody is hammering on the system, I want to be able to detect who''s doing it, and hopefully even what they''re doing. I can''t seem to find any way to do that. Any suggestions? Everything I can find ... iostat, nfsstat, etc ... AFAIK, just show me performance statistics and so forth. I''m looking for something more granular. Either *who* the
2008 Mar 05
4
vertex labels in igraph from adjacency matrix
I am getting some unexpected results from some functions of igraph and it is possible that I am misinterpreting the vertex numbers. Eg., the max betweenness measure seems to be from a vertex that is not connected to a single other vertex. Below if my code snippet: require(igraph) my.graph <- graph.adjacency(adjmatrix = my.adj.matrix, mode=c("undirected")) most.between.vert <-
2008 Mar 10
3
Weighting data when running regressions
Dear R-Help, I'm new to R and struggling with weighting data when I run regression. I've tried to use search to solve my problem but haven't found anything helpful so far. I (successfully) import data from SPSS (15) and try to run a linear regression on a subset of my data file where WEIGHT is the name of my weighting variable (numeric), e.g.: library(foreign)
2008 Mar 09
1
Calling plot with a formula, from within a function, using ..., and xlim
...quot;i") > plotw2(df, xlim=c(0,4)) I was guessing this might be related to some sort of argument matching, but I don't see why xaxs doesn't cause a problem in that case. So I am somewhat puzzled. Thanks in advance. Haris Skiadas Department of Mathematics and Computer Science Hanover College
2008 Mar 30
2
Definition of "wrapper"?
I think I more or less understand what a ?wrapper? is, but I?d like to hear how more experienced R users define it, and especially I'd like to know if there is a formal definition. In my reading, it seems like there are a fairly wide range of meanings, but they are all conceptually similar. I've looked in a couple of the classic R texts, the extensions and developers' manuals, and R
2007 Dec 17
3
Cannot grasp how to apply "by" here...
I have a data frame named "database" with panel data, a little piece of which looks like this: Symbol Name Trial Factor1 Factor2 External 1 548140 A 1 -3.87 -0.32 0.01 2 547400 B 1 12.11 -0.68 0.40 3 547173 C 1
2007 Feb 04
4
Reading expressions from character vectors
Greetings, I have a problem that I am sure is very straightforward, but I just can't wrap my head around it. I've read the help pages on text, plotmath, expression, substitute, but somehow I can't find the answer to this simple question. Basically consider the following example: plot( NULL, xlim = c(0,2), ylim = c(0,2) ) expressions <- expression( -infinity, infinity )
2008 May 23
2
About Passing Arguments to Function
Hi, Below I have a function mlogl_k, later it's called with "nlm" . __BEGIN__ vsamples<- c(14.7, 18.8, 14, 15.9, 9.7, 12.8) mlogl_k <- function( k_func, x_func, theta_func, samp) { tot_mll <- 0 for (comp in 1:k_func) { curr_mll <- (- sum(dgamma(samp, shape = x_func, scale=theta_func, log = TRUE))) tot_mll <- tot_mll + curr_mll }
2007 Nov 01
1
Rcmdr Plugin and menus.txt
...ms to arise when I try to create a submenu in a menu I have just created. Any thoughts how to accomplish this, or rather what am I doing wrong? Should this go to R-SIG-GUI instead? Or is there another list more appropriate? Thanks, Haris Skiadas Department of Mathematics and Computer Science Hanover College