Hi Jim,
many thanks for your answer.
That's exactly what I need.
Many thanks again.
Kind regards
Georg
Von:jim holtman
An: g.maub...@weinwolf.de,
Kopie: R mailing list
Datum: 10.01.2017 03:59
Betreff:Re: [R] Source into a specified environment
?sys.source
Here is a
Hi,
I have a multi-state model that I would like to estimate using the 'mstate'
package - but I am not sure how best to approach it and was wondering
if anyone could provide some insight for me.
Basically, I have a group of kids who have been randomized to one of 2
treatments, A or B. If they
I have noticed a behavior where if I update a package with dependencies,
sometimes it fails and the package that was outdated but installed is no longer
installed. Once I run install.packages again, it usually seems to work just
fine. I have not noticed that base packages are more susceptible to
?sys.source
Here is an example of the way I use it:
# read my functions into a environment
.my.env.jph <- new.env()
.sys.source('~/C_Drive/perf/bin/perfmon.r', envir=.my.env.jph)
attach(.my.env.jph)
Jim Holtman
Data Munger Guru
What is the problem that you are trying to solve?
Tell me what you
I am not sure if something was wrong with my gridExtra installation or grid but
after uninstall/re-install of the packages (and reboot) the code is working
properly. Thank you all.
On Monday, January 9, 2017 9:51 AM, David Winsemius
wrote:
> On Jan 9, 2017, at 3:35 AM, John Kane
The list does not assist with homework problems. If this is not a class
assignment, you should be more specific about what you have tried and provide a
reproducible example (a sample of the real data or some made-up data that has
the same columns and data types). In the meantime you could also t
> On Jan 9, 2017, at 3:35 AM, John Kane via R-help wrote:
>
> I'm not sure what the problem is but, if nothing else, it looks like you need
> to do
> library(grid)
> It may be that an early version of ggplot2 or gridExtra was automatically
> loading grid and it no longer does.
>
>
>
>
>
Hello,
Inline.
Em 09-01-2017 14:55, vod vos escreveu:
Hello everyone,
If there are two columns, one is age (numeric, cut to several groups), the
other is hair color type(factor: yellow, black, white).
If the age column is not normal distributed
If you use ?lm, it's the residuals that s
Hello everyone,
If there are two columns, one is age (numeric, cut to several groups), the
other is hair color type(factor: yellow, black, white).
If the age column is not normal distributed, which statistic method should use
to prove the trend relationship between them, for example, the o
Hi Georg,
Not sure how it would work in your case, but the 'local' argument to
source() is not only TRUE or FALSE; you can also specify an environment.
HTH,
Ivan
--
Ivan Calandra, PhD
MONREPOS Archaeological Research Centre and
Museum for Human Behavioural Evolution
Schloss Monrepos
56567 Neu
Hi All,
I wish everyone a happy new year.
I have the following code:
-- cut --
modules <- c("t_calculate_RFM_model.R", "t_count_na.R",
"t_export_table_2_xls.R",
"t_find_duplicates_in_variable.R",
"t_find_originals_and_duplicates.R",
"t_frequencies.R", "t_inspect_data
Dear All,
Could you please give me a hint on how to overcome this error?
Here is the code:
data("constants")
constant1<-constants
constant1$lat<-dat1$Latitude[1]
constant1$lat_rad<-0.10123
dat1<-omit(dat1)
# ReadInputs climate data
data <- ReadInputs(dat1, constant1,
stopmis
I'm not sure what the problem is but, if nothing else, it looks like you need
to do
library(grid)
It may be that an early version of ggplot2 or gridExtra was automatically
loading grid and it no longer does.
On Monday, January 9, 2017 1:08 AM, Felipe Carrillo via R-help
wrote:
You seem to have shafted yourself by thinking you need to run R as
administrator... ever.
Use Run as Administrator to run the command line and delete your My Documents/R
folder and then exit that command line and stay out of it and don't run R as
administrator again, because by doing so you pre
Dear Micheal
So I would be much better off just reporting the PCA as is and conclude what i
can from plot
cheers
Julian
Julian R. Marchesi
Deputy Director and Professor of Clinical Microbiome Research at the Centre
for Digestive and Gut Health, Imperial College London, London W2 1NY Tel: +4
15 matches
Mail list logo