Displaying 20 results from an estimated 22 matches for "pply".
Did you mean:
apply
2015 Mar 19
3
Familia *pply
Buenas a todos. Desde hace un tiempo estoy tratando de aplicar las
funciones de la familia *pply en todo lo que puedo, pero todavía no es
algo que me surja tan rápidamente o naturalmente al momento de los loops
como usar for().
Conozco las ventajas de usar estas funciones y por eso mi intento de
hacerme de ellas.
Por ejemplo en este problema:
data=matrix(rnorm(100*20),20,100)
col=...
2015 Mar 19
2
Familia *pply
...Macedo
El 18/03/15 a las 21:06, Jorge I Velez escribió:
> Hola Fernando,
>
> No puedo ver las negritas, pero intuyo que lo que quieres es calcular
> la media por columnas? Si es asi, hay dos maneras:
>
> 1. Usa colMeans(x), donde "x" es tu matriz de datos
> 2. Usa apply(x, 2, mean) donde "x" es tu matriz de datos
>
> Existe una tercera pero menos conocida posibilidad que es usando el
> paquete matrixStats. Esta implementado en C en su mayoria y, de
> acuerdo con el autor, es mucho mas rapido que la familia *apply. En
> http://cran.r-p...
2015 Mar 21
2
Familia *pply
...a de mucha ayuda.
Muchísimas gracias!
Abrazos!
Fernando Macedo
El 18/03/15 a las 22:03, Carlos Ortega escribió:
> Hola,
>
> Una forma de hacerlo es así (destaco en negrita los cambios).
> De todas formas, ya te adelanto que no es un caso en el que aplicar,
> en este caso "mapply()", mejore los tiempos frente a la solución
> basada en un bucle.
>
> #-------------------------
> t1 <- Sys.time()
>
> *myfun <- function(x,y) { data[x,y] }*
>
> medias <- replicate(1000,{
> sel <- sample(1:20,10)
> pareja <- sample(sel,100,re...
2002 Dec 02
1
Monte Carlo chisq test
Dear all,
I have a question about the chisq.test command. As an option one can
chose the computation of p-values by Monte-Carlo simulation
(simulate.p.value=T). Is there any documentation available how this
calculations are done and how this simulation based test behaves in
small samples?
Thanks
Klaus Abberger
University of Konstanz, Germany
[[alternate HTML version deleted]]
2015 May 01
2
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore
Thanks Luis
I've changed the smb.conf as you said, now it looks like this:
root at ccdc-samba4:~# cat /etc/samba/smb.conf
# Global parameters
[global]
workgroup = CCDC
realm = CCDC.LAN
netbios name = CCDC-SAMBA4
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
dns forwarder = 9.0.138.50
auth methods = sam,
2018 Jan 15
2
[PATCH] fix drm-get-put.cocci warnings
From: Fengguang Wu <fengguang.wu at intel.com>
Use drm_*_get() and drm_*_put() helpers instead of drm_*_reference() and
drm_*_unreference() helpers.
Generated by: scripts/coccinelle/api/drm-get-put.cocci
Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
Signed-off-by: Julia Lawall <julia.lawall at lip6.fr>
---
tree: https://github.com/thierryreding/linux for-4.16/work
2015 May 01
7
After the classicupgrade from samba3 tosernet-samba-4.2.1 , users are not able to remote desktop anymore ( bug11061 )
Hello Mario ,
what if you try these :
dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser, eventlog6, backupkey, dnsserver, remote, winreg, srvsvc
auth methods = sam, winbind, ntdomain, ntdomain:winbind
!! these are only for helping in debugging and should not be used in production.
!! see all the e-mails with subject : Re:
2015 May 01
2
After the classicupgrade from samba3 tosernet-samba-4.2.1 , users are not able to remote desktop anymore ( bug11061 )
On Samba AD DC most of these enpoint server are already running --
dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon,
lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser, eventlog6,
backupkey, dnsserver, mapiproxy
Use samba-tool testparm -v first before adding them to the smb.conf
I say this because I could not "join" Windows clients to Samba with
these running
2015 May 01
3
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore
Good Day All
I have a current working configuration of sernet-samba-4.2.1, created by
upgrading from a samba3 PDC using the classic upgrade.
Now, I have added a windows 2008 machine to the domain and I'm using the AD
snap in tools in order to browse the domain.
I can see all the users and groups and they have been imported correctly.
However I am able to remote desktop to the domain
2015 May 01
0
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore
2015-05-01 15:08 GMT+02:00 Mario Pio Russo <mariopiorusso at ie.ibm.com>:
> Thanks Luis
>
> I've changed the smb.conf as you said, now it looks like this:
>
>
> root at ccdc-samba4:~# cat /etc/samba/smb.conf
> # Global parameters
> [global]
> workgroup = CCDC
> realm = CCDC.LAN
> netbios name = CCDC-SAMBA4
> server role
2015 May 01
1
After the classicupgrade from samba3 tosernet-samba-4.2.1 , users are not able to remote desktop anymore ( bug11061 )
On 05/01/2015 12:03 PM, Rowland Penny wrote:
> On 01/05/15 15:29, Steve Ankeny wrote:
>> On Samba AD DC most of these enpoint server are already running --
>>
>> dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon,
>> lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser, eventlog6,
>> backupkey, dnsserver, mapiproxy
>>
>> Use
2015 May 01
0
After the classicupgrade from samba3 tosernet-samba-4.2.1 , users are not able to remote desktop anymore ( bug11061 )
ok this is my smb.conf file now
# Global parameters
[global]
workgroup = CCDC
realm = CCDC.LAN
netbios name = CCDC-SAMBA4
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
dns forwarder = 9.0.138.50
##For debugging
dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr,
netlogon, lsarpc, spoolss,
2015 May 01
0
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore ( bug11061 )
while im reading..
im seeing :
getfacl: Removing leading '/' from absolute path names
# file: var/lib/samba/sysvol
# owner: root
# group: 544
your using :
idmap_ldb:use rfc2307 = yes
but i dont see a complete smb.conf for a rfc2307 setup.
please also read : https://wiki.samba.org/index.php/RFC2307_backend
so im puzzel what your backend is set to (AD or RID) and what the ranges
2018 Jan 15
0
[PATCH] fix drm-get-put.cocci warnings
...ainst is
a personal development tree and it happens to have a bunch of commits in
it that are very experimental and some of which are very unlikely to go
upstream. There's an IOCTL addition patch (touched by hunk 7 in this
patch) that is used only for testing purposes. All of the other hunks do
pply properly to linux-next, so I think those can be posted. Nouveau is
maintained by Ben Skeggs, though, so they should be addressed to him.
I don't personally mind getting these patches, and I don't mind people
seeing the personal development tree (it's publicly available, after
all) but...
2015 May 01
0
After the classicupgrade from samba3 tosernet-samba-4.2.1 , users are not able to remote desktop anymore ( bug11061 )
On 01/05/15 15:29, Steve Ankeny wrote:
> On Samba AD DC most of these enpoint server are already running --
>
> dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon,
> lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser, eventlog6,
> backupkey, dnsserver, mapiproxy
>
> Use samba-tool testparm -v first before adding them to the smb.conf
>
> I say this
2015 Jun 04
1
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore ( bug11061 )
On 6/4/2015 9:57 AM, Mario Pio Russo wrote:
> guys sorry to take this thread onboard once more, but I still can't get
> this sorted.
>
> I have compiled the latest tarball from samba, 4.2.2 . compilation works
> fine and after that I am able to upgrade from samba 3 with the following
> command:
>
> samba-tool domain classicupgrade --dbdir=/var/lib/samba-ccdc1/dbdir/
2015 Jun 04
0
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore ( bug11061 )
guys sorry to take this thread onboard once more, but I still can't get
this sorted.
I have compiled the latest tarball from samba, 4.2.2 . compilation works
fine and after that I am able to upgrade from samba 3 with the following
command:
samba-tool domain classicupgrade --dbdir=/var/lib/samba-ccdc1/dbdir/
--use-xattrs=yes --realm=ccdc.lan /etc/samba/smb-ccdc1.conf 2>&1 | tee
2015 Jun 04
0
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore ( bug11061 )
Hello Mario..
first.. sernet has samba 4.2.2 release.
i suspect these settings are for the RDP..
> server services = -winbindd +winbind
> auth methods = winbind, sam
but if u use it like about, remove the auth mehods line.
samba 4.2 with 4.1 winbind beheavor, and a working rdp. :
+ server services = -winbindd +winbind ( and the defaults, see below )
samba 4.2
2015 Jun 04
0
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore ( bug11061 )
Your mixing 2 things here.
>the upgrade works fine as far as I can see, samba starts and I
>am able to
>RDP using my domain admin rights. however I am not able to RDP
>using any
>other user.
>
>the error i get is:
>
>"The connection is denied because the user account is not
>authorized for
>remote login"
>
>however the user I am testing is member
2011 Mar 09
3
Sapply for descriptive statistics
I try to calculate descriptive statistics for one of the variables in the
data frame, however command sapply calculates these statistics for every
value of the variable separately. How to make it calculate range (as well as
other statistics) for all column?
Here are commands and results:
> as1$trust
[1] 5.957510 5.888664 6.168135 6.419472 5.668796 6.026923
6.456721 7.017946 5.294411
[10] 7...