Skip to content

Commit

Permalink
version 1.2-7
Browse files Browse the repository at this point in the history
  • Loading branch information
Claus Dethlefsen authored and gaborcsardi committed Jan 5, 2002
1 parent ea44757 commit 301bdd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: deal
Version: 1.2-6
Version: 1.2-7
Date: 2002-01-05
Title: Learning Bayesian Networks with Mixed Variables
Author: Susanne Gammelgaard B�ttcher <alma@math.auc.dk>, Claus Dethlefsen <dethlef@math.auc.dk>.
Expand Down
10 changes: 5 additions & 5 deletions man/makesimprob.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
% Author : Claus Dethlefsen
% Created On : Sat May 25 23:02:48 2002
% Last Modified By: Claus Dethlefsen
% Last Modified On: Tue Jan 06 14:02:11 2004
% Update Count : 19
% Last Modified On: Wed Jan 14 08:27:33 2004
% Update Count : 20
% Status : Unknown, Use with caution!
%

Expand All @@ -26,17 +26,17 @@ makesimprob(nw,
s2=function(idx,cf) {
cf <- as.vector(cf)
xs <- (1:length(cf))
log(xs%*%cf+1)
log(xs\%*\%cf+1)
},
m0=function(idx,cf) {
cf <- as.vector(cf)
xs <- (1:length(cf))^2
.69*(xs%*%cf)
.69*(xs\%*\%cf)
},
m1=function(idx,cf) {
cf <- as.vector(cf)
xs <- (1:length(cf))*10
idx*(cf%*%xs)
idx*(cf\%*\%xs)
})
}
Expand Down
6 changes: 3 additions & 3 deletions man/networkfamily.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
% Author : Claus Dethlefsen
% Created On : Sat May 25 23:03:26 2002
% Last Modified By: Claus Dethlefsen
% Last Modified On: Fri Jan 09 10:55:44 2004
% Update Count : 41
% Last Modified On: Wed Jan 14 08:27:43 2004
% Update Count : 42
% Status : Unknown, Use with caution!
%

Expand All @@ -29,7 +29,7 @@ networkfamily(data,nw=network(data), prior=jointprior(nw),
trylist=vector("list",size(nw)), timetrace=TRUE)
\method{print}{networkfamily}(x,...)
\method{plot}{networkfamily}(x,layout=<<see below>>,
\method{plot}{networkfamily}(x,layout=,
cexscale=5,arrowlength=0.1,sscale=7,...)
}
Expand Down

0 comments on commit 301bdd4

Please sign in to comment.