Displaying 20 results from an estimated 249 matches for "lth".
Did you mean:
ltd
2012 Mar 28
4
Could not load confine test 'operatingsystem': cannot load such file -- puppet/provider/confine/operatingsystem
...system'': cannot load such file
-- puppet/provider/confine/operatingsystem
[repeats a number of times]
$ ruby -v
ruby 1.9.3p0 (2011-10-30) [x86_64-linux]
$ which ruby
/usr/local/bin/ruby
$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
Thanks in advance.
-LTH
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this gr...
2004 Oct 29
4
Installation problems with R.classes bundle
...to everyone on the list,
I am new to this list ans also R so please forgive the simplicity of my
questions over the next few months.
I have version R 1.9.1 and want to perform z-scoring for a benchmarking
procedure. I have tried to install Henrik Bengtsson's R.classes bundle
(http://www.maths.lth.se/help/R/R.classes). I have downloaded the .zip
file and placed the relevant folders in my working directory
(C:\programs\R\rw1091\library). These include R.audio, R.basic and
R.oo.
The instrauctions on the website then say to:
Verify by loading the R.oo package, e.g. library(R.oo). I have tried...
2001 Sep 24
3
Trailing "/" makes file.exists() return FALSE (PR#1098)
Full_Name: Henrik Bengtsson
Version: 1.3.1
OS: WinMe
Submission from: (NULL) (130.235.2.229)
I found the following bug on WinMe (I call it a bug, since the behavior is
different on WinMe than for instance Sun Solaris):
When calling file.exists() with an existing directory name ending with a "/"
(slash) [R] on WinMe will return FALSE, but when doing the same without the
ending
2002 Oct 13
1
The class attribute on an environment seems buggy (PR#2159)
...ntly, it the
S3/UseMethod() method dispatching get confused and won't recognize the class
attribute.
Cheers
Henrik Bengtsson
Home: 201/445 Royale Parade, Parkville
Office: Bioinformatics, WEHI, Parkville
+61 (0)412 269 734 (cell), +61 (0)3 9387 791 (home), +61 (0)3 9345 2324 +(lab)
hb@maths.lth.se, http://www.maths.lth.se/~hb/
Time zone: +10h UTC (Sweden +2h UTC, Calif. -7h UTC)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]...
2004 Apr 26
2
standard library?
Hello all,
I found a package I want to try listed at
http://www.maths.lth.se/help/R/.R/doc/html/packages.html
I am using R 1.9.0 on winXP.
The package is called R.audio
When I tried the example, it did not work and produced the error message:
Error: Object "Sound" not found
Normally I would assume that I have to download a package and I would go
look...
2009 Sep 19
1
Re-order columns
Dear R'sians,
Would really appreciate if you could suggest a more efficient way to order
the columns of a dataset. The column names of the dataset contain indices
separated by a period. Following are examples of my code and the dataset.
oC <- function(tg=x2) {
lth <- length(grep("T",names(tg)))
thix <- match(paste("T",seq(lth),sep=""),names(tg))
soi <- c(grep("O",names(tg),fixed=T),grep("S",names(tg),fixed=T))
oi <-
data.frame(t(data.frame(strsplit(names(tg)[soi],"\\.&...
2005 Jun 09
7
plot3d
hello,
to use the function plot3d, i should use the package R.basic!
plot3d {R.basic}
If people know exactly a site to load this package, please give me the URL!
Thanks
Sabine
---------------------------------
[[alternative HTML version deleted]]
2009 Mar 25
5
histogram plots with many different samples
...he page whose address I
wrote below. I searched through the web a lot and I found a page which
describes how I can do it for older versions of R. For newer versions they
recommend to install the package R.basics in R.clusters but this does not
exist. The address of the web page is
http://www1.maths.lth.se/help/R/plot.histogram/
Unfortunately I could not find any other resource or help. Is it possible to
make histograms like I wanted with R? If so, could you please give any
advise on how I can do it?
Thank you,
Regards,
evrim
[[alternative HTML version deleted]]
2003 Apr 28
0
Webcuts - Navigating HTML help using only the keyboard
...ch when
included in an HTML document it will make it possible to navigate the
page and follow links by just typing parts of the label of the links,
i.e. no mouse is needed. I have, by using 'sed', added the script to
every HTML help file generated by R as an example, cf.
http://www.maths.lth.se/help/R/.R/doc/html/packages.html
I find quite convenient since it make it possible to quickly access help
files without having to scroll the browser window and without having to
touch the mouse.
Try for instance
0. Click on the above link.
1. Type "base" -> ENTER and then "...
1997 Feb 28
0
forwarded from BoS: Linux anti-SYN flooding patch
I have just finished a patch to linux 2.0.29 that provides
the SYN cookies protection against SYN flood attacks.
You can grab it from my home page at:
http://www.dna.lth.se/~erics/software/tcp-syncookies-patch-1.gz
You can also follow the pointers from my home page (see the signature)
to get a very short blurb about this patch.
Quick synopsys: This implements the SYN cookie defense
against SYN flooding. This implementation is a full bells and whistles
version of...
2005 Aug 26
1
Memory leakage/violation?
...roduce what I get.
Cheers
Henrik
# The following was tested on: Windows XP Pro SP2 Eng with
# i) R Version 2.1.1 Patched (2005-08-25)
# ii) R 2.2.0 Under development (unstable) (2005-08-25 r35394M)
# Start 'R --vanilla' and source() this script, i.e.
# source("http://www.maths.lth.se/help/R/strange.R")
# If you do not get any errors, retry a few times.
foo <- function(x) {
print(list(
name=as.character(substitute(x)),
storage.mode=storage.mode(x),
na=any(is.na(x)),
nan=any(is.nan(x)),
inf=any(is.infinite(x)),
ok=all(is.finite(a))...
2007 Mar 14
1
allocVector reference
Hi,
I'm trying to write a function to return an R vector which points
directly to a contiguous subset of another vector, without taking a
copy. Since SEXPREC is a header followed by the data, rather than the
header plus a pointer to the data, I'm not sure what I'm trying to do is
possible. Is there a way of doing this? Similar in spirit to how the R
assignment "x=y" does
2005 Dec 02
3
masked from package:base?
I am confused by the following description in
http://www.maths.lth.se/help/R/.R/library/systemfit/html/hausman.systemfit.html
what does the "Not run" mean? if we do not load systemfit, how can we run
the following code?
## Not run: library( systemfit )
data( kmenta )
attach( kmenta )
...
I install the package of systemfit, and run the code.
I got the...
2012 Jun 07
2
¿Reglas de estilo para código en R?
...uide.pdf>)
* Providing 14 R Style Rules including filenames,
identifiers, indentation, spacing etc.
/"These rules were designed in collaboration with the entire R user
community at Google"/
2. Henrik Bengtsson''s R Coding Conventions
<http://www.maths.lth.se/help/R/RCC/>
* Link to R Coding Conventions <http://www.maths.lth.se/help/R/RCC/>
* Developed since 2002. It''s version 0.9 (January 2009)
* Please read this message in the introduction part before applying
this coding convention.
" /Please note that this do...
2002 Feb 20
2
How to get the penalized log likelihood from smooth.spline()?
...of these directly or indirectly?
Thanks
Henrik Bengtsson
Dept. of Mathematical Statistics @ Centre for Mathematical Sciences
Lund Institute of Technology/Lund University, Sweden (+2h UTC)
Office: P316, +46 46 222 9611 (phone), +46 46 222 4623 (fax)
h b @ m a t h s . l t h . s e
http://www.maths.lth.se/bioinformatics/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:...
2002 Jul 08
2
Methods/package for working with sets and intervals
...= [1,2) + [10,10]
...
Cheers
Henrik Bengtsson
Dept. of Mathematical Statistics @ Centre for Mathematical Sciences
Lund Institute of Technology/Lund University, Sweden (+2h UTC)
+46 46 2229611 (off), +46 708 909208 (cell), +46 46 2224623 (fax)
h b @ m a t h s . l t h . s e, http://www.maths.lth.se/~hb/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request...
2001 Sep 10
3
Offline change detection methods?
...ybe someone knows about other
implementations that I could port?
Thank you
Henrik Bengtsson
Dept. of Mathematical Statistics @ Centre for Mathematical Sciences
Lund Institute of Technology/Lund University, Sweden (+2h UTC)
Office: P316, +46 46 222 9611 (phone), +46 46 222 4623 (fax)
hb at maths.lth.se, http://www.maths.lth.se/matstat/staff/hb/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body"...
2002 May 21
4
setClass() and packages
...[R v 1.5.0 2002-04-29 on WinMe]
Thanks
Henrik Bengtsson
Dept. of Mathematical Statistics @ Centre for Mathematical Sciences
Lund Institute of Technology/Lund University, Sweden (+2h UTC)
Office: P316, +46 46 222 9611 (phone), +46 46 222 4623 (fax)
h b @ m a t h s . l t h . s e, http://www.maths.lth.se/bioinformatics/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-...
2004 Mar 31
3
help with the usage of "randomForest"
...ot;)
(2) Call randomForest
hp.rf <- randomForest(hpclass ~., yy, data=hp, importance=TRUE,
proximity=TRUE)
But the error msg I got is:
Error in randomForest.default(m, y, ...) :
Need at least two classes to do classification.
I learned the usage of randomForest from:
http://www.maths.lth.se/help/R/.R/library/randomForest/html/randomForest.html
Thanks a lot for any of your comments in advance!
Hui Han
Department of Computer Science and Engineering,
The Pennsylvania State University
University Park, PA,16802
email: hhan at cse.psu.edu
homepage: http://www.cse.psu.edu/~hhan
2001 May 14
4
audio/vorbis media type registration
...uld never occur.
File extension: .ogg
Macintosh File Type Code(s): none
Object Identifier(s) or OID(s): none
Person & email address to contact for further information:
Questions about this proposal should be directed to Linus
Walleij <triad@df.lth.se>. Technical questions about the
ogg and vorbis standards may be asked on the mailing lists
for respective developer community, see
<http://www.xiph.org/archives/>
Intended usage: COMMON
Author/Change controller:
This document was written by Lin...