search for: weinert

Displaying 9 results from an estimated 9 matches for "weinert".

Did you mean: weiner
2008 Sep 16
3
Work with packages without using R CMD build/install
...or Fortran extensions. But when I run in the R (2.7.2) console > library(mypkg, lib.loc="mypath") the system answers that there is no package named 'mypkg'. Is it possible to use the package infrastructure without calling R CMD ... after each change? Kind regards, Karsten Weinert. -- View this message in context: http://www.nabble.com/Work-with-packages-without-using-R-CMD-build-install-tp19510486p19510486.html Sent from the R help mailing list archive at Nabble.com.
2002 Jun 16
3
lm() function to get coefficients doesn`t work
Hi, to get the residuals and coefficients I did the following: kurse <- read.table("kurse.txt" header=T) the data: index bmw mru rwe vow kar sie bas 1 159,70 74,18 338,21 89,03 110,30 141,23 178,53 67,97 2 160,76 73,46 343,66 89,38 110,30 142,66 180,45 68,30 3 162,45 74,18 349,12 91,54 108,54 146,22 183,12 68,85 4 162,18 72,74 349,12 92,20 106,43 144,80 181,75
2002 Jun 19
2
solve() doesn`t work
Hi, I tried to inverse a matrix but it doesn`t work. I hope somebody can help me. This is what I did. > kurse <- read.table("kurse.txt", header=T, dec=",") > x <- cbind(1,kurse[,-c(1)]) > y <- kurse$index > t(x) %*% x Error in t(x) %*% x : requires numeric matrix/vector arguments > x <- as.matrix(x) > xtxi <- solve(t(x) %*% x) Error in
2007 Jun 28
0
new package benchden 1.0.0 : benchmark densities for nonparametric density estimation
...nsity-, distribution- and quantile-functions. Everything is implemented in typical R-style and the package should reduce the programming effort needed for simulation studies in nonparametric density estimation. It also allows for better reproducibility of the results. Thoralf Mildenberger, Henrike Weinert and Sebastian Tiemeyer _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
2007 Jun 28
0
new package benchden 1.0.0 : benchmark densities for nonparametric density estimation
...nsity-, distribution- and quantile-functions. Everything is implemented in typical R-style and the package should reduce the programming effort needed for simulation studies in nonparametric density estimation. It also allows for better reproducibility of the results. Thoralf Mildenberger, Henrike Weinert and Sebastian Tiemeyer _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
2009 May 04
1
mosaic plot with two factors and one continous variable
Hello, my dataset is already aggregated: I have two categorical variables, say "continent" and "country" and one non-negative metric variable "population". Now I would like to produce a mosaic plot which uses "population" to determine how large each area of the plot is. In other words, I fail to find out - how to use the mosaic function of the vcd package
2009 May 05
1
self organizing map advice for categorical data
...ll.packages() copy utility files to the public_html directory ? (Gabor Grothendieck) 26. Re: Support Vector Machines (excalibur) 27. levelplot question (Antje) 28. Re: Support Vector Machines (David Winsemius) 29. mosaic plot with two factors and one continous variable (Karsten Weinert) 30. Re: Reversing axis label order (Patrizio Frederic) 31. Re: mosaic plot with two factors and one continous variable (Achim Zeileis) 32. Zelig, oprobit error (Jennifer Brea) 33. Handling Error Thrown After source(...), read.table(...), and readLines(...) (Jason Rupert) 34....
2009 Jun 29
5
Help
HiĀ group, I found a module for adaptive kernel density estimation for Stata users, but unfortunetly I don't have access to Stata, can I find a similar approach using R? Thank u so much 4 ur time. [[alternative HTML version deleted]]
2009 Jul 13
3
SweaveListingUtils question
Hello, recently I read about the SweaveListingUtils package and now I want to try it out. However, I can not make it work... Below a minimal example. The problem seems to be the following line (generated by SweaveListingPreparations()?): \ifthenelse{\boolean{Sweave@gin}}{\setkeys{Gin}{width=0.6\textwidth}}{}% If I comment out this line, it works. What can I do about this? I am using the