similar to: installing package hier.part on Mac OSX

Displaying 20 results from an estimated 1000 matches similar to: "installing package hier.part on Mac OSX"

2005 Mar 04
1
R: Moran's I
Hi- I would like to assign distance classes (lags) to the moran''s I test in R. I don¹t have equally spaced points since I was mapping shrubs across a landscape (vs. an experiment or survey in a grid). I somehow need to select points based on the distances in the distance matrix (i.e., I need to select all pairs of points that occur 0-25 m from each other, 25-50 m, etc...). Does
2012 Feb 28
2
Error: could not find function "hier.part"
Error: could not find function "hier.part" things I have tried: 1. reinstall R (lastest version, on windows XP) 2. install package "gtools" 3. include: library(gtools) require(gtools) 4. how I call this function: hier.part(c$Y, xdata, fam = "gaussian", gof = "Rsqu") 5.when I try to check what's in the package "gtools", I get (hier.part is
2005 Nov 01
1
help with hier.part
R-users, Attached is the file (SR_use2.txt) I'd like to include and includes column headers. nat_est is the response variable and is the number of species at a particular point. The other variables are the explanatory vars (vark, var2, var1, UK, U2, U1, GK, G2, G1, PK, P2, P1). Here is Walsh's sample code for hier.part: data(urbanwq) env <- urbanwq[,2,8] hier.part(urbanwq$lec,
2010 Mar 05
1
hier.part
Hi everyone, A beguinner question. - How shall i import 9 different ascii (created from a gis layer (arcmap grid)) into R to create a single dataframe for using in hier.part? Should i use read.table, then turn each created object into a single vector using unlist and finally use data.frame to joint all the vectors into a unique data frame (xcan in the usage of hier.part) ? I´ve been trying to
2004 Oct 01
1
hier.part
I am using the hier.part package for calculating the goodness of fit. Before I started with my data I tried to use the example that the package comes with . I have loaded the library hier.part and gtools. But the package gives the following error Loading required package: gregmisc Loading required package: gregmisc Warning messages: 1: There is no package called 'gregmisc' in:
2013 Mar 28
3
problem with plots with short example.
i am having problem running my own data. yesterday it was working just fine. today it is not. this is the code i was using as an example to follow. this code ALSO worked just fine yesterday, and is no longer working at all. i suspect it is a problem with either my computer or the software, at this point. if THIS won't even run.... something is wrong. i can assure you this isn't
2010 Dec 02
1
openNLP package error
Hello list, I seem to have a problem with the openNLP package, I'm actually stuck in the very beginning. Here's what I did: > install.packages("openNLP") > install.packages("openNLPmodels.de", repos = "http://datacube.wu.ac.at/", type = "source") > library(openNLPmodels.de) > library(openNLP) So I installed the main package as
2015 May 25
2
fsck failing to notice that the block device was pulled out from under it?
Hello, tl;dr: it seems like fsck fails to notice when the block device disappears from under it. I have the following setup: * external USB disk * a partition with LUKS in it * ext4 filesystem inside the LUKS block device While doing backups to it I noticed that after some time backups would fail with an error (failed to write, ). In the following log I'm attaching the disk, enabling LUKS
2003 Jun 26
0
Hier is a working smb.conf file, almoust working.
Hier is my new smb.conf (this smb wil make your win2000 profiles to be stored in one directory, ''\\%L\Profiles''. Verry handy if you want one mandatory profile for all users. It wil also make connection to the right user home drive :). Have fun, but beware! Right now for some wierd reson i can only log in with root account and nobody else. # Samba config file created using SWAT
2017 Jul 24
2
Loading Rcmdr
With the lastest version of R 3.4.1 I have not been able to loard Rcmdr. Advice please. Thank you, Jack Talley, PhD [[alternative HTML version deleted]]
2007 Mar 12
1
CLUSTER Package
Hi Martin, In using the Cluster Package, I have results for PAM and DIANA clustering algorithms (below "part" and "hier" objects): part <- pam(trout, bestk) # PAM results hier <- diana(trout) # DIANA results GeneNames <- show(RG$genes) # Gene Names are in this object But
2013 Mar 31
1
lmer effects-type plot?
hello, all. while i have a mcmc running, i am looking at the frequestist method of my model. i have never done HLM so i am looking for ways to plot them that might yeild something useful like dr. fox's effects plot package. this is my model, where dem is democracy ranked continuous 1:10, trsut is a 3 level categorical variable, cpi is 1:10, etc... > hier.jags2.mod <- lmer(dem ~
2019 Feb 22
3
dovecot Buch 2014 vs 2016
Moin, Es geht um das Dovecot-Buch. Ich nehme an, da? hier mindestens einer, der sich auskennt, mitliest: Gibt es - au?er der Sprache und dem Preis - einen Unterschied zwischen der ersten (und einzigen?) deutschen Auflage von 2014 und der englischen Auflage von 2016? -- Heiko -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type:
2013 Feb 05
2
duplicate data
Hello, I have a long list of x-, y- and z-data and try to generate a heatmap. Obviously there are several data with identical x- and y-values. I get the following error message: Error in interp.old(x, y, z, xo = xo, yo = yo, ncp = 0, extrap = extrap, : duplicate data points: need to set 'duplicate = ..' Unfortunately there seems no help screen on "duplicate". I'd prefer
2019 Mar 14
5
regarding ssl certificates
Excuse dopey question. I'm not exactly clear about certificates. Apache2 default install has this snake oil certificate Can make a new one for apache Can make one for dovecot Can make one for ssl Is there supposed to be the one (self signed ) certificate pair in one place for the machine that each process hands out ? Can they be moved to another machine ? mick -- Key ID C7D6E24C
2005 Sep 26
2
Deutsche Rails-Gruppe
Hallo! Wenn du das hier lesen und verstehen kannst, interessiert dich vielleicht auch dieser Link zur neuen deutschen Ruby On Rails-Usergroup: http://rubyonrails-ug.de/ + Weblog + Mailingliste Viele Grüße ~Tobias PS: Danke an die Gründer!
2005 Dec 16
2
Shared code for controllers
Hi, I think that this is made from a plugin or something in /lib/, but i really don''t know which is the better way: I have this in my MediasController: def mediatype_medias_options if params[:id] begin @mediatype = MediaType.find(params[:id]) render :inline => "<%= options_from_collection_for_select @ mediatype.medias, ''id'',
2006 Jun 25
0
hier.part function???
Hello R-team I´ve got a question concerning the hierarchical partitioning function. If the variables of a model fitted with glm (binomial)show a high joint effect, does this necessarily only mean, that these variables are highly correlated and therefor the model fitting was not optimal, or can it also be, that a high joint contribution means, that the relevant variables only show there full
2016 Jun 15
1
id shows only primary group on domain member server
cat /usr/local/samba/etc/smb.conf: # Eintraege fuer das ActiveDirectory Samba4 workgroup = SAMDOM realm =SAMDOM.LOCAL security = ADS # Alle Template Einstellungen kommen direkt aus der AD # Die Shell ist nur aus Sicherheitsgruenden hier eingetragen template shell = /bin/false kerberos method = secrets and keytab dedicated keytab file =
2007 Sep 04
3
[U] Rsync Errors
UNCLASSIFIED//// I am seeing the following errors occasionally when doing an rsync between servers (Solaris 9) at the local and remote site. Has anyone seen these errors before or know what they are? rsync error: error in rsync protocol data stream (code 12) at io.c(1122) [sender=2.6.9] rsync error: protocol incompatibility (code 2) at io.c(954) [sender=2.6.9] rsync error: protocol