Displaying 20 results from an estimated 1000 matches similar to: "What exactly does rchkusr() do?"
2011 Oct 19
1
Sparse covariance estimation (via glasso) shrinking to a "nonzero" constant
I've only been using R on and off for 9 months and started using the
glasso package for sparse covariance estimation. I know the concept is
to shrink some of the elements of the covariance matrix to zero.
However, say I have a dataset that I know has some underlying
"baseline" covariance/correlation (say, a value of 0.3), how can I
change or incorporate that into to the
2010 Jun 25
6
Export Results
Hi R users,
How can I automatically export results and graphs to a file?
Thanks in advance
Pedro Mota Veiga
--
View this message in context: http://r.789695.n4.nabble.com/Export-Results-tp2268622p2268622.html
Sent from the R help mailing list archive at Nabble.com.
2015 Aug 04
3
php-R
Estimados colegas:
Estoy tratando de ejecutar varios scripts de R a través de php. Para ello
estoy utilizando el siguiente código pero me sale:
El URL solicitado no ha sido localizado en este servidor. El URL de
la página que lo refirió[1] parece ser equivocado u obsoleto. Por favor
comunique al autor de esa página[1] acerca del error.
Este código que está sacado de internet indica la
2012 Jan 14
2
How can I doing Quality adjusted survival analysis in R?
Hi R users
I need to estimate, with kaplan Meier methodology, a Quality adjusted
survival analysis. It is possible doing this at R?
Thanks in advance.
Best Regards
Pedro Mota Veiga
--
View this message in context: http://r.789695.n4.nabble.com/How-can-I-doing-Quality-adjusted-survival-analysis-in-R-tp4295868p4295868.html
Sent from the R help mailing list archive at Nabble.com.
2014 Dec 17
3
Problema con el subset
Hola a todos,
Agradeceros de antemano vuestro tiempo y paciencia ya que soy un poco
novato y tal vez esto sea un poco trivial.
Lo que quiero hacer es que me represente en eje de las x las fechas
(columna fecha) y los valores de z (columna z) pero de los datos que he
filtrado antes en
(dfgrupo<-subset(df,df$parametroslaboratorio=="Aflatoxinas ByG")) y que los
parámetros iguales
2009 Jan 30
3
princomp - varimax - factanal
Hi!
I am trying to analyse with R a database that I have previously analysed
with SPSS.
Steps with SPSS:
Factorial analysis
Extraction options : I select = Principal component analysis
Rotation: varimax
Steps with R:
I have tried it with varimax function with factanal or with princomp...and
the results are different of what I have with SPSS. I think that varimax
function is incorporated in
2015 Aug 21
2
LDAP + Samba4(AD) + SSH
Hello,
I want my domain users to be able to connect to our linux servers using
their AD username through LDAP.
I am using nslcd and pam_ldap to do so, but I am having some hard time
trying to figure out why the GID is not working properly.
# getent passwd Guilherme
Guilherme:*:10000:*513*:Guilherme:/home/Guilherme:/bin/bash
# getent group|grep 513
# id Guilherme
uid=10000(Guilherme) gid=513
2015 Oct 08
3
Changing User password from ssh member server
Hi,
I am authenticating users on our linux servers using nslcd/pam_ldap.
Authentication is fine, however, it is not possible for the user to change
the password from the server.
Is there a way to make it work ?
[Guilherme at server ~]$ passwd
Changing password for user Guilherme.
passwd: Authentication token manipulation error
Oct 8 14:37:53 server passwd: pam_unix(passwd:chauthtok): user
2015 Aug 24
2
LDAP + Samba4(AD) + SSH
Hey,
By "through LDAP" I meant that our linux servers would look for the users
using pam_ldap.
Anyway, I was able to "fix" this by mapping gidNumber to gidNumber instead
of primaryGroupID on nslcd.conf.
$ id
uid=10000(Guilherme) gid=10001(it) grupos=10001(it)
On Fri, Aug 21, 2015 at 4:28 PM, Rowland Penny <rowlandpenny241155 at gmail.com
> wrote:
> On 21/08/15
2015 Oct 08
2
Changing User password from ssh member server
Hi Rowland,
This is a CentOS 6.7 server.
I was able to make some progress. I have edited /etc/pam.d/system-auth, and
now it looks like:
auth required pam_env.so
auth sufficient pam_unix.so nullok try_first_pass
auth requisite pam_succeed_if.so uid >= 500 quiet
auth sufficient pam_ldap.so use_first_pass
auth required pam_deny.so
account
2015 Aug 21
1
getent does not show domain user/groups
Hello,
I am running Samba 4.2.3 as a ADDC on CentOS 7.
getent passwd/group does not show the domain users and groups.
However, if I try 'getent passwd domainuser' it returns the user.
# getent passwd|grep -i guilherme
# getent passwd guilherme
guilherme:*:3000022:100:Guilherme:/home/ABC/guilherme:/bin/bash
smb.conf:
[global]
workgroup = ABC
realm = ABC.ONLINE
2015 Oct 08
2
Changing User password from ssh member server
I have removed use_auhtok from /etc/pam.d/system-auth and now passwd is
"kind of" working...
I am still able to login with my old password and the new one also. But
only on the linux servers that are authenticating through LDAP.
On my workstation only the old password (the one I was trying to change
through passwd(ssh)) works.
I have noticed that my user now has a userPassword
2013 Mar 04
32
VGA Passthru - FLR?
Hi, everyone. I''m Guilherme Suzuki (brazillian, by the way) and really
interested in xen-vga-passthru.
Lately, I bought a brand new Saphire HD 7950 (OC Boost) because I saw in a
wiki somewhere that users have been able to passthru these VGA devices to
domU (win7, win-xp and so on).
But, after I installed it, I executed *lspci -vv* to check if FLR in DevCap
was present (which
2017 Apr 17
6
doubt
I added a linux server to the Active Directory domain, I realized that the
samba-winbind package uses the smb.conf file, but I also need to use the
same linux server with shares, if I install the samba package, this package
use the smb.conf file. Is there a solution?
Then i have problem with 2 services.
Example
systemctl services:
smb.service
winbind.service
My system is Centos 7.
--
2015 Oct 08
1
Changing User password from ssh member server
Yes, it is an AD DC.
The thing is, the only way I know to change the user password is from a
Windows workstation (CTRL+ALT+DEL and go to Change password).
I was trying to achieve the same thing through another Linux server that is
not the AD DC. So I thought that it would be possible for them to change
their AD passwords through "passwd", but it didn't seem to work properly,
because
2012 May 17
3
CodeSchool weekend free
So many courses in CodeSchool will be free in this weekend, enjoy!
http://www.codeschool.com/free-weekend
--
Atenciosamente,
Guilherme Pereira Dutra,
Fone: (34) 8407-0109
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To
2006 Feb 11
4
Starting Ruby On Rails
Hi,
i m a web developer(php,ajax).
i want to start with ruby on rails.
can one suggest me online tutorials for ruby on rails?
How would i start with ruby on rails,i knew something about ruby?
editor for ruby on rails?
Plase.....
Thank You.
--
Posted via http://www.ruby-forum.com/.
2016 May 22
2
Paquete calculo de tamaño muestral
Hola a todos:
Necesito saber si alguien tiene alguna idea de un paquete con múltiples
funciones (cálculos) para determinar el tamaño de la muestra
(particularmente de estudios de psicología y ciencias sociales).
De antemano agradezco la atención. Saludo desde Brasil
*Guilherme Amorim Homem de Abreu Loureiro*
Agronomist Engineer
*CREA-BA: 051511013-2*
Master of Science in Crop Production, Soil
2017 Sep 29
3
Doubt with cups
Dears,
when i add a printer in Cups, on share samba, don't update printers,
only i try to restart or reload service. Do you have any idea?
--
<<<<<<<<<<<<<<<<<<<------------------------------------------------------------------->>>>>>>>>>>>>>>>>>>
< Disse-lhe Jesus: Eu
2015 Oct 21
2
Integration with AD and mail service
Hi,
As of now my mail server is basically postfix.
Did anyone succeed integrating the Samba4 AD DC users with any mail daemon ?
I was searching for some guide or anything like that but couldn't really
find anything "easy".
My main questions are:
1) I have several mail domains to host. Can I use all of them with my
single DC/DOMAIN ?
2) The usernames are not the same as the email