Displaying 20 results from an estimated 400 matches similar to: "Problem joining linux client to active directory"
2011 Jan 20
1
Inverse Prediction with splines
Hello, I have fit a simple spline model to the following data.
Data
x y
0 1.298
2 0.605
3 0.507
4 0.399
5 0.281
6 0.203
7 0.150
8 0.101
Model
Sp.1=lm(y~bs(x,df=4))
Now I wish to inverse predict the x for y=.75, say. Optimize works fine
for a polynomial but I can figure out how to get the spline model into
the function argument.
Can anyone help me out.
Thanks!!
Jeff
Jeff Morris
Sanofi
2004 Oct 07
2
title in bold - simple question in R 1.9.0
Hi,
how can i write this simple sentence : "Hello world" with "Hello" only
in bold ?
I try
> plot(1:5)
> title(main=paste(expression(bold("Hello")),"world",sep=" "))
but the result is wrong.
thanks,
Bruno
Si vous n'etes pas destinataires de ce message, merci d'avertir l'expediteur de l'erreur de distribution et de le
2005 Nov 09
3
dataframe without repetition
Hello,
with a data.frame like this :
> toto <-
data.frame(id=c("id1","id1","id2","id3","id3","id3"),dpt=c("13","13","34","30","30","30"))
> toto
id dpt
1 id1 13
2 id1 13
3 id2 34
4 id3 30
5 id3 30
6 id3 30
what is the most efficient ways to obtain :
id
2010 Aug 19
1
Adding lines to xyplot with abline
Is it kosher to add, say, horizontal lines to a lattice xyplot using
abline(h=xxx)? The lines don't appear at the right value, that is, if
h=150, the line might appear at h=140?
Jeff
This communication, including any attachments, is intended solely for the use of the addressee and may contain information which is privileged, confidential, exempt from disclosure under applicable law or
2006 Aug 10
1
tcltk library on linux
R-users,
Sorry for my English, I'm French.
I want to use the Rcmdr package which depends on the tcltk library.
I'm on Linux Ubuntu.
I don't manage to use Rcmdr even if tcl and tk are installed.
I'm a newbie in Linux and I don't know how to specify Configtcl.sh
and Configtk.sh location to R (I saw that on the mailing list archive).
I have installed all the
2006 Aug 11
1
RE : tcltk library on linux
Thank you for your answer but I already use the .deb package.
Also I have compiled the source code, but it is the same result...
I have already the same error..
I 'm going to be crazy ;-)
Has anyone got the same problem (and found the solution!) ?
Thanks in advance
Yohan
-----Message d'origine-----
De : Dirk Eddelbuettel [mailto:edd@debian.org]
Envoyé : jeudi 10 août 2006 18:50
À :
2004 Jul 29
3
2 questions : format and hh:mm
Dear R-users,
i have two questions :
1- first of all, i wish to know the way to obtain a serie with a format
like "00" : ( "01","02","03","04"....) or like postal code
("01100","02222").
for instance, i do :
> format(strptime(as.character(c(1:4)),"%H"),"%H")
but it sounds complicate and not really
2004 Feb 06
1
nnet problem
Hello everybody,
I want to use the nnet library and my problem is that the algorithm seems
to accept only class as target when the neural is fiiting. So the output
when I use predict.nnet is also a class. Is it possible to have numeric
variable as target ? If yes, what is the syntax ?
Thank you.
Cordialement,
R?gis CHARIGNON
2004 Jul 23
3
merge, cbind, or....?
Hi,
i have two data.frame x and y like :
> x <- data.frame( num = c(1:10), value = runif(10) )
> y <- data.frame( num = c(6:10), value = runif(5) )
and i want to obtain something like :
num.x value.x num.y value.y
1 0.38423828 NA 0.2911089
2 0.17402507 NA 0.8455208
3 0.54443465 NA 0.8782199
4 0.04540406 NA 0.3202252
5 0.46052426
2003 Nov 17
1
CLARA
I need informations about the clara routine. The on-line doc say that the
argument stand is a logical, indicating if the measurements in x are
standardized before calculating the dissimilarities. Measurements are
standardized for each variable (column), by subtracting the variable's mean
value and dividing by the variable's mean absolute deviation. If we note
STAND = TRUE, I suppose that
2008 Mar 08
0
[PATCH 1/1] : PCI detection code doesn't corrupt memory anymore (2nd try)
From : Erwan Velu <erwan.velu at free.fr>
This patch fixes the pci detection stuff demo'd in pcitest.c32
- Fix a wrong type in malloc
- Incorrect use of strdup
- Replacing strncpy by strnlcpy (thx hpa)
This two fixes makes pcitest.c32 working far better, no more crash when
running it twice.
I'd like to thank Sebastian Herbszt for its reports and tests.
This patch was made for
2008 Mar 08
0
[PATCH 1/1] Fixing wrong offsets in dmi
On sebastian's request, I'm sending this patch.
From : Sebastian Herbszt <herbszt at gmx.de>
DMI code have some wrong offsets.
This patch fixes this offsets and improve the grammar.
Signed-off-by:Sebastian Herbszt <herbszt at gmx.de>
--------------------------------------------------------------------------------
Les opinions et prises de position emises par le signataire
2008 Mar 08
1
[PATCH 1/1] : PCI detection code doesn't corrupt memory anymore
From : Erwan Velu <erwan.velu at free.fr>
This patch fixes the pci detection stuff demo'd in pcitest.c32
- Fix a wrong type in malloc
- Incorrect use of strdup
This two fixes makes pcitest.c32 working far better, no more crash when
running it twice.
I'd like to thank Sebastian Herbszt for its reports and tests.
This patch was made for 3.62-pre16 but applies fine on 3.63-pre1.
2015 Aug 26
1
New users not visible within webmin
I have recently upgraded samba to 3.6.23-9.el5_11 and have noticed all
new users created can not be seen with using the samba config tool
within CentOS or within the samba webmin module.
I can manually log in and look the account information within the
smbpasswd file and can query it using pdbedit.
I need to be able to edit this information from within the webmin module
as there are a number
2007 May 01
1
PAM, Active Directory, all users mapped to uid=0
I'm having a problem with authentication using PAM, connected on the
back end to Active Directory. PAM authentication itself works fine. We
can log in to the machine using AD credentials without any problems.
Each user is automatically mapped to uid's in the 10000+ range.
However, for some reason when the user logs in via dovecot, the user's
uid and gid are showing up as 0. For
2004 Sep 03
2
arima et graphique
bonjour, je rencontre quelques soucis au niveau de l'utilisation des
fonctions arima.forecast/predict; en effet elles sont dites inconnues alors
que j'ai bien install?? et charg?? le package "ts". Aussi, j'aimerai savoir
comment visualiser le graphique des pr??visions avec arima et celui des
donn??es brutes dans la m??me fen??tre.
Tout en vous souhaitant bonne r??ception
2006 Aug 07
1
unwanted conversion of date formats in 2.3.1 to character
good morning
I'm using R 2.2.1 on windows (2000/NT/XP) and trying to upgrade to 2.3.1
I am finding the curious problem of date/time data (both if stocked as date and as POSIX) that gets converted into character format whenever touched: it seems that date/time data just does not want to remain that way.
For example, a data.frame containing dates or POSIXct as row.names that is returned as
2003 Nov 24
2
merging variable and character
Hi R lovers! I'd like to know the trick to get a plot with a title
associating variable and text
I'd like to plot something like
for (i in 1:10) plot(x[,i],ylab="Serie" & i)
to get Serie 1 Serie 2 so on and so forth... of course it doesn't work.
If somebody could give me an idea, it would be very nice
thank you very much and long life to R
Vincent
2005 Jan 25
0
Re: [Fwd: Re: [Asterisk-biz] bellster.net
Hi,
> In France, the second most important ADSL provider (named "Free")
> offers a phone line (which uses VoIP but can only be used as a FXS)
> with unlimited free calls to landlines.
I was wondering if I would use my Free phone line with Bellster as well, but I am
not sure this is authorized by the ISP :
http://adsl.free.fr/hd/cgv.html
[in French]
En particulier,
2004 Apr 08
1
plot help
Hie!
I do not manage to make several plots on a same graph ( for example two
densities on the same graph )
thanks for the answer
Pierre Clauss
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Ce message et toutes les pi佽ces jointes (ci - apres le \"message\" )
sont 侀tablis a l'attention exclusive de ses destinataires et sont
strictement confidentiels. Si vous n'侁tes