Displaying 20 results from an estimated 23 matches for "natalia".
Did you mean:
natalie
2012 Jan 10
3
problem installing packages
...´t find many in the CRAN binaries
(e.g. "vegan"). I do find them in the CRAN sources but the installation
fails. I tried downloading the version 2.14.0 and I had the same problem. I
re-installed the old version, and now it works again. Is this a problem with
2.14?
Thank you for your help.
Natalia Norden
Natalia Norden
Profesor Asistente
Departamento de Ecología y Territorio
Facultad de Estudios Ambientales y Rurales
Pontificia Universidad Javeriana
Bogotá, Colombia
Tel: 320 83 20 Ext: 2448
www.phylodiversity.net/nnorden/
[[alternative HTML version deleted]]
2013 Feb 08
2
NTLM autentication problems
I'm trying to configure Squid ntlm autentication on Samba4 DC. I followed
Squid and Samba's documentation and i got success when I login with user
natalia.silva, but if I log with natalia.vaz i get the error
--
Nat?lia Vaz Silva
Administradora de redes
2015 May 08
2
Unable to install packages: "/usr/bin/ld: cannot find -lgfortran"
.../lib/x86_64-linux-gnu/libgfortran.so.3"
I've been an R user for two years and this is the first time I get this
error. I've uninstalled R and re-installed it but the problem was not
solved.
I'll be very grateful for any help or suggestions to solve the problem.
Best regards,
Natalia Morandeira
[[alternative HTML version deleted]]
2005 Jul 30
1
partial SS for anova
...ye+trt+trt:time + (1|rep), data=dataset, na.action='na.omit')
anova(fit)
The anova gives sequential F-tests and sequential SS.
My question is: how I can get partial F-tests and partial SS?
For lm (not lmer)
anova(lm(y~x+z))
we can use
anova(fit, ssType=3)
but it is not work for lmer.
Natalia.
2005 Jun 01
2
mplot :how to deal with missing data
...log, asp, ...) :
need finite 'ylim' values
In addition: Warning messages:
1: no finite arguments to min; returning Inf
2: no finite arguments to max; returning -Inf
>
I think this is because of some y='NA'.
My question is: how I can deal with this problem?
Sincerely, Natalia.
2006 Mar 14
2
Date problem
...s?
Actually, I need it to plot fruiting data against time (month and year).
Because I have many values of seeds in a month, I used the function tapply:
seeds=tapply(data$seed,data$m.y,sum)
But plot(x=names(seeds),y=seeds) doesn't work. Does anyone know an
easier way?
Thank you for your time,
natalia
2010 Jan 20
1
R arithmetic probability plot
...s done in Excel:
http://peltiertech.com/Excel/Charts/ProbabilityChart.html.
I can't quite find a code that will transform the linear axis into a
cumulative percent axis with an arithmetic probability. And I am not good
enough at R to do that myself.
Any help will be greatly appreciated.
--
Natalia S Slobodina
Graduate Student
[[alternative HTML version deleted]]
2008 Jul 25
1
Building a data frame with missing data
...i List,
I'm trying to built a list where there are some missing data in some
columns, then I would like to know what I should put in these blank spaces
when building the vector. eg:
color<- c("red",?,"orange","green",?,?,?)
size<- c(2,1,?,3,?,?,8)
Thanks,
Natalia
[[alternative HTML version deleted]]
2011 Nov 01
1
predict lmer
...ies (at a fixed diameter)
for a mean rainfall of a site in each provenance region to contrast with
how height response is for a mean rainfall provenance of each site and
things like this.
If someone can give any suggestion I will be pleased to listen to.
Thanks very much for your time,
The best
Natalia
[[alternative HTML version deleted]]
2012 Aug 08
1
Permisson Denied ao accces home dir
...sers and get login in mydomain with success.
After login I can't write in paste user.But is denied.
#some users created
brasil:x:1012:513:Brasil Telhados:/dev/null:/bin/false
atleticomg:x:1013:513:Clube Atletico MG:/home/atleticomg:/bin/bash
#groups crated
informatica:*:1001:atleticomg,natalia,faria
marketing:*:1002:faria,natalia,rodrigo,rodrigofaria,brasil,atleticomg
#permissions
root at debian-ldap:~# ls -las /home/atleticomg/
total 8
4 drwxr-xr-x 2 atleticomg users 4096 Ago? 8 09:55 .
4 drwxr-xr-x 7 root?????? root? 4096 Ago? 8 10:28 ..
#my smb.conf
[global]
??????? workgroup =...
2005 May 25
4
mixed model
...x2, x1*x2 are fixed effects
and z1, z1*x2 are random effects (crossed effects)
I use library(nlme) 'lme' function.
My question is: how I should set up random effects?
I did
lme(y~x1+x2+x1:x2, data=DATA, random=~z1+z1:x2, na.action='na.omit')
but it did not work.
Sincerely, Natalia.
2002 May 22
3
OpenSSH programming
Hello all,
is there any recent information on programming on how to add a new
authentication method into OpenSSH / OpenSSL ?!
Is there any other way, to add a new authentication method into openssh
(one-time passwords), apart from adding the functions into sshconnect.c
and sshconnect2.c
Particularly I'm interested in information on "struct Authctxt" in
sshconnect2 and sshuserauth2.
2006 May 05
1
trouble with step() and stepAIC() selecting the best model
...Residual deviance: 99.166 on 148 degrees of freedom
AIC: 140.40
However, for species B I get the opposite, it works with step() but not
with stepAIC().
Using step() AIC =414.28 and using stepAIC(), AIC=424.15 and the results
are totally different.
I would appreciate any help!!
Thank you
Natalia Norden
2006 Apr 04
0
Date bug?
..."%d/%m/%y") and then
date=strptime(climat$date,format="%d/%m/%y") it works!
(idem with functions as.Date, as.yearmon, etc..)
I already re-downloaded R but it still doesn't work.
Has this bug been reported?
How can I overcome this problem?
Thank you very much for any help!
Natalia Norden
Natalia Norden PhD student
Laboratoire Evolution et Diversit? Biologique
Bat 4R3 Universit? Paul Sabatier Toulouse III
118, route de Narbonne, 31062 Toulouse Cedex 9
2010 Jan 12
1
List arguments from data frame columns in formula
...ite formula for function `glm` without listing explicitly all 28
paramaters?
`glm(data[,1]~data[,2]+data[,3]+data[,4]+...,family=binomial)`
As an option I can use `glm.fit(data[,-1],data[,1],family =
binomial(link=logit))`. But the obtained object cannot be used in function
`predict.glm`.
Thanks,
Natalia
--
View this message in context: http://n4.nabble.com/List-arguments-from-data-frame-columns-in-formula-tp1012146p1012146.html
Sent from the R help mailing list archive at Nabble.com.
2013 Jul 10
2
Samba4 - File Share
Hi.
I'm trying to set up a file server in a Samba4 domain, but when I use
permission groups, I can't access the directories. How can I set the shares
with restricted groups?
2012 Feb 11
0
Using igraph: community membership of components built by decompose.graph()
...G)$weight)
wmemb <- community.to.membership(G, wt$merges,
steps=which.max(wt$modularity)-1)
V(G)$"walktrap" <- wmemb$membership
Could anyone please help me solve this issue? Or provide some
information/links which could help?
Thanks and best wishes,
Natalia
2007 Mar 23
0
Importing accounts from NT4 domain with Vampire
...DB! Error: Record does not exist occured while
storing the main record (USER_augusto)
Creating account: Miit
[2007/03/19 11:19:24, 0] passdb/pdb_tdb.c:tdb_update_sam(641)
Unable to modify passwd TDB! Error: Record does not exist occured while
storing the main record (USER_miit)
Creating account: Natalia
[2007/03/19 11:19:24, 0] passdb/pdb_tdb.c:tdb_update_sam(641)
Unable to modify passwd TDB! Error: Record does not exist occured while
storing the main record (USER_natalia)
Creating account: Publico
Creating account: Mariana
Creating account: Jaime
[2007/03/19 11:19:24, 0] passdb/pdb_tdb.c:tdb_up...
2007 Apr 10
0
Some errors importing accounts from NT4 PDC with net vampire
...d TDB! Error: Record does not exist occured while
storing the main record (USER_augusto)
Creating account: Miit
[2007/03/19 11:19:24, 0] passdb/pdb_tdb.c:tdb_update_sam(641)
Unable to modify passwd TDB! Error: Record does not exist occured while
storing the main record (USER_miit)
Creating account: Natalia
[2007/03/19 11:19:24, 0] passdb/pdb_tdb.c:tdb_update_sam(641)
Unable to modify passwd TDB! Error: Record does not exist occured while
storing the main record (USER_natalia)
Creating account: Publico
Creating account: Mariana
Creating account: Jaime
[2007/03/19 11:19:24, 0] passdb/pdb_tdb.c:tdb_upda...
2008 Feb 10
1
Using 'sapply' and 'by' in one function
Greetings,
I'm having a problem with something that I think is very simple - I'd
like to be able to use the 'sapply' and 'by' functions in 1 function
to be able (for example) to get regression coefficients from multiple
models by a grouping variable. I think that I'm missing something
that is probably obvious to experienced users.
Here's a simple (trivial)