Hi
what is result of
str(deret)
or
is.matrix(deret)
Cheers
Petr
> -Original Message-
> From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Allan
> Tanaka
> Sent: Wednesday, March 1, 2017 11:52 AM
> To: r-help@r-project.org
> Subject: [R] Error in model.frame.default(formul
> On Mar 1, 2017, at 5:44 PM, Jianling Fan wrote:
>
> Thanks,
>
> I also tried other packages from github and I got the same error. So I
> think this should not be the probelm for the "artyfarty" package.
> There should be something wrong with my computer. I also uninstalled R
> and re-install
Thanks,
I also tried other packages from github and I got the same error. So I
think this should not be the probelm for the "artyfarty" package.
There should be something wrong with my computer. I also uninstalled R
and re-installed it. The error happens again...
Thanks anyway.
On Wed, Mar 1,
Installation proceeded without error on a Mac ("El Cap") running R 3.3.2 using
the first call to devtools::install_github. This is the DESCRIPTION file:
Package: artyfarty
Type: Package
Title: Themes for ggplot2
Version: 0.0.1
Authors@R: person("Bart","Smeets", email="bartsmeet...@gmail.com",
ro
CRAN is notorious for being picky, performing hundreds of quality checks before
allowing a package to be shared there. Has it occurred to you that "artyfarty",
not having been through CRAN, might simply be broken?
Yes the directories you ask about are only present temporarily while the
package
Hello everyone,
I can install packages from CRAN, but I got some problem for
installing packages from Github or downloaded package files. I got
this problem in recent weeks.
example:
> devtools::install_github('bart6114/artyfarty')
Downloading GitHub repo bart6114/artyfarty@master
from URL https
The rms and Hmisc packages can be found on CRAN. Just run install packages
from the console menu.
Dan
Daniel Nordlund, PhD
Research and Data Analysis Division
Services & Enterprise Support Administration
Washington State Department of Social and Health Services
> -Original Message-
>
Thank you very much indeed. PD's code is exactly what I was looking for, and
unfortunately it is so obvious, that I could kick myself for not thinking of it
in the first place, as I feared would happen.
WM: thanks for the additional suggestion. I'll check it in detail to see how my
codes can be
> On Mar 1, 2017, at 9:57 AM, AbouEl-Makarim Aboueissa
> wrote:
>
> Dear All:
>
> Can the *Coefficient of Partial Determination* in multiple linear
> regression be computed in R? If so, could you please let me know how?
>
>
> fullmodel <- lm(Price ~ Size + Lotsize + Bedrooms + Bathrooms)
Pa
Dear All:
Can the *Coefficient of Partial Determination* in multiple linear
regression be computed in R? If so, could you please let me know how?
fullmodel <- lm(Price ~ Size + Lotsize + Bedrooms + Bathrooms)
*I found this in the internet, but I could find the package "rms"*
*library(rms) #
Hello,
>What is function logret? After loading the packages I've tried
?logret
No documentation for ‘logret’ in specified packages and libraries:
you could try ‘??logret’
Besides, how can you use a function logret(data1.ts, ...) and then do
depmix(logret ~ 1, ...)
Suddenly logret becomes a c
This isn't the emacs help list...
Anyways, a less intrusive method is to start a Terminal and use ls -a.
As far as I can tell, the stock emacs on Mac actually works with a .emacs.d
directory into which you are supposed to drop .el files, rather than the
monolithic .emacs file.
I see claims th
> On Mar 1, 2017, at 4:28 AM, Ulrik Stervbo wrote:
>
> Files starting with dots are hidden files on Mac. The emacs configuration
> file .emacs should be in your home directory. You can list all files - also
> the hidden ones - by `ls -a` in your console. I don't use Mac so I can't
> tell you how
Hi,
I have encountered the following error, when running 'depmix' function, which I
think
has something to do with my data, and I cannot understand why, even though i
have converted my data into as.matrix()
See attached file
library(depmixS4)
library(TTR)
library(ggplot2)
library(reshape2)
dat
Hello
I'm investigating installing R in a virtual machine environment. Does anyone
have experience running R on windows server 2012?
Regards
James
AstraZeneca UK Limited is a company incorporated in Engl...{{dropped:16}}
___
Hello Wolfgang,
Building on Peter Dalgaard's code, are you just trying to take a sample of
a random column from each row? You don't need to use apply:
> array[cbind(1:nrow(array), sample.int(ncol(array), nrow(array),
replace=TRUE ))]
Just a general note, since you're sampling one-column-per-row
array[cbind(1:999,vector)]
-pd
On 01 Mar 2017, at 14:28 , Wolfgang Waser wrote:
> Dear all,
>
> I have to pick one value per row from an array, but from row to row from
> a different column. The column positions of the values for each row are
> stored in a vector.
>
> array: 999 rows, 48 col
Dear all,
I have to pick one value per row from an array, but from row to row from
a different column. The column positions of the values for each row are
stored in a vector.
array: 999 rows, 48 columns
vector: 999 values (each between 1 and 48) indicating for each row which
value to pick from t
Files starting with dots are hidden files on Mac. The emacs configuration
file .emacs should be in your home directory. You can list all files - also
the hidden ones - by `ls -a` in your console. I don't use Mac so I can't
tell you how to show hidden files in Finder.
If you still can't find the fi
I am trying to install ESS so that it can be used when EMACS is launched from
Mac Terminal. After running "make" from the directory where ESS files are
saved, the instructions ask the following to be added to .emacs file:
(require 'ess-site)
But I cannot find .emacs file.
I have already ins
Dear Laura
If you are unable for some reason to share the data why not incorporate
the output into an e-mail (and please turn of HTML as it mangles
everything). Putting the plots from profiling somewhere we can read them
would be a useful addition.
This looks at first glance one of those sit
21 matches
Mail list logo