Displaying 20 results from an estimated 130 matches similar to: "Assessing the fit of a nonlinear model to a new dataset"
2007 Mar 13
2
A request for your input.
Hello
My name is Lara Thynne and I am a PhD candidate at Deakin University
Australia.  I am currently researching the boundary between work and
leisure activities directly related to the open source community and
open source program development.
As part of this I am running a survey at the following address.
https://dcarf.deakin.edu.au/surveys/oss/
The survey is completely confidential and
2007 Mar 21
2
A request for your input.
Hello
My name is Lara Thynne and I am a PhD candidate at Deakin University
Australia.  I am currently researching the boundary between work and
leisure activities directly related to the open source community and
open source program development.
As part of this I am running a survey at the following address.
https://dcarf.deakin.edu.au/surveys/oss/
The survey is completely confidential and
2009 Nov 19
4
mac client and inherited permissions
Hi everyone,
We are a longtime samba/win desktop shop but are getting more Macs.
Samba sernet rpms  3.3.9 on CentOS 5.4 test box (started to test 3.43
but will wait) and I confirmed a problem I have been having in
production.
Server is ADS member with ldap stored idmap. All AD auth and idmap are
identical to production servers and have been working fine for years.
Filesystem is XFS and there are
2009 Nov 26
1
JMP <-> R ?
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091126/5252ee65/attachment-0001.pl>
2009 Nov 30
1
multiple column argument in formula (MASS:lda)
Dear R Help team,
I'm having some problems running a discriminant analysis (MASS:lda)
over my data, i have a grouping variable coming from a previous
cluster analysis and several discriminators (78 actually). I'm trying
to run lda using column index as independent variable in the formula
like it's done in the help page for ?formula:
2009 Nov 25
1
draw circle on PCA plot
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091125/bf6c327e/attachment-0001.pl>
2006 Jan 06
1
net ads join Core Dumps.
Hi,
I have just installed Mandrake linux x84_64 (64 bit version) on my new dell
poweredge server (1850 SMP)
I am getting core dumps when trying to join the 2003 AD domain.
ie. I run
net ads join administrator@MY.DOMAIN
running kinit worked ok.
I am running samba version 3.0.20
samba-client-3.0.20-3mdk
samba-server-3.0.20-3mdk
samba-common-3.0.20-3mdk
samba-winbind-3.0.20-3mdk
Anyone help.
2003 Dec 12
0
Roamin Profile problem / filedate issue
Guys,
I've identified a problem "I think"
Config:
Samba 2.2.8a on Linux and Solaris
WinXP SP1 and Win2kSP4 workstations
We have a problem here, when logging out and using roaming profiles
on a samba host take significantly longer than logging out when the
profile is stored on a Win2k server.
Looking closely I've discovered the following.
On each logout, numerous files, that
2004 Mar 30
0
File time / date issues with Samba 2.08
Guys,
we have been tracking down a problem with slow saving of profiles on logout.
Environment:
A number of Linux front end servers running Samba 2.08, nfs mounting 
from a Solaris 9 server.
WinXP/2k users use shares from the linux boxes which nfs mount the share 
from the sun box.
Problem:
On logout the time taken to logout is extremely long.
Issue:
On closer examination, we have noticed
2005 Jun 10
0
Mac OS X Finder hangs when accessing Samba server
> I'm hoping someone may be able to steer me in the right direction, as
> I've searched the archives with no joy.
>
> Configuration:
> Server: Fedora FC3, kernel 2.6.9-1.667, samba-3.0.13-1
> Client: Mac OS X Panther 10.3.8
>
> The Samba server works fine with a Windows 2000 client on the same LAN.
>
> With Panther I am seeing the connection drop during
2001 May 17
0
kerberos 5 support
Hi
I'd also like to express interest in Simon's kerb 5 patches being
integrated into the openssh distribution. Are there currently any
plans for this to happen and if so, what's the expected time frame?
Ben.
Simon Wilkinson <sxw at dcs.ed.ac.uk> wrote:
> My patches for SSH version 1 Kerberos 5 support (heavily based upon
> work done by Dan Kouril) are now available from
2007 Nov 14
2
adding in missing values in a sequence
Hi,
I have a data frame with two columns of data, one an indexing column  
and the other a data column. My issue is, this data frame is  
incomplete and there are missing lines.  I want to know how I can  
find and add data into these missing lines.  See example below
## Example data
data <- data.frame(index=c(1:4,6:10), data=c 
(1.5,4.3,5.6,6.7,7.1,12.5,14.5,16.8,3.4))
index data
1     1 
2004 Feb 01
1
innetgr revised netgroup patch against 2.6.0
innetgr.. much easier..
Had a look for the user section but didn't find it in my 15 seconds of 
looking..
--- access.c    2003-07-30 16:12:27.000000000 +1000
+++ ../rsync-2.6.0-Linux/access.c       2004-02-01 23:21:12.000000000 +1100
@@ -22,10 +22,21 @@
   */
 #include "rsync.h"
