Diff of /man/dMcast.Rd [000000] .. [9abfcf]

Switch to unified view

a b/man/dMcast.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/utils.R
3
\name{dMcast}
4
\alias{dMcast}
5
\title{Copy of the dMcast function from the Matrix.utils package,
6
since this is off CRAN and does not seem to be maintained anymore
7
internally}
8
\usage{
9
dMcast(
10
  data,
11
  formula,
12
  fun.aggregate = "sum",
13
  value.var = NULL,
14
  as.factors = FALSE,
15
  factor.nas = TRUE,
16
  drop.unused.levels = TRUE
17
)
18
}
19
\description{
20
Copy of the dMcast function from the Matrix.utils package,
21
since this is off CRAN and does not seem to be maintained anymore
22
internally
23
}