similar to: Updated introductory text

Displaying 20 results from an estimated 5000 matches similar to: "Updated introductory text"

2005 Apr 16
1
Session startup failed/NetBIOS over TCP disabled | Samba 3.0.11
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello list Recently I have discovered that my users are getting \\fileserver\userdrive mapped as homedir instead of \\fileserver\userdrive\<username>. I played around abit and discovered the following: g-file samba # smbclient -L localhost -U jrnielsen%<mypassword> Domain=[NORDIC] OS=[Unix] Server=[Samba 3.0.11] Sharename
2001 Feb 08
2
dnbinom(,size<1,)=0 (PR#842)
This came up on r-help but indicates a bug. dnbinom(x,n,p) calls dbinom_raw(n-1,...) which returns 0 for n<1. -thomas ---------- Forwarded message ---------- Date: Thu, 08 Feb 2001 17:10:23 +0000 From: Yudi Pawitan <yudi@stat.ucc.ie> To: Mark Myatt <mark@myatt.demon.co.uk> Cc: R-Help <r-help@stat.math.ethz.ch> Subject: Re: [R] Goodness of fit to Poisson / NegBinomial
2010 Sep 24
3
Odds ratio from Logistic model in R
Hi, I am new to R. Anyone can explain the following from R-help or anyone can direct me how to calculate odds ratio from logistic model in R. Thank you very much. Guoya Stefano <stecalza at tiscalinet.it <https://stat.ethz.ch/mailman/listinfo/r-help> > writes: >Hi all. > >A simple question. >Is there a function to compute the Odds Ratio and its confidence intervall,
2001 Feb 07
3
Goodness of fit to Poisson / NegBinomial
All, I have some data on parasites on apple leaves and want to do a goodness of fit test to a Poisson distribution. This seems to do it: mites <- c(rep(0,70), rep(1,38), rep(2,17), rep(3,10), rep(4,9), rep(5,3), rep(6,2), rep(7,1)) tab <- table(mites) NSU <- length(mites) N <-
2001 Nov 26
2
Named pipe connections and stdout
All, I am trying to use a named pipe to steer R from an external application. Following the examples in RNEWS 1:1, I have created a simple listener: zz <- fifo("TESTFIFO", "r") repeat { a <- readLines(zz) if(length(a) != 0) { e <- try(eval(parse(text = a))) if (inherits(e,
2017 Mar 27
2
Adding SIG info to mirror list
Hello, I was looking for AltArch Rsync mirror somewhere in the Nordic and it is somehow hard to find. Mirror list at https://www.centos.org/download/mirrors/ shows the available HTTP/FTP/Rsync mirrors, but there is no information if the mirror provides other content than the CentOS repository itself. Would it be possible to have additional information like if the AltArch (and others)
2018 Mar 01
1
Opus implementation on Nordic chip
Hi I’m currently trying to implement the Opus codec on a nRF 52 DK (from Nordic). One main goal of my project is a low power application that can record and send audio data (16+ kHz) over BLE. Therefore, the Opus audio codec would be suitable to encode audio data, send it over BLE and decode it on another chip. Unfortunately, I have some trouble implementing it. There are different parts to the
2000 Dec 06
2
Re: R or Splus
Thanks to all for the input. rgentlem at jimmy.harvard.edu said: >If you really want help -- no, I just thought I'd waste some bandwidth. :-) >If on the other hand you >just want some reassurance that Splus is indeed a commerical package oh gee, thanks, I wasn't sure about that. When I had said: >> R can't handle files named x. If I can use Splus, should I just
2001 Nov 10
0
Summary: Teaching with R a quick survey.
Hi I would like to start by thanking everyone that replied. Thank you for the information, and for the comments about how or why you use it and thankx for the encouragement re my talk.... Please note that I do not claim to have ellicited a reply from all users of R, this is a quick survey not a census. I have tried to break the responces down to the following categories: Where: (hopefully
2010 Jun 07
0
Head of Department of Applied Statistics and Epidemiology - Institute of Cancer Epidemiology, Copenhagen, Denmark
Head of Department of Applied Statistics and Epidemiology - Institute of Cancer Epidemiology, Copenhagen, Denmark The Institute Population-based cancer research in the Nordic countries is in the international forefront. Since the foundation of the Danish Cancer Registry in 1942 the Institute of Cancer Epidemiology has played a significant role in this research area. The Institute is looking
2006 Feb 10
1
Character-encoding in code and docs
Hi fellows, are there any policy on character-encoding in this project? The upscode2 driver did originally contain some nordic letters encoded in latin-1 (?, ?), but these have now transformed into garbage. I would like to restore these, but in what encoding? UTF-8? /Niels -- Niels Baggesen - @home - ?rhus - Denmark - nba@users.sourceforge.net The purpose of computing is insight, not numbers
2012 May 13
2
Discrete choice model maximum likelihood estimation
Hello, I am new to R and I am trying to estimate a discrete model with three choices. I am stuck at a point and cannot find a solution. I have probability functions for occurrence of these choices, and then I build the likelihood functions associated to these choices and finally I build the general log-likelihood function. There are four parameters in the model, three of them are associated to
2001 May 30
3
Cluster process
Dear all, Is there a function to generate a Poisson cluster process? I believe that S-plus has a function to generate some point processes, make.pattern(), which include a Poisson cluster process. Thanks in advance ------------------------ Takashi Mizuno zoono at sci.osaka-cu.ac.jp Plant Ecology Lab. Osaka City University ------------------------
2005 Jul 29
1
UNDI - Rom-O-Matic -- A bit off topic..
Hi, I work in Dell Support and I have a customer with a PowerEdge 1650 Server with Intel? PRO/1000 XT (82544GC Gigabit Ethernet Controllers). The nic is integrated on the motherboard. The customer is using a Linux system with DHCP+tftp to PXE boot and load an MS-Dos 6.22 image, with an UNDI driver, over to the PowerEdge 1650 and then map a Samba share to install Windows 2000. The customer get
2000 Oct 06
9
Turning off axis annotation?
HI there, Well, I am stuck again. How do I turn off axis annotation? Oh, and thanks to Peter Dalgaard for his help with my last question. I have an observation that others there may find interesting. In the windows implementation of R, the tck option of par() does not seem to operate as the reference manual indicates. Apparently the length of ticks using this option is supposed to be
2007 May 09
4
[LLVMdev] LLVM Developers Meeting - Dinner (Response needed)
LLVM Developer Meeting Attendees, I need to get a count of the people planning to stay after the meeting for dinner. If we have a large enough group, we may need to make special arrangements. Attendees will have to pay for their own dinner, but we can get reservations or possibly reserve a banquet room. So please email me by May 11th, if you plan to go to dinner. Thanks, Tanya Lattner
2001 Feb 19
4
self documenting workspaces, and the proper role of the dot
again I ask for some suggestions : I don't mind being told to RTFM as long as I get a few hints as to where to look <g> suppose I want to document the set of functions and vectors that I have in a workspace, and I would like to make that workspace 'self documenting' .. so I could open up that particular workspace in a few months and know what xdiff contained ..etc.
2008 Mar 28
2
Call deflection on ISDN PRI in Sweden
Hello List! We're having trouble making call deflection on ISDN PRI. We would like to transfer a call to an external extension but keeping the callerid of the caller so it can be presented to the receiver of the transferred call. At the time we're using Zaptel 1.4.5.1, Asterisk 1.4.11 and Digium hardware TE420B. We've ordered the service (CD) from the phone company. The
2001 Mar 07
3
export graph to Word/Excel
Hi, I have a set of script like this: ---------------------- summary(data) plot(time, users, type="o", xlab ="Time", ylab="Number of Users") ---------------------- I type "rterm --slave < script.r > output.doc" and the graphic doesn't actually in the output.doc file. How to make the graphic embedded in Word or Excel file? Thanks, Yu-Ling Wu
2002 May 31
1
Re: FW: Contour v Contourplot
Phil, You write: >> Using x,y, and z variables in the enclosed test.RData, the command >> >> contour(x,y,z) >> >> produces a lovely 2D plot, whereas >> >> contourplot(z~x*y) >> >> produces the error.. >> >> Error in if (lim[1] > lim[2]) stop("Improper value of limit") : >> missing value where