Displaying 20 results from an estimated 7000 matches similar to: "documentation updates"
2005 Mar 23
1
nl regression with 8 parameters, help!
I'm doing a non linear regression with 8 parameters to be fitted:
J.Tl.nls<-nls(Gw~(a1/(1+exp(-a2*Tl+a3))+a4)*(b1/(1+exp(b2*Tl-b3))+b4),data=Enveloppe,
start=list(a1=0.88957,a2=0.36298,a3=10.59241,a4=0.26308,
b1=0.391268,b2=1.041856,b3=0.391268,b4=0.03439))
First, I fitted my curve on my data by guessing the parameters'
2006 Nov 28
1
problem with source(), parse() and "french" colnames
Hello every one
Working under Windows Xp in French, and R version 2.4.0 (and : >
localeToCharset() : "ISO8859-1" )
I am trying to source a file with basic commands.
source("R files/InputFile Analysis (Calculs et mises à l'échelle - gestion
des pb d'unités).r")
and it works fine as long as I do not use command like these ones :
2013 Apr 20
1
NT MD4 password encryption question
Are there multiple ways that Windows clients encrypt passwords? I'm seeing
different behavior between two clients.
On one, I can access a Samba share just fine. On the other, using the same
username and password to access the same share, I get "incorrect password."
Looking for the difference in Samba debug traces, I find it comes down to
this:
smb_password_ok: Checking SMB
2002 Nov 08
1
question: syncing AD and NDS w/ samba?
Hello all,
I'm wondering if samba(TNG?) can offer a solution for keeping NDS in sync with Active Directory? Perhaps, samba would be only be part of a larger solution involving openldap and or other components. Although I've used samba in the past on stand-alone servers, I have am not up to speed on it's ability to plug into an AD environment (act as a DC) so please excuse me if my
2004 Jul 05
3
2.2.3a connection failure from XP to 10.3.4
Hello from a neophyte!
Is there a diagnostic programme which can be run to determine if there
are any faults in Samba 2.2.3a?
I cannot connect from Win XP to my rev/b iMac (suddenly, maybe 'upgrade'
to 10.3.4 had some effect) and the smb crashlog (shown below) has a pile
of stuff which is incomprehensible to me.
Secondly, how does one upgrade to another version of Samba and is this
2007 Oct 09
3
Summary vs fivenum results for Q3
I've just started using R and am still a neophyte, but I found the following curious result. I'm using the current version of R (2.5.1 (2007-06-27) ).
Why are the results for the third quartile different in the output from the summary and fivenum commands? For the following data set
457 514 530 530 538 560 687 745 745 778 786 790 792
2006 Feb 13
2
Traffic prioritization and 'class of service' for SIP
We're got a T1 from Sprint that we use for internet. During VIOP calls,
if you download something, the VOIP calls break up.
I found some info at Sprint for adding 'class of service', and I also
have some information on configuring our Cisco routers.
I've read the relevent pages on the wiki, but it seems vauge what's
required and what's required by the NSP (Sprint).
2009 Jun 23
2
driver file
Hi,
How can I, from a single "driver" file, source other files in such a way
that I can access their functions with parameters defined in my "driver"
file? I wish to do this to avoid creating a single, self-contained but
clunky piece of code. I have searched and found functions such as file(),
pipe(), open(), found manuals on creating my own packages, etc. but I become
2004 Jun 16
3
Aggregating on Water Year Rather Than Calendar Year
The US water year extends from 01 October yyyy-1 through 30 September yyyy
and is referenced by the year starting on the included 01 January yyyy.
I'd like to be able to find the annual means for the water year. To do so
I've taken the input date-time, which is in the usual format
"1991-10-07 10:35:00"
changed it by:
w$d<-as.POSIXct(w$date.time)
Now I can add an
2013 Mar 15
3
seeking tip to keep first of multiple observations per ID
Dear R community,
I am a neophyte and I cannot figure out how to accomplish keeping only the
first record for each ID in a data.frame that has assorted numbers of
records per ID.
I studied and found references to packages plyr and sql for R, and I fear
the documentation for those was over my head and I could not identify what
may be there to reach my goal.
If someone could point me toward a
2006 Oct 11
3
for loop not working in function
I'm trying to write a small function (below) to compute Box & Cox
transformations of x for arbitrary values of lambda. I'd like to
specify a range of values for lamba (min,max,step) and am having trouble
getting the for loop to work. Suggestions?
Any pointers to resources for learning to write functions in R for
neophyte programmers? Thanks. --Dale
boxcox <-
2015 Mar 10
4
[LLVMdev] n-bit bytes for clang/llvm
Back in 2009 there was some discussion of the practicality of supporting
char sizes greater than 8-bit:
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2009-September/thread.html#6349
http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-September/thread.html#26025
with the consensus seemingly being "quite doable, please get a good patch
and submit".
However the current code appears (to my
2001 Dec 10
1
high dimensional convex hull
Does anyone know of a R package that will determine the convex hull of a
high-dimensional dataset (say 4-10 dimensions). I know chull works for
2D data.
I'm neophyte to R and convex hulls so please keep it simple.
Many thanks
Ben
--
Ben Stapley.
Biomolecular Sciences, UMIST, PO Box 88, Manchester M60 1QD.
Tel 0161 200 5818
Fax 0161 236 0409
2004 Dec 16
1
WinXP won't start Tinc after shutdown
Hello,
I wanted to figure this out myself, but sadly I can't.
I started Tinc under XP/SP1, it worked great. I wanted to make a change
in the config, so I went to the services control and stopped Tinc. Now when
I go to start it I get this error:
No Windows tap device found!.
Yet, I see a tap device in 'Device Manager' and in 'My Network Places'.
It works fine under
2006 Feb 13
2
reshaping data
Hello,
I have data in a frame:
1 2 3 4 5 6 7 8
9 10 11 12 13 14 15 16
I would like them arranged in a single column:
1
2
3
4
.
.
8
9
.
.
16
etc.
I believe this should be possible using reshape, but I can't see how
to do it.
Thanks for sparing time to help a neophyte,
Roger Mason
2006 Mar 25
4
Trouble Running my new controller
I''ve got Apache2, MySql5 installed on fc5, and I got RoR installed and
set-up the database.yml file with correct
username/password, etc -- but RoR keeps complaining that it keeps losing
connection;
[code]
Mysql::Error: Lost connection to MySQL server during query: SELECT
COUNT(*) FROM categories
[/code]
What is wrong? Why does it lose connection to MySQL server?
--
Posted via
2010 Nov 08
2
Fuzzy merge using timestamps
Greetings Supreme Council of R Masters,
Like toddler, I have gotten my head stuck in the banisters of R ... again.
Let it be know I am still a neophyte in the R-community forum world, so
please don't flame me too bad.
I have two sets of data, each with a set of timestamps. I would like to
somehow merge the datasets based on the timestamps and an individual
identifier. That is there are
2010 May 26
2
Windows command-line transcoder for Theora
Hi All,
Should anyone be looking for one, here's a DirectShow-based command-line
transcoder for Theora:
http://www.eddiana.com/?totheora.html
It can do basic video transcoding, as well as scale video, watermark video
with a graphic, grab frame stills, capture from video sources, and perform
a couple color transformations.
Ed
2008 Apr 22
4
Ubuntu vs. Windows
Dear List:
I am very much a unix neophyte, but recently had a Ubuntu box installed
in my office. I commonly use Windows XP with 3 GB RAM on my machine and
the Ubuntu machine is exactly the same as my windows box (e.g.,
processor and RAM) as far as I can tell.
Now, I recently had to run a very large lmer analysis using my windows
machine, but was unable to due to memory limitations, even after
2001 Jul 04
1
.R Directory in Win ver 1.3.0 [forwarded]
[ Unfortunately,
yet another person (or rather Micro$oft Outlook configuration?),
sending mail to me, the list maintainer (owner-...),
rather than the mailing list... MM ]
From: "M. Shiham Adam" <msadam at soest.hawaii.edu>
To: <owner-r-help at stat.math.ethz.ch>
Subject: .R Directory in Win ver 1.3.0
Date: Tue, 3 Jul 2001 12:42:42 -1000
Dear R