+#include <netdb.h>
 static int match_hostname(char *host, char *tok)
 {
+       char
2004 Jan 31
1
netgroups patch for rsync 2.6.0
G'day,
I figured some others might benefit from this patch.  It allows you to use
the samba style @netgroup names in hosts allow and hosts deny.
I've tested it on solaris and linux with no apparent problems..
I'll get rid of the static string in a couple of days when I have to worry
about trying to get this into prod .. but with any luck someone else may have 
done that for me.. :)
2008 Apr 09
5
intermittent BJ errors
hi all
I''m running background tasks using BJ 1.0.1 (gem version). On some
requests, the tasks are executed as expected. On others, I get the
following error:
RuntimeError (no bj found in ["/u/apps/igniter/releases/20080408205801/
script", "/bin", "/usr/bin", "/sbin", "/usr/sbin"]):
when it runs, it runs fine but does anyone know what
2011 Sep 24
0
Assessing prediction performance of SVM using e1071 package
Dear R-Users!
I am using the svm function (e1071 package) to classify two groups using a
set of 180 indicator variables. Now I am confused about the cross-validation
procedure.
(A) On one hand I use the setting cross=10 in the svm function to run 10
cross-validation iterations and to get an estimate of the svm's performance
in prediction.
(B) On the other hand most tutorials I found
2005 Dec 08
0
Assessing fit for non-nested models using clogit in survival package
I am analyzing a 1-to-2 matched case-control study using clogit in the
survival package. I am interested in comparing and assessing fit of
non-nested models. I don't want to program all the diagnostics
described in Hosmer/Lemeshow (2000). Can someone proficient with clogit
and assessing fit for non-nested models point me in the right
direction.
Many thanks!
Tomas
Tomas Aragon, MD, DrPH
Tel:
2003 May 07
0
assessing goodness of variance prediction
Dear R-Helpers,
I am looking for ways to assess quality of a predictor of variance of a
random variable. Here a two related, but yet distinct, setups.
1. I observe y_t, t=1,...,T which is normally distributed with unknown
variance v_t (note that the variance is time-dependent). I have two
"predictors" for v_t, dubbed v1_t and v2_t, and I want to tell which
predictor is better. Here
2009 Apr 12
3
Quantative procedure assessing if data is normal
Hi,
 
As part of an R code assingment I have been asked to find a quantitative procedure for assessing whether or not the data are normal?
 
I have previously used the graphical procedure using the qqnorm command.
 
Any help/tips would be greatly appreciated as to how I should start going about this!
 
Henry
 
 
_________________________________________________________________
2009 Jul 10
1
assessing data variation
I have data like so:
time	datum
30	12
60	24
90	37
120	41
150	8
In addition to standard deviation, I want to measure the average of
the differences in data for each time interval, i.e. average of 24-12,
37-24, 41-37, 8-41. Is there a statistical term for this task? Which
package should I use please?
rhelp at conference.jabber.org