Displaying 20 results from an estimated 2000 matches similar to: "lme4 package"
2007 Sep 07
5
SQL like function?
Hi RUsers,
I am wonder if I can search observations whose IDs matches any of the
values in another vector, such as in MySQL. While I am learing MySQL for
future database management, I appreciate if anyone could give me a hint.
Suppose I have one 5*1 vector containing observation IDs and
frequencies, and one 3*1 vector containing observation IDs.
observation<-c(1,2,3,4,5)
ID<-c(1,3,4)
2007 Sep 08
2
Problem in installing packages on linux machine...
Hi,
I am trying to install RSQLite package on my Fedora workstation. I
tried to install other packages as well, but each time I got the same
error messages saying "compilation error" and "non zero exit status".
Do I have to specify "lib="? I never specified the library path before
when I was using Fedora Core 6.
Warning in install.packages("RSQLite")
2007 Jun 25
1
conflict between lme4 and RMySQL packages (PR#9753)
Full_Name: Dale Barr
Version: 2.5.1 (patched)
OS: Ubuntu linux x86_64
Submission from: (NULL) (138.23.70.108)
When RMySQL is loaded in before lme4, the summary() function for lmer objects in
the lme4 packages produces the following error:
Error in printMer(object) : no slot of name "status" for this object of class
"table"
When RMySQL is loaded AFTER lme4, however, no such
2007 Dec 24
2
R Compilation error on Ubuntu
Hi
I bought a new laptop HP dv9500 just a week ago and installed a Ubuntu
gutsy ribbon on this laptop. I wanted to install Fedora but there are
more threads on Ubuntu, so I decided to install Ubuntu. After hours of
struggle in configuring x server/graphic card stuff, I installed R for
Gutsy ribbon using "sudo apt-get install g77 r-core'.
Now when I tried to install 'sp' package
2008 Feb 04
1
how to get points from SpatialPolygonsDataFrame
Um texto embutido e sem conjunto de caracteres especificado associado...
Nome: n?o dispon?vel
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080203/5ea1e3ad/attachment.pl
2012 Jun 29
1
Help for string opeation
Hi R users,
I appreciate if you could give me some hint/help on this string operation.
Suppose I have a list of string objects in varying sizes like
[[1]]
[1] "A" [2] "B" [3] "C"
[[2]]
[1] "D" [2] "E"
[[3]]
[1] "F"
Then I would like to create a vector that contains all elements like
[1] "A" "B" "C"
2006 Mar 20
1
exporting graphics
Hi,
This is a very fundamental question. I want to export graphical results
so that I can place them in an openoffice document. I use Fedora 5. Can
anyone help? Thanks in advance.
------------------------------------
Takatsugu Kobayashi
PhD Student
Indiana University, Dept. Geography
2007 May 10
1
A simple question about PRINCOMP
Hi,
I just wonder if this is a rounding error by the princomp command in R.
Although this does not make much sense, using a hypothetical dataset, a,
a<-matrix(runif(1000),100,10)
I did PCA with the princomp, and compared it with the results estimated
with the eigen and the prcomp commands. And I found some differences in
the results: opposite signs in the loadings; slight differences in
2007 Jun 27
1
error message from lmer
Hi,
I've begun to use the lme4 package, rather than nlme, for more flexibility
during modelling, and running the examples in lmer I receive this error
message:
---<---------------cut here---------------start-------------->---
R> (fm1 <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy))
Error in printMer(object) : no slot of name "status" for this object of class
2015 Jun 29
2
Moving from compiled to packages
I have been using Ubuntu 12.04 for awhile and built samba from source. I
have two servers, both on 12.04. Samba bulid 4.1.11. I would like to
upgrade the servers to 14.04 and start using the actual pacakges from
ubuntu. How do I get from compiled binarys to using the ubuntu pacakge?
Thanks for any help.
Jason
2015 Jun 29
3
Moving from compiled to packages
I understand about using the newer binaries, but what I really want to
"save" is the active directory. Sorry I should have been clear. I do not
want to have to rejoin/recreate everything. Thanks.
Jason
On Mon, Jun 29, 2015 at 10:23 AM, Reindl Harald <h.reindl at thelounge.net>
wrote:
>
> Am 29.06.2015 um 15:06 schrieb Jason Waters:
>
>> I have been using Ubuntu
2001 Nov 20
2
IE on Redhat 7.2
Hello. I have a computer running Redhat 7.2 and the Wine pacakge. This
computer has no Windows partitions on it. From what I've read it's easier
to get programs to run under Wine if you have a Windows partition. I really
don't want one because it only has 4 gigs of hard drive space in the
computer and I only use if for Linux. Has anybody tried to do this before?
Any info would be
2017 Dec 29
2
data compression in a package
The submission guide has the following cryptic (to me) sentence:
?? "Reasonable compression should be used for data (not just .rda files) "
The survival pacakge has a fairly large number of data files --- exactly what should I be
doing??? xz compression?
Terry T.
2013 Mar 20
2
Dealing with missing values in princomp (package "psych")
Hello!
I am running principle components analysis using princomp function in
pacakge psych.
mypc <- princomp(mydataforpc, cor=TRUE)
Question: I'd like to use pairwise deletion of missing cases when
correlations are calculated. I.e., I'd like to have a correlation between
any 2 variables to be based on all cases that have valid values on both
variables.
What should my na.action be in
2020 Jul 07
8
Why wireless interface cannot be attached to a Linux host bridge?
Hello, everyone.
I'm from japan and using machine translation, so I apologize if it's hard
to read.
I am currently trying to build a virtual environment using Ubuntu and kvm.
However, I found out from the following page that the virtual machine
cannot use the bridge network because I am using a wireless network.
https://wiki.libvirt.org/page/Networking
I am having trouble with this
2005 Jun 24
2
Gini with frequencies
Hi there,
I am trying to compute Gini coefficients for vectors containing income classes. The data I possess look loke this:
yit <- c(135, 164, 234, 369)
piit <- c(367, 884, 341, 74 )
where yit is the vector of income classes, and fit is the vector of associated frequencies.(This data is from Rustichini, Ichino and Checci (Journal of Public Economics, 1999) ). In ineq pacakge, Gini( )
2013 Apr 23
1
Questions on function "readNamedRegionFromFile" in XLConnect pacakge
Hi,
I have two questions on the function "readNamedRegionFromFile" in
XLConnect pacakge.
1.
In the documentation,
# multiregion xlsx file from demoFiles subfolder of package XLConnect
demoExcelFile <- system.file("demoFiles/multiregion.xlsx",
package = "XLConnect")
# Load a single named region into a single data.frame.
df
2006 Jul 21
3
Bug#379092: xen-utils-3.0: xen-backend.rules placed incorrect directory
Package: xen-utils-3.0
Version: 3.0.2+hg9697-1
Severity: critical
The xen-backend.rules file is stored in /dev/udev, but it is not
correct.
I made the symlink into /dev/udev/rules.d/ so it works.
It is also mentioned at the following place:
http://www.debian-administration.org/articles/396
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-386
Locale:
2015 Jun 29
1
Moving from compiled to packages
So I can just copy the data into the new directory the package creates?
On Mon, Jun 29, 2015 at 10:42 AM, Reindl Harald <h.reindl at thelounge.net>
wrote:
>
>
> Am 29.06.2015 um 16:28 schrieb Jason Waters:
>
>> I understand about using the newer binaries, but what I really want to
>> "save" is the active directory. Sorry I should have been clear. I do
2024 Sep 28
3
when installing packages for R on Linux, is it better to use my distro's package manager, or install.packages()?
I'm running R (currently 4.4.1) on Linux Mint
> sessionInfo()
R version 4.4.1 (2024-06-14)
Platform: x86_64-pc-linux-gnu
Running under: Linux Mint 20.3
...truncated...
To install a new R package, is it better to use Linux Mint's pacakge
manager (e.g. synaptic, apt-get, or similar), or to install it within R
with install.packages("some_new_package")?
I've done both